Simple directed layout to pack different-sized circles as close as possible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 00D1E5 | |
| 0111E | |
| 0115 | |
| 011ED | |
| 011F1E1D | |
| 011F1E1D5 | |
| 015E | |
| 01AF | |
| 01D1E |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var l = document.querySelectorAll("li.session ul.thumbnail"); | |
| var f = function(e){ console.log(e.querySelector('.thumbnail-title').innerText+"\t"+e.querySelector('.thumbnail-id').innerText.split(' ')[1]);} | |
| for(var i=0; i<l.length; i++){ f(l[i]) } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Niektórzy niemądrzy ludzie | |
| Pyski maczają w wódzie | |
| Ja się w wódce nie lubuję ! | |
| Co innego proponuję. | |
| Cóż to może być, spytacie ? | |
| Czy o piwie mówisz bracie ? | |
| Ani piwo, ani wódka | |
| Która jest jak szczurza trutka ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # From https://github.com/mt3/dotfiles/blob/master/.gitignore_global | |
| # To add this file as a global ignore list - git config --global core.excludesfile ~/.gitignore_global | |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so |
NewerOlder