The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
- Image from https://www.archlinux.org/
| ## where to store your database, default is your system data directory | |
| ## mac: ~/Library/Application Support/com.elliehuxtable.atuin/history.db | |
| ## linux: ~/.local/share/atuin/history.db | |
| # db_path = "~/.history.db" | |
| ## where to store your encryption key, default is your system data directory | |
| # key_path = "~/.key" | |
| ## where to store your auth session token, default is your system data directory | |
| # session_path = "~/.key" |
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
| #include <stdio.h> | |
| int main(int argc, char *argv[]) { | |
| int c; | |
| int curr_line_length; | |
| while ((c = getc(stdin)) != EOF) { | |
| if (c == '\n') { | |
| printf("%d\n", curr_line_length); | |
| curr_line_length = 0; | |
| } else { |
| #lang ivy2 | |
| #Panda's synchronization protocol | |
| # General modules & macros | |
| #Functional dependencies | |
| module lone(f) = { | |
| axiom (f(X, Y1) & f(X, Y2)) -> Y1 = Y2 | |
| } | |
| module injective(f) = { |
| In [35]: class NF(yaml.YAMLObject): | |
| yaml_tag=u'tag:yaml.org,2002:nf' | |
| def __init__(self): | |
| pass | |
| ....: | |
| In [36]: class Softnic(yaml.YAMLObject): | |
| yaml_tag=u'tag:yaml.org,2002:softnic' | |
| def __init__(self): | |
| pass |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Text; | |
| using YamlDotNet.Serialization; | |
| using YamlDotNet.Serialization.NamingConventions; | |
| namespace YamlDotNet.Samples | |
| { |
| Requests: | |
| - command: launch-softnic | |
| argument: | |
| Cores: [0] | |
| AAA: B | |
| - command: launch-nf | |
| argument: | |
| NFid: 1 | |
| Name: firewall | |
| Arguments: [-e] |
| Verifying I am +apanda on my passcard. https://onename.com/apanda |
| I like Learn You a Haskell as a reference and cheat-sheet but I found it a little slow for learning Haskell. | |
| Here's my recommended order for just learning Haskell: | |
| http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/ 80% completion here is fine if you feel your attention waning, the next thing will address hammering in things like functors and monads via typeclasses. | |
| https://github.com/NICTA/course/ this will hammer in the lessons in a very direct form by forcing you to confront the challenges and lessons learned by the creators and community of Haskell itself. Doing the exercises here is critical for being fluent. | |
| Real World Haskell is available online. (Thanks bos!) |
I hereby claim:
To claim this, I am signing this object: