Skip to content

Instantly share code, notes, and snippets.

View argenos's full-sized avatar

Argentina Ortega Sáinz argenos

View GitHub Profile
@argenos
argenos / phrase bank.md
Created September 30, 2021 16:49 — forked from SkepticMystic/phrase bank.md
Manchester Phrase Bank

General Language Functions

Being Cautious

Devices that distance the author from a proposition

It is thought that …
It is believed that …
It has been reported that …
It is a widely held view that …

{{title}}

![[%(metadataFileName)#Metadata]]

Other files: {{mdnotesFileName}} {{metadataFileName}}

Zotero links

{{localLibrary}}

@argenos
argenos / git-commit-log-stats.md
Created April 22, 2021 10:15 — forked from eyecatchup/git-commit-log-stats.md
Some commands to get git commit log statistics for a repository on the command line.

git commit stats

Commands to get commit statistics for a Git repository from the command line -
using git log, git shortlog and friends.




@argenos
argenos / README.md
Last active May 28, 2020 10:43
Using sacred and omniboard to run experiments

Running experiments

Create the omniboard container:

docker-compose up

Through the command line you can now run an experiment, and override some of its configuration, e.g:

@argenos
argenos / Jade
Last active November 7, 2017 12:06
# Adding Jade to your project in Eclipse
1. Right click on your project and click on Build path > Add external archives
2. Look for the `jade.jar` file and add it.
3. On the menu Run> Run configurations
1. Create a new run configuration
2. On the Main tab, add the jade.Boot to the Main Class
3. In the arguments tab you can specify arguments needed by jade e.g. `-gui` or your agents e.g. "-agents Name:pkg.AgentExample"
4. Make sure that in the Classpath tab, the jade.jar file appears.
## Adding JADE variables to your .bashrc