Skip to content

Instantly share code, notes, and snippets.

@aviad
aviad / 1441 duplicate packages
Created December 19, 2010 07:07
yum check output
Loaded plugins: downloadonly, fastestmirror, presto, protectbase, refresh-
: packagekit
ConsoleKit-0.4.2-3.fc14.x86_64 is a duplicate with ConsoleKit-0.4.1-5.fc13.x86_64
ConsoleKit-libs-0.4.2-3.fc14.x86_64 is a duplicate with ConsoleKit-libs-0.4.1-5.fc13.x86_64
ConsoleKit-x11-0.4.2-3.fc14.x86_64 is a duplicate with ConsoleKit-x11-0.4.1-5.fc13.x86_64
GConf2-2.31.91-1.fc14.i686 is a duplicate with GConf2-2.28.1-1.fc13.x86_64
GConf2-gtk-2.31.91-1.fc14.x86_64 is a duplicate with GConf2-gtk-2.28.1-1.fc13.x86_64
ImageMagick-6.6.4.1-14.fc14.1.x86_64 is a duplicate with ImageMagick-6.5.8.10-6.fc13.x86_64
ImageMagick-c++-6.6.4.1-14.fc14.1.x86_64 is a duplicate with ImageMagick-c++-6.5.8.10-6.fc13.x86_64
MAKEDEV-3.24-6.fc14.x86_64 is a duplicate with MAKEDEV-3.24-4.x86_64
@aviad
aviad / gist:747165
Created December 19, 2010 07:13
Xorg.0.log
We couldn’t find that file to show.
#include <TimerOne.h>
// This example uses the timer interrupt to blink an LED
// and also demonstrates how to share a variable between
// the interrupt and the main program.
const int led = LED_BUILTIN; // the pin with a LED
void setup(void)
blinkCount = 0 @ 60us
blinkCount = 0 @ 50516us
blinkCount = 0 @ 101064us
blinkCount = 0 @ 151652us
blinkCount = 0 @ 202236us
blinkCount = 0 @ 252828us
blinkCount = 0 @ 303416us
blinkCount = 0 @ 354004us
blinkCount = 0 @ 404596us
blinkCount = 0 @ 455176us

Keybase proof

I hereby claim:

  • I am aviad on github.
  • I am aviad (https://keybase.io/aviad) on keybase.
  • I have a public key ASABBq4-UDo-XgW-K5oBAt53awd2UnV7OSVAoz4xx6PRowo

To claim this, I am signing this object:

# Happy Colors Version
import numpy as np
import matplotlib.pyplot as plt
groups = ('HSI', 'HNI', 'Control')
N = len(groups)
pre_interverntion = (1.52, 1.72, 1.55)
pre_interverntion_std = (0.05, 0.07, 0.07)