Skip to content

Instantly share code, notes, and snippets.

{
"13th": {
"form": "13th",
"wordnet_id": "a-02203763",
"pos": "JJ",
"sense": "coming next after the twelfth in position",
"polarity": "0.0",
"subjectivity": "0.0",
"intensity": "1.0",
"confidence": "0.9"
{
"13th": {
"form": "13th",
"wordnet_id": "a-02203763",
"pos": "JJ",
"sense": "coming next after the twelfth in position",
"polarity": "0.0",
"subjectivity": "0.0",
"intensity": "1.0",
"confidence": "0.9"
@DevFelixDorn
DevFelixDorn / lightbox.js
Last active September 15, 2019 13:51 — forked from petermolnar/gist:b5bd11d202ca0eec68a28d39c89b1004
extremely simple vanilla js lightbox
var links2img = []
function initLightbox() {
var links = document.getElementsByTagName("a");
for(var i = links.length; i--; ) {
var imginside = links[i].getElementsByTagName("img");
if (imginside.length == 1 ) {
links2img.push(links[i])
console.log(links[i]);
links[i].onclick = openLightbox;
@DevFelixDorn
DevFelixDorn / markdown-parser-tester.md
Last active September 15, 2019 13:50
A GithubFlavoredMarkdown with importants tag

This is my cool document

I will show you my todolist Did you kno know that is wrote using markdown.

You should know, right ? But do you know, that is a cool document to test if my markdown parser works well

But, let's check my todolist Wait, do you want to see the code of my new website