- If you don’t have Anaconda installed, install it from here. This will use up to 6GB of disk space and might take some time. A less heavy alternative is Miniconda.
- Download PyPSA-Eur as a zip (and extract it) or using GitHub (if you are familiar with git).
- Launch “Anaconda Prompt (Anaconda3)” from the Start Menu if using Windows. On Linux/Mac, open a terminal (making sure
conda
is available, if not add its path in the PATH environment variable). - If the prompt starts with
(base)
, typeconda deactivate
press Enter and make sure
(base)
disappears. - Type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var huginn = window.location.protocol + "//" + window.location.host | |
var auth_key = document.getElementsByName("csrf-token")[0].content; | |
for (var a in window.agentPaths) { | |
var url = huginn + window.agentPaths[a].match(/\/agents\/\d+/)[0] + "/remove_events" | |
console.log(url) | |
$.post(url,"_method=delete&authenticity_token=" + auth_key,function(data,success,xhr){ | |
console.log("finish",url) | |
}) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<style> | |
.AlignLeft { text-align: left; } | |
.AlignCenter { text-align: center; } | |
.AlignRight { text-align: right; } | |
body { font-family: sans-serif; font-size: 11pt; } | |
img.AutoScale { max-width: 100%; max-height: 100%; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.moeaframework.core.indicator.hypervolume = wfg2 {2} | |
org.moeaframework.core.indicator.hypervolume_inverted = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# If you are new to arch, I encourage you to at least read and understand what | |
# this script does befor blindley running it. | |
# That's why I didn't make a one-liner out of it so you have an easier time | |
# reading and understanding it :) | |
# | |
# This scripts purpose is purly to save you a few seconds on your new installation. | |
# | |
# Enjoy your time on an awesome system. Arch FTW! |
uname -a
Linux jackberrypi 4.1.18-3-ARCH #1 Mon Feb 29 12:57:31 MST 2016 armv6l GNU/Linux
pacaur -S tracks