Monday, March 22, 2010

Lexapro And Heart Murmers

Multikalendarz Pyrkon 2010






How Long To Treat Ringworm In C

Calendar Pyrkon 2010






Saturday, March 13, 2010

Creative Extigy On Windows 7

Impression management

Should we control the other side's perception of ourselves or let the inner world (in frames of ethical and humanic understanding) be revealed as it is? Our inside is our true "I" who needs to be expressed in it's unique way for moral satisfaction and pshycological balance with external world. Or did we become intellegent enough to control our behaviours as well as our way of expressing externally and internally. We can help ourselves to make impression we want to make, not an impression we are taught to make - according to our cultural upbringing, social surrounding, traditional values. Otherwise one should be very careful acting in authentically eligible and pleasant way not to replace it with putting a mask and hiding one's unique personality in standards' frames.

Friday, March 12, 2010

Multiconférence Vidéo

Do not code while designing

There's plenty of comments all over the Internet about "coding now, designing later" made by seasoned developer's. Right now I'm working with my colleagues on a project that needs to be written from scratch. Fighting the need to write something first I decided I won't do any implementation in advance.
My working environment is MS Visual Studio 2008. Recently I found there a feature which turned out very useful in my current situation: Class Diagram. I'm going to implement basic MVC framework as I understand it based on various tutorials I've read. It may not be 100% correct. Sorry.

Create new project in a new solution.

Right click on project's name in Solution Explorer and choose View Class Diagram.

Rename file Class1.cs to Model.cs and change Class1 name to Model.

Add 2 more classes dragging them from Toolbox and giving names: View and Controller.

To add a method to a class right click on class box and choose Add->Method or go to Class Details window and add the new method there. If you don't see Class Details window, right click on a class and choose Class Details.

View should have methods: AttachDataSource and Update.

Controller should have methods: AttachModel, RequestAttachingView, RequestChangeState.

Model should have methods: AttachView, ChangeState, ServeData, UpdateViews

You don't want your classes to directly depend from each other, but use interfaces instead. To extract interface right click on class box, choose Refactor->Extract Interface... and choose methodes and properties that will form an interface.

Extract IView interface from View with methods: AttachDataSource, Update.

Extract IViewDataSource from Model with method ServeData.
Extract IControllable from Model with methods: AttachView, ChangeState. For some more readability you can right click on a field and choose Show as Association. Your current state should be something like this: Notice you didn't write anything in code yet. Next step will be implementation.

Friday, March 5, 2010

Clomid Hot Flashes After Ovulation

Python and Python

W zasadzie nie wiem jak przetłumaczyć "Beat" - hitting, rhythm? I wrote a script looking for beats in the audio file. As a material for analysis served as the first 10 seconds the song. Beat stroke is defined as the instantaneous power signal, which is perceived by the ear as a louder sound. Read more here:
  • http://www.gamedev.net/reference/programming/features/beatdetection/
  • __author__ = "daniel"
  • __date__ = "2010-03-04 0:21:00 $ $"
  • scipy.io import from import
  • wavfile matplotlib.pyplot as pyplot
  • import numpy if __name__ == "__main__": # load file
  • fs, data = wavfile.read ("/ home/daniel/Muzyka/steady10s.wav ")
  • # combining two channels into one
  • dane.shape
  • print data = data [:, 0] / 2.0 + data [:, 1] / 2.0
  • # normalization
  • data = data / max (data)
  • # calculate the energy carried by the
  • signal data = data ** 2
  • # of samples will be enough to jump at the analysis
  • k = fs / 10
  • #
  • analysis window length N = 2 ** 10
  • i = 0 # number of samples in the file length
  • , = dane.shape
  • # const, the number of times greater energy value must be considered in order to signal was too beat C = 2
    average = [] # Hosted by imgur.com moments in which you found the beat beats
    = [] while # check the last 42 averaging, ie, ~ 1s
    if (sum (average [-42:]) / 42 * C # print "Beat @", i * k + N / 2, "and", and beats . append (i)
    i + = 1
     
    numpy.array average = (average)
    # scaling ybeats to 2 times the average energy at a given point (for clarity)
    numpy.ones ybeats = (shape = len (beats))
    for i, b in enumerate (beats):
    ybeats [i] *= satisfactory [b] * 2 #

    drawing graphs (very similar to Matlab)
    pyplot.plot (average)
    pyplot.hold (True)
    pyplot.stem (beats ybeats, 'k')
    pyplot.title ("Beats")
    pyplot.savefig ("/ home/daniel/Obrazy/steady10sbeats.png)
    pyplot.show ()
    And here is the result:
    Luckily Steady As She Goes is a very clear rhythm in the beginning, so it is easy to detect. The next step will be to analyze more difficult material.


    Adult Stores Orange County

    beat detection and analysis of sound

    script that analyzes the volume stored in the wav file written in Python. Average value is calculated in a window of length N. The next window is k, k + N-1, 2 * k 2 * k + N-1, ... Where k
    __author__ = "daniel"

    __date__ = "2010-03-04 0:21:00 $ $"



    scipy.io import from wavfile

    import matplotlib.pyplot as pyplot



    if __name__ == "__main__": <= length:

    # load file
    < srednia[-1]):
    fs, data = wavfile.read ("/ home / daniel / Music / labedzie.wav)

    # combining two channels into one

    data = data [:, 0] / 2.0 + data [:, 1] / 2.0

    # normalization

    data = data / max (data)



    # of samples will be enough to jump at the analysis

    k = fs / 10

    # length window analysis Hosted by imgur.com N = 2 ** 13 < N to okna się nakładają. Na końcu z pomocą biblioteki matplotlib rysowany jest wykres głośności.
     # number of samples in the file 

    length, = dane.shape

    average = []



    while i * k + N
    srednia.append (abs (data [i * k i * k + N-1]. mean ()))
    i + = 1

    pyplot.plot (average)
    pyplot.title ("volume graph")
    pyplot . show ()




    Monday, March 1, 2010

    White Kendall Cross Wrestling Shoes

    Compiling kernel 2.6.9 on RedHat 8.0

    installed RedHat 8.0 with 5 CD's of which at the time of installation are required unless only the first 2.
    pozaznaczałem During installation, I want to have installed the developer tools (among others. Kernel development).

    After downloading and unpacking the kernel in turn handed the command:

    make mrproper
    make menuconfig (here you have to remember that the Service was ext3fs built into the kernel, not as a module, because the boot partition is in ext3)

    make dep make clean make bzImage


    make modules make modules_install (as root, and do not "make module_install "!!!)

    / sbin / mkinitrd / boot/initrd-2.6.9 2.6.9

    arch/i386/boot/bzImage cp / cp System.map boot/vmlinuz-2.6.9
    / boot/System.map-2.6.9
    ln-s / boot / System.map / boot/System.map-2.6.9

    In the file / boot / grub / grub.conf add the entry:

    title Red Hat Linux (2.6.9)
    root (hd0, 0)
    kernel / vmlinuz-2.6.9 ro root = LABEL = /
    initrd / initrd-2.6.9.img

    Errors:
    >> depmod can not open / for writing lib/modules/2.4.18-14/modules.dep < length:
    >> Warning: May you have to install module-init-tools
    solution is like a warning - to install the module- init-tools. This will guide you through this guide: http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/How_to_Compile_2_6_kernel_for_RedHat_9_8 in steps of 2:4.

    Grub: can not find the file, error 15th Are you sure you copied the bzImage and System.map? The path should begin with / rather than / boot / - see NOTICE in grub.conf.
    Error "pivotroot: pivot_root (/ sysroot, / sysroot / initrd) failed" means that ext3fs support is not built into the kernel. You must add it with "y" in step with make menuconfig.

    now is to restart and use the new kernel. I jumped out of the system while standing only a matter of concern to me information about some problems with the eth0, but the project will not likely need it to me so far is not worried.