###IAB1 Arts & Entertainment
IAB1-1 Books & Literature
IAB1-2 Celebrity Fan/Gossip
IAB1-3 Fine Art
IAB1-4 Humor
IAB1-5 Movies
IAB1-6 Music
IAB1-7 Television
###IAB2 Automotive
###IAB1 Arts & Entertainment
IAB1-1 Books & Literature
IAB1-2 Celebrity Fan/Gossip
IAB1-3 Fine Art
IAB1-4 Humor
IAB1-5 Movies
IAB1-6 Music
IAB1-7 Television
###IAB2 Automotive
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Charty Crap</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script> | |
</head> | |
<body> | |
<canvas id="chart" width="400" height="200"></canvas> |
function get_mtime { | |
ls -l --time-style=+%s "${1?}" | cut -d' ' -f6 | |
} | |
function go_render { | |
dotfile="$1" | |
mtime=0 | |
while true; |
# initialization file (not found) |
[Default Item Styles - Schema Mine] | |
Alert=ffbf0303,ffbf0303,1,,,,fff7e6e6,-,,--- | |
Base-N Integer=ffff54ff,ffff54ff,0,,,,-,-,,--- | |
Character=ffff54ff,ffff54ff,0,,,,-,-,,--- | |
Comment=ff808080,ff5454ff,0,1,,,-,-,,--- | |
Data Type=ffc0c0ff,ff54ff54,0,,,,-,-,,--- | |
Decimal/Value=ffff54ff,ffff54ff,0,,,,-,-,,--- | |
Error=ffbf0303,ffbf0303,0,0,0,,-,-,,--- | |
Floating Point=ffff54ff,ffff54ff,0,,,,-,-,,--- | |
Function=ffb2a2e1,ffa57aff,,,,,-,-,,--- |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE language SYSTEM "language.dtd"> | |
<!-- | |
Ruby syntax highlighting definition for Kate. | |
Copyright (C) 2004 by Sebastian Vuorinen (sebastian dot vuorinen at helsinki dot fi) | |
Copyright (C) 2004 by Stefan Lang ([email protected]) | |
Copyright (C) 2008 by Robin Pedersen ([email protected]) | |
Copyright (C) 2011 by Miquel Sabaté ([email protected]) |
# -*- coding: utf-8 -*- | |
# | |
# custom compiled modules for py3status | |
# | |
# ----------------------------------------------------------------- # | |
# Notes: | |
# 1. netdata will check 'eth0' interface by default. You can | |
# change it by changing 'self.net_interface' variable in 'GetData' | |
# class. |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE language | |
SYSTEM 'language.dtd'> | |
<!-- | |
Elixir syntax highlighting definition for Kate. | |
Copyright (C) 2014 by Rubén Caro ([email protected]) | |
This library is free software; you can redistribute it and/or | |
modify it under the terms of the GNU Library General Public | |
License as published by the Free Software Foundation; either | |
version 2 of the License, or (at your option) any later version. |
[user] | |
name = Rubén Caro | |
email = [email protected] | |
[alias] | |
co = checkout | |
lol = log --graph --decorate --pretty=oneline --abbrev-commit | |
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all | |
lolas = log --graph --decorate --abbrev-commit --all --date=short --format=format:'%C(yellow)%h %Cgreen%an %Cblue%ad %Cred%d %Creset%s' | |
a = !bash -c 'git add --all . && git diff HEAD' - | |
c = commit -am |
Version numbers should be the ones you want. Here I do it with the last ones available at the moment of writing.
The simplest way to install elixir is using your package manager. Sadly, at the time of writing only Fedora shows
the intention to keep its packages up to date. There you can simply sudo dnf install erlang elixir
and you are good to go.
Anyway, if you intend to work with several versions of erlang or elixir at the same time, or you are tied to
a specific version, you will need to compile it yourself. Then asdf
is your best friend.