Skip to content

Instantly share code, notes, and snippets.

View zeljic's full-sized avatar
🎯
Focusing

Đorđe Zeljić zeljic

🎯
Focusing
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="width: 70px; text-align: right; white-space:nowrap; display: block; overflow: hidden; border: 1px solid #323232;">Lorem ipsum oposum!</div>
</body>
</html>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
<fo:layout-master-set>
<fo:simple-page-master master-name="default-page" page-height="8.26in" page-width="11.68in" margin-left="0.7in" margin-right="0.7in">
<fo:region-body margin-top="0.75in" margin-bottom="0.75in"/>
<fo:region-before extent="0.75in"/>
<fo:region-after extent="0.75in"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="default-page" format="1" initial-page-number="1">
<fo:flow flow-name="xsl-region-body">
@zeljic
zeljic / .jshintrc
Last active October 26, 2016 16:51
Optimized jshint config
{
"maxerr": 50,
"bitwise": false,
"camelcase": false,
"curly": false,
"eqeqeq": true,
"forin": false,
"freeze": true,
"immed": false,
"indent": 4,
@zeljic
zeljic / debian_update
Created October 4, 2015 09:01
debian update
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
@zeljic
zeljic / debian_cleanup
Last active October 4, 2015 09:01
Ubuntu Cleanup Command
sudo apt-get -f install && sudo apt-get autoremove && sudo apt-get -y autoclean && sudo apt-get -y clean