Blog Archives

Ce m’est avis #3: Learn to use the CLI

What is CLI? CLI means Command Line Interface. It the way to manipulate a computer without a graphical user interface (GUI). Why Well, almost all the top web services runs on platforms normally managed through the CLI. And I am

Posted in Science, the Universe and God

Mitt bol på startsiden

Posted in Science, the Universe and God

Perceptual processes

This article will be a very shallow introduction to the area of cognitive psychology that covers pattern recognition, both visual (done with our eyes) and auditory (with the ears). Visual and auditory recognition I will write a small bit about

Posted in Science, the Universe and God

Count number of lines of code in directory of .java files

for i in $(find . | grep .java); do wc -l $i; done | cut -f 1 -d ” ” > numbers for i in $(cat numbers) ; do SUM=$(( $SUM + $i )) ; echo $SUM ; done

Posted in Science, the Universe and God

ShowUIDefaults

Here’s a program to show all the default values for the UIManager in java, javax.swing.uimanager: ShowUIDefaults

Posted in Science, the Universe and God

Asymmetric → Antisymmetric

¬(∀x∀y (Rxy → ¬Ryx) → ∀x∀y(Rxy ∧ Ryx → x = y)) ∀x∀y(Rxy → ¬Ryx) ∧ ¬∀x∀y(Rxy ∧ Ryx → x = y)) ¬∀x∀y(Rxy ∧ Ryx → x = y)) ∃x¬∀y(Rxy ∧ Ryx → x = y)) ¬∀y(Ray ∧ Rya

Posted in Science, the Universe and God

Ebinde-strek

Til alle dere der ute som skrive ord som inneholder en e, og et sammensatt ord som i tittelen: Dere har bindestreken på feil side! Det gjelder for alle ord, at dersom det er sammensatt av en e og et

Posted in Opinion, Science, the Universe and God

Nü Cribs

Jeg har flyttet til Oslo. I dette innlegget kan du se hvordan det er der jeg bor. 33m2. Stort.

Posted in Science, the Universe and God