I hereby claim:
- I am martiuk on github.
- I am martiuk (https://keybase.io/martiuk) on keybase.
- I have a public key ASCtclltE9gwCxAcyVqTouw-WTm1YpowOzYrvaMmC27vCAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:e64cf326cc41e0a641423138133d139058fa1d84] |
/etc/systemd/system/goodmorning.timer
[Unit]
Description=Morning
[Timer]
OnCalendar=*-*-* 7:00
WakeSystem=true
[Install]
#include "iostream" | |
#include "cmath" | |
#define DIM 1024 | |
#define DM1 DIM-1 | |
#define _sq(x) ((x)*(x)) // Square | |
#define _cb(x) abs((x)*(x)*(x)) // Cube | |
#define _cr (unsigned short) (pow((x), 1.0/3.0)) // Cube root | |
unsigned char GR(int,int); | |
unsigned char BL(int,int); |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-animated-pages/core-animated-pages.html"> | |
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html"> | |
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html"> | |
<link rel="import" href="../core-animated-pages/transitions/slide-down.html"> | |
<link rel="import" href="../core-animated-pages/transitions/slide-up.html"> | |
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html"> | |
<polymer-element name="my-element"> |
# Initialise | |
$env:Path = $env:Path + ";C:\Users\mkemp\Documents\WindowsPowerShell" | |
$ScriptFolder = "C:\Users\mkemp\Documents\WindowsPowerShell\" | |
# Initialise aliases | |
Set-Alias subl 'C:\Users\mkemp\Desktop\sublimetext\sublime_text.exe' | |
function prompt { | |
# our theme | |
$cdelim = [consolecolor]::DarkCyan |
#!/bin/bash | |
# By Sun Liwen <sunliwen@gmail.com> | |
# Not fully tested. | |
function system_primary_ip { | |
# returns the primary IP assigned to eth0 | |
echo $(ifconfig eth0 | awk -F: '/inet addr:/ {print $2}' | awk '{ print $1 }') | |
} |
## | |
## Arch Linux repository mirrorlist | |
## Sorted by mirror score from mirror status page | |
## Generated on 2013-05-10 | |
## | |
## Score: 0.9, United Kingdom | |
#Server = http://archlinux.mirrors.uk2.net/$repo/os/$arch | |
## Score: 0.9, United Kingdom | |
#Server = http://mirror.bytemark.co.uk/archlinux/$repo/os/$arch |