Skip to content

Instantly share code, notes, and snippets.

@sims1253
sims1253 / sim.R
Created April 26, 2023 11:34
An example for how a configuration setup for a simulation study can look.
library(brms)
library(bayesim)
library(bayesfam)
library(dplyr)
library(purrr)
set.seed(1235813)
# Sim Setup
RESULT_PATH <- "~/Documents/foo"
NCORES <- 12
---
title: "Calibration"
output: html_document
date: "2023-02-21"
---
---
title: "calibration"
format: html
editor: visual
coafile:
```
[Python]
files = **/*.py
ignore = foo/bar.py
max_line_length = 80
[Python.linelength]
bears = LineLengthBear
```
@sims1253
sims1253 / gist:9e84974e0b5f66f8cf9f
Last active August 29, 2015 14:16
Labels for coala issues
Tests / QA / Workflow / tools / dev candy (write test cases, integrate stuff like travis, coveralls ...)
Refactoring (cleaning up, renaming, ...)
doc/ Wiki/tutorial (How to work with coala/ how to develope)
design needed (for things where design decisions need to be made)
bug(for bugs)
waiting (kinda similar to blocked atm but is more clear I feel)
new feature (for new features you want)
enhancement (building/extending existing features or changing their behaviour)
bear (bear ideas)
style guide (talking about code style so everything is the same)
//World.h
struct worldData
{
-int type;
int size;
};
class World
{
#! /bin/bash
#
# Logs into the server
echo "Please note that you have to connect to the TU-network via vpn! Press Ctrl+C to abort at any time."
echo "Enter RZ Username:"
read USER
echo "Enter mount point:"
read MP