Hi all!
I've moved my blog to https://cernivec.si . Reason? I felt like I need to host it myself.
Cheers!
Perspektiva
četrtek, 8. avgust 2019
petek, 3. april 2015
Generate HTML from Markdown files (gitlab wiki export)
How to generate HTML pages from .markdown files as exported from Gitlab .wiki repo?
Easily:
$ sudo pip install grip
$ files=`ls *.markdown`
$ for f in $files; do grip $f --export; done
And now, find all those "a hrefs" and add .html after the links in order you can browse the files with your favourite browser (help yourself with some scripts) :)
$ sudo pip install grip
$ files=`ls *.markdown`
$ for f in $files; do grip $f --export; done
And now, find all those "a hrefs" and add .html after the links in order you can browse the files with your favourite browser (help yourself with some scripts) :)
sreda, 4. marec 2015
ponedeljek, 19. maj 2014
V luči poplav v Srbiji, BiH
Tudi v Občini Mengeš organiziramo akcijo zbiranja paketov pomoči (hrana, voda, oblačila, oddeje…) za v poplavah prizadeto prebivalstvo v Srbiji in BIH.
Pakete pomoči lahko oddate v sredo 21.5.2014 od 8.00 do 19.00 ure v preddverju Kulturnega doma Mengeš na Slovenski cesti 32 v Mengšu.
Sodelujte v humanitarni akciji tudi vi in pomagajte prizadetim.
O akciji prosimo obvestite tudi ostale.
Pakete pomoči lahko oddate v sredo 21.5.2014 od 8.00 do 19.00 ure v preddverju Kulturnega doma Mengeš na Slovenski cesti 32 v Mengšu.
Sodelujte v humanitarni akciji tudi vi in pomagajte prizadetim.
O akciji prosimo obvestite tudi ostale.
torek, 5. november 2013
Screencast android screen
I have just written about on how to capture android screen and make a cool video :) Nice for demo purposes. An example:
petek, 11. oktober 2013
Visualize Sqlite database with schemaSpy
I had trouble getting resources for viewing my sqlite db schema for a documentation I was writing. I published how-to here:
https://tech.xlab.si/2013/10/visualize-sqlite-database-with-schemaspy/
Simplifies the visualization a lot!
Cheers,
A
https://tech.xlab.si/2013/10/visualize-sqlite-database-with-schemaspy/
Simplifies the visualization a lot!
Cheers,
A
Naročite se na:
Objave (Atom)