Click anywhere to generate a new random graph.
- The nodes are colored by the number of their neighbors.
- Nodes with higher number of neighbours are bigger.
| /* ==UserStyle== | |
| @name Custom pieces | |
| @namespace sharechess.github.io | |
| @version 1.5.0 | |
| @description Merida piece set for lichess.org, chess.com, openingtree.com, chessgames.com, chess24.com, chesstempo.com, listudy.org, chesspecker.com, chessbase.com, wikipedia.org, aimchess.com, chessable.com | |
| @author Armando Hernandez Marroquin | |
| @license GPLv2+ | |
| ==/UserStyle== */ | |
| @-moz-document domain(lichess.org), domain(chess.com), domain(openingtree.com), domain(chessgames.com), domain(chess24.com), domain(chesstempo.com), domain(listudy.org), domain(chesspecker.com), domain(chessbase.com), domain(wikipedia.org), domain(aimchess.com), domain(chessable.com) { |
| curl 'https://www.delfi.lv/misc/survey-tool/axios.php' -X POST -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0' -H 'Accept: application/json, text/plain, */*' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Content-Type: application/json;charset=utf-8' -H 'Origin: https://www.delfi.lv' -H 'Connection: keep-alive' -H 'Referer: https://www.delfi.lv/news/national/politics/delfi-aptauja-vai-esi-gatavs-jaunam-covid-19-vilnim.d?id=54506486' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-origin' -H 'TE: trailers' --data-raw '{"question_id":"177","voting_id":43}' |
| #!/bin/bash | |
| dir_size=5000 | |
| dir_name="0" | |
| n=$((`find . -maxdepth 1 -type f | wc -l`/$dir_size+1)) | |
| for i in `seq 1 $n`; | |
| do | |
| mkdir -p "$dir_name$i"; | |
| find . -maxdepth 1 -type f | head -n $dir_size | xargs -i mv "{}" "$dir_name$i" | |
| done |
| var bytefreaksTimeout; | |
| function bytefreaksScroll() { | |
| window.scrollBy(0,1000); | |
| bytefreaksTimeout = setTimeout(bytefreaksScroll,100); | |
| } | |
| bytefreaksScroll(); | |
| //clearTimeout(bytefreaksTimeout); |
| javascript:var d = new Date(),month = d.getMonth() + 1,date = d.getDate(),year = d.getFullYear(),area = document.getElementsByTagName("textarea")[0];area.value = year +"-"+ month +"-"+ date;void 0 |
| Pilsoniskā iniciatīva arī aicina Egilu Levitu piekrist kandidēt prezidenta amatam. Aicinājumā Saeimas deputātiem, uzsvērts, ka Egils Levits ir augstas raudzes profesionālis, par kura stāju fundamentālo vērtību jautājumos un viedokļa neatkarību nav šaubu un kurš ilgstoši ir devis ievērojamu pienesumu Latvijas valsts attīstībai, informē pilsoniskās iniciatīvas pārstāve Kristīne Tjarve. | |
| Šo aicinājumu jau parakstījuši: | |
| Valdis Ābols – žurnāla "Rīgas Laiks" redaktors; | |
| Ārija Aile – pedagoģe; | |
| Anita Andrejeva – ārste; | |
| Georgs Andrejevs – bijušais ārlietu ministrs; | |
| Raivis Aršauskis – fizioterapeits; | |
| Aldis Austers – sabiedriskais darbinieks; |
| 🇱🇻 ❤️ 🇭🇺 |
| javascript:function a(){document.body.innerHTML=document.body.innerHTML.replace(/<sup\b[^>]*>(.*?)<\/sup>/gi," ");return;};a(); |
| javascript:(function(){var t;t=function(){function t(){}return t.prototype.run=function(){return this.getImages(),this.buildCanvas(),this.process(),this.clean()},t.prototype.getImages=function(){return this.images=document.getElementsByTagName("img")},t.prototype.buildCanvas=function(){return this.canvas=document.createElement("canvas"),this.stage=this.canvas.getContext("2d"),document.body.appendChild(this.canvas),this.resizeCanvas(1,1)},t.prototype.resizeCanvas=function(t,e){return this.canvas.setAttribute("style","width: "+t+"px; height: "+e+"px; position: fixed; opacity: 0; left: -"+t+"px; top: -"+e+"px;"),this.canvas.setAttribute("width",t),this.canvas.setAttribute("height",e)},t.prototype.process=function(){var t,e,i,a,s,n;for(s=this.images,n=[],i=0,a=s.length;a>i;i++){e=s[i];try{this.image=e,this.allow(),this.setScale(),this.getImageData(),this.glitchData(),n.push(this.setData())}catch(r){t=r,n.push(console.log(t))}}return n},t.prototype.allow=function(){return this.image.setAttribute("crossOrigin","ano |