10/30/13 08:52 - ID#58213
Invisible Windows?
Permalink: Invisible_Windows_.html
Words: 12
Location: Buffalo, NY
Last Modified: 10/30/13 08:52
Category: linux
05/30/12 10:28 - ID#56501
Beefy Miracle
Update 05/31/12: I'm getting a kernel panic when I shutdown/reboot, see for a fix.
Update 05/31/12 Sound is broken. No solution yet
Update 06/01/12 Sound working. A known bug was a PAM permission problem that could be fixed by running authconfig --updateall . I also upgraded to a 3.4x ccrma kernel So it could be either or both.
Permalink: Beefy_Miracle.html
Words: 77
Location: Buffalo, NY
Last Modified: 06/01/12 08:30
Category: polish songs
05/04/12 10:19 - ID#56424
Do Laury
I like the poem and the song. I love the video.
Permalink: Do_Laury.html
Words: 47
Location: Buffalo, NY
Last Modified: 05/04/12 10:19
Category: small favours
04/02/12 10:54 - ID#56310
Your Gorilla Didn't Get Loose
Truer words were never spoken.
That being said. My Lobsters Gorilla.
Permalink: Your_Gorilla_Didn_t_Get_Loose.html
Words: 49
Location: Buffalo, NY
Last Modified: 04/02/12 10:59
01/16/12 11:17 - ID#55929
English Wikipedia anti-SOPA blackout
read more at
All hail the Corporate States of America!! Disagree at your own peril.
Permalink: English_Wikipedia_anti_SOPA_blackout.html
Words: 103
Location: Buffalo, NY
Last Modified: 01/16/12 11:18
01/13/12 09:11 - ID#55908
Hello World, Hello COBOL (updated with code))
Well, I got open-cobol to compile and run a simple "Hello Word" program. So it works.
It seems that Cobol is still in the punch card age in which commands have to start in the 8th column. But open-cobol has a freestyle option.
(e:paul) wanted to see some code:
Here's the sort of COBOL"hello world" I remember from my college days:
000100 IDENTIFICATION DIVISION.
000200 PROGRAM-ID. HELLOWORLD.
000300
000400*
000500 ENVIRONMENT DIVISION.
000600 CONFIGURATION SECTION.
000700 SOURCE-COMPUTER. RM-COBOL.
000800 OBJECT-COMPUTER. RM-COBOL.
000900
001000 DATA DIVISION.
001100 FILE SECTION.
001200
100000 PROCEDURE DIVISION.
100100
100200 MAIN-LOGIC SECTION.
100300 BEGIN.
100400 DISPLAY " " LINE 1 POSITION 1 ERASE EOS.
100500 DISPLAY "Hello world!" LINE 15 POSITION 10.
100600 STOP RUN.
100700 MAIN-LOGIC-EXIT.
100800 EXIT.
Here's the same thing freestyled in open-cobol.
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
PROCEDURE DIVISION.
DISPLAY 'Hello world!'.
STOP RUN.
Permalink: Hello_World_Hello_COBOL_updated_with_code_.html
Words: 117
Location: Buffalo, NY
Last Modified: 01/13/12 09:30
Category: linux
01/12/12 10:33 - ID#55897
Cobol Here I come
Well, there is something called Open Cobol that is Cobol compiler that runs on linux. Fedora has it in it's repositories.
Hopefully, I can get it to work. And code, code, code my way into a new job.
Permalink: Cobol_Here_I_come.html
Words: 72
Location: Buffalo, NY
Last Modified: 01/12/12 10:33
01/12/12 10:25 - ID#55896
Work 1, Beer Club 0
Permalink: Work_1_Beer_Club_0.html
Words: 33
Location: Buffalo, NY
Last Modified: 01/12/12 10:25
Category: polish songs
12/16/11 10:54 - ID#55753
wigs and accordians and
Permalink: wigs_and_accordians_and.html
Words: 10
Location: Buffalo, NY
Last Modified: 12/16/11 10:54
Category: music
12/10/11 10:46 - ID#55695
Rock Lobster Robots
Permalink: Rock_Lobster_Robots.html
Words: 42
Location: Buffalo, NY
Last Modified: 12/10/11 10:46
Author Info
uncutsaniflush