You are hereBlogs / sir_mud's blog / 4 Geeky things found on Stumbleupon today

4 Geeky things found on Stumbleupon today


By sir_mud - Posted on 07 June 2010

  • Companies that should stop writing software
    Symantec - Somewhere along the line you decided to protect people from their own computer, rather than protect the computer itself. You have never once written a piece of software that didn’t slow a machine down to a painful crawl. Every machine I have come across that has had Norton on it, has had a virus and multiple spywares still there. Your product is so bad, its own uninstaller does not work. You sell a false sense of security, nothing more.
  • Samples of Many different programming languages
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    
        global _start
     
    section .data
        buffer  dw  0h
     
    section .text
     
    _start:
        mov     ecx, buffer
        mov     edx, 02h
        call        read
        mov     cx, word [buffer]
        cmp     cx, 3234h
        je      exit
        cmp     ch, 0ah
        je      one_dig
        jmp     two_dig
     
    one_dig:
        mov     ecx, buffer
        mov     edx, 02h
        call        write
        jmp     _start
     
    two_dig:
        mov     ecx, buffer
        mov     edx, 02h
        call        write
        mov     edx, 01h
        mov     ecx, buffer
        call        read            ; read the 0ah
        mov     ecx, buffer
        call        write           ; write the 0ah
        jmp     _start
     
    exit:
        mov     eax, 01h        ; exit()
        xor     ebx, ebx        ; errno
        int     80h
     
     
    read:
        mov     eax, 03h        ; read()
        mov     ebx, 00h        ; stdin
        int     80h
        ret
    write:
        mov     eax, 04h        ; write()
        mov     ebx, 01h        ; stdout
        int     80h
        ret
  • Cat's Eye Comic
  • And last but not least:
    An unreasonable request.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: [code], [blockcode], [asm], [bash], [c], [cpp], [qt], [csharp], [freebasic], [javascript], [make], [php], [python], [ruby].
  • E-Mail addresses are hidden with reCAPTCHA Mailhide.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.

Mud's Magical Shop

MMS @ Cafepress

It's Badgertastic!

Our newest shirt:


I survived!

Stay Connected

Mud's Magical Podcast

Navigation

Poll

What type of inheritance do you think FreeBASIC should get?
Multiple, similiar to C++.
50%
Single (with interfaces), like C#.
43%
Mysoft no like OOP! FIRE BAD!
7%
I like the current no inheritance objects.
0%
Total votes: 30

Site Updates

Syndicate content