See also:
-
Open Spotify
-
Test play/pause key in case it works already
| # Get the latest version from http://vice-emu.sourceforge.net/index.html#download | |
| vice_version=3.1 | |
| mkdir tmp-vice | |
| cd tmp-vice | |
| # Install dependencies | |
| sudo apt install bison build-essential flex libasound2-dev libgnome2-dev libgtk2.0-dev libvte-dev | |
| wget http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-$vice_version.tar.gz |
| # See here for JDK 7: https://gist.github.com/bmaupin/4396be4bb29c5ad440b6 | |
| # See here for test to make sure this works: https://gist.github.com/evaryont/6786915 | |
| if grep -q -i "release 6" /etc/*release; then | |
| jce_primary_link_dir=/usr/lib/jvm/jre-1.8.0-oracle.x86_64/lib/security | |
| elif grep -q -i "release 7" /etc/*release; then | |
| jce_primary_link_dir=/usr/lib/jvm/jce-1.8.0-oracle | |
| fi | |
| wget \ |
See also:
Open Spotify
Test play/pause key in case it works already
| body { | |
| text-align: justify; | |
| } | |
| code, pre { | |
| font-family: "DejaVuSansMono", monospace; | |
| } | |
| h1, h2, h3, h4, h5, h6 { | |
| text-align: left; |
Needed: small high-powered (e.g. neodymium) magnet, approximately 1cm in width/diameter, 3mm thick
| #!/bin/bash | |
| free | |
| dropbox stop && sleep 60 && dbus-launch dropbox start | |
| xfce4-panel -r | |
| free |
| # Eclipse files | |
| .classpath | |
| .project | |
| # H2 database files | |
| /*Db.* | |
| # IntelliJ files | |
| *.iws | |
| /out/ |
# Windows Media Player 10 doesn't support 64-bit
export WINEARCH=win32
# Use a separate Wine prefix to avoid messing up other Wine apps
export WINEPREFIX=~/.local/share/wineprefixes/overdriveNB: Some of these may not support the full coverage for all of the Arabic characters defined in Unicode.
| Name | Style | Google Fonts | License | Preview |
|---|---|---|---|---|
| Noto Naskh Arabic | Naskh | no | OFL 1.1 | |
| Noto Kufi Arabic | Kufic | no | OFL 1.1 | |
| Noto Sans Arabic | Modern | no | OFL 1.1 |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>Array iteration</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |