Add fonts to directory ~/.fonts
.
See available fonts:
$ fc-list | col | sort | less
For example, among all I have:
#!/bin/bash | |
# Install ghostscript. | |
# Assume A and B have the same amount of files. | |
# Assume file in A are named `testo_1`, and files in B are named `disegno_1`. | |
END=`ls A/*.pdf | wc -l` | |
echo "merging..." |
Add fonts to directory ~/.fonts
.
See available fonts:
$ fc-list | col | sort | less
For example, among all I have:
A Pen by Riccardo Scalco on CodePen.
Resources
Set node version
$ nvm install 5.7.0
$ git checkout 0d1d7fc32 .
$ git commit -m "revert to older commit"
$ git push origin master
<div id="box"> | |
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> | |
<script src="https://raw.githubusercontent.com/riccardoscalco/textures/master/textures.min.js"></script> |
Visualize edges of a network when nodes can be ordered.
A Pen by Riccardo Scalco on CodePen.
With rescaling and margins.
A Pen by Riccardo Scalco on CodePen.