Skip to content

Instantly share code, notes, and snippets.

diff -r -u AddOns/Tukui/Tukui.toc /Applications/World of Warcraft/Interface/AddOns/Tukui/Tukui.toc
--- AddOns/Tukui/Tukui.toc 2010-06-29 19:17:58.000000000 +0200
+++ /Applications/World of Warcraft/Interface/AddOns/Tukui/Tukui.toc 2010-07-01 01:48:47.000000000 +0200
@@ -8,5 +8,7 @@
## X-oUF: oUF
libs\oUF\oUF.xml
+libs\oUF_HealComm4\oUF_HealComm4.xml
+libs\oUF_HealComm4\oUF_HealComm4.lua
Tukui.xml
Last login: Tue Aug 17 20:03:09 on ttys000
Tricia:~ Milan$ cat ~/.ssh/id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAt9EKUzp7mlTAxaSyUj/jDssxJMT6tVfO6Aq7iwl99xynPZhoBIRsC1Ag9+d+50RiemtqpqUZH9Uxm9LenvnJ82J8Cp33YGOxgTn04YkD6Bezvit1VDHXu25+wI9QNsYPYCsD0/bNMxA8n2RuaYhlHPXjmTaFPylbw/12g0r+F/SYJnU4Q57wfWnRyXcnFhPMc50Gw+hpgljoboQwaDLyJtxovq0GPcsOlNDWN4eHRHpjqFszCtZpPpDH4AqNxVhS7olp1Ne1R6qBr478fFjO0cnqAX25sQm28y3xLRxEHuAUIq4vbmWBWlQv7NCRqkN9G0bA/+u+GcjnRHw4PJ+TPw== milanvit@milanvit.net
public class Cviceni1 {
public static void main (String[] args) {
new Form1 ().setVisible (true);
}
}
//
// charStats.c
// Zkouska
//
// Created by Milan Vít on 31. 10. 10.
// Copyright (c) 2010 Ostravská univerzita v Ostravě. All rights reserved.
//
#include <stdio.h>
#include "charStats.h"
// Milan Vit - R09387
// Test c. 1, 1. 11. 2010
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
// Task 1
#define VOLUME(r, h) ((3.14159265) * (r) * (r) * (h))
%
% Pomůcka do LZUI
%
% Created by Milan Vít on 2010-11-02.
% Copyright (c) 2010 Mion Studios. All rights reserved.
%
\documentclass[]{article}
% Use utf-8 encoding for foreign characters
\usepackage[utf8]{inputenc}
public class ComplexNumber {
private float real, imaginary;
public ComplexNumber () {
this (0f, 0f);
}
public ComplexNumber (float real, float imaginary) {
this.real = real;
this.imaginary = imaginary;
Tricia:~ Milan$ vim main.c
Tricia:~ Milan$ gcc -o main main.c
Tricia:~ Milan$ ./main
On the first day of Christmas my true love gave to me
a partridge in a pear tree.
On the second day of Christmas my true love gave to me
two turtle doves
and a partridge in a pear tree.
#include <stdio.h>
main(t,_,a)char *a;{return!0<t?t<3?main(-79,-13,a+main(-87,1-_,
main(-86,0,a+1)+a)):1,t<_?main(t+1,_,a):3,main(-94,-27+t,a)&&t==2?_<13?
main(2,_+1,"%s %d %d\n"):9:16:t<0?t<-72?main(_,t,
"@n'+,#'/*{}w+/w#cdnr/+,{}r/*de}+,/*{*+,/w{%+,/w#q#n+,/#{l,+,/n{n+,/+#n+,/#\
;#q#n+,/+k#;*+,/'r :'d*'3,}{w+K w'K:'+}e#';dq#'l \
q#'+d'K#!/+k#;q#'r}eKK#}w'r}eKK{nl]'/#;#q#n'){)#}w'){){nl]'/+#n';d}rw' i;# \
){nl]!/n{n#'; r{#w'r nc{nl]'/#{l,+'K {rw' iK{;[{nl]'/w#q#n'wk nw' \
iwk{KK{nl]!/w{%'l##w#' i; :{nl]'/*{q#'ld;r'}{nlwb!/*de}'c \
;;{nl'-{}rw]'/+,}##'*}#nc,',#nw]'/+kd'+e}+;#'rdq#w! nr'/ ') }+}{rl#'{n' ')# \
public class Cviceni1 {
public static void main (String[] args) {
new Form ().setVisible (true);
}
}