Skip to content

Instantly share code, notes, and snippets.

@Darkless012
Darkless012 / delay_localhost.sh
Created May 9, 2017 16:14
Bash script that add simulation of delay on localhost and remove it on exit
#!/bin/bash
RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m'
set -e
function cleanup {
echo -e "${RED}Removing delay from localhost"
echo -e "-----------------------------${NC}"
sudo tc qdisc del dev lo root netem
sudo tc -s qdisc
@Darkless012
Darkless012 / strip1_fish_title.fish
Created August 8, 2019 10:36
Fish title functions ~/.config/fish/functions/fish_title.fish
# File: ~/.config/fish/functions/fish_title.fish
# Strips directory names to single char to save space even more
# Requires fish version 2.7.1-1113-ge598cb23 or greater due to `set -a` functionality
function fish_title
set -l new_pwd
# replace home path with ~
set -l cwd (pwd | sed "s:^$HOME:~:")
# loop through all folders on cwd, but the last one
for x in (echo $cwd | string split '/')[1..-2]
@Darkless012
Darkless012 / test.txt
Created August 13, 2019 09:22
test123
This is just a test
@Darkless012
Darkless012 / test.txt
Created August 13, 2019 09:24
test123
This is just a test
@Darkless012
Darkless012 / test.txt
Created August 13, 2019 09:28
test123
This is just a test
@Darkless012
Darkless012 / easybuild_test_report_easyconfigs_pr8750_20194213-UTC-09-42-50.md
Created August 13, 2019 09:42
EasyBuild test report for easyconfigs PR #8750

Test report for easybuilders/easybuild-easyconfigs#8750

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS PhiPack-2016.06.14-iccifort-2019.1.144-GCC-8.2.0-2.31.1.eb

Time info

  • start: Tue, 13 Aug 2019 09:42:18 +0000 (UTC)
@Darkless012
Darkless012 / test.txt
Created August 22, 2019 12:19
test123
This is just a test
@Darkless012
Darkless012 / easybuild_test_report_easyconfigs_pr8809_20193022-UTC-12-30-09.md
Created August 22, 2019 12:30
EasyBuild test report for easyconfigs PR #8809

Test report for easybuilders/easybuild-easyconfigs#8809

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS mygene-3.1.0-intel-2019a.eb

Time info

  • start: Thu, 22 Aug 2019 12:26:27 +0000 (UTC)
@Darkless012
Darkless012 / easybuild_test_report_easyconfigs_pr8812_20194422-UTC-13-44-32.md
Created August 22, 2019 13:44
EasyBuild test report for easyconfigs PR #8812

Test report for easybuilders/easybuild-easyconfigs#8812

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS umis-1.0.3-intel-2019a.eb

Time info

  • start: Thu, 22 Aug 2019 13:41:31 +0000 (UTC)
@Darkless012
Darkless012 / easybuild_test_report_easyconfigs_pr8812_20194822-UTC-13-48-38.md
Created August 22, 2019 13:48
EasyBuild test report for easyconfigs PR #8812

Test report for easybuilders/easybuild-easyconfigs#8812

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in this PR)

Overview of tested easyconfigs (in order)

  • SUCCESS umis-1.0.3-intel-2019a.eb

Time info

  • start: Thu, 22 Aug 2019 13:44:23 +0000 (UTC)