How to learn Morse code Simon Orton developed an interesting method to learn Morse code. It’s enough to remember the 26-word sequence: Amy Bread Cobra Doll … To remember the letter code, just remember the word from that letter and replace each next letter with a dot or a dash, starting with the second letter. […]
Category: Uncategorized
I’m not perfect… But I’m enough
"I’m not perfect… But I’m enough." Carl. R. Rogers
Checklists in Structural Design
Checklist in Structural Design Recently I make sure that checklists are not only necessary for pilots and doctors. A detailed checklist is essential for any activity that can be described by process algorithms. In fact, I have a list of process steps and use it, but it turns out to be much more detailed and […]
How Chinese CAD Software vendors understand Copyright and Intellectual Property
Ralph Grabowski uncovered how Chinese CAD Software vendors understand Copyright and Intellectual Property. No comments, just read. upFront.eZine issue 1035
Season’s Greetings 2020
Pagico 9 beta
Pagico 9 beta jau turi tamsią temą. Testuoju. Stabilios Pagico 9 versijos išleidimas planuojamas spalio 16 d.
I wish You a merry Solstice and happy New 2019 Year!
(setvar “cmdecho” 0)
(setq r 0 x -1 y -1 z 1 c 0)
(vl-cmdf “_.shademode” “_flat”)
(vl-cmdf “_.vpoint” “-0.75,-2,0.35”)
(repeat 252
(vl-cmdf “_.circle” (list x y (setq z (- z 5)))
(setq r (1+ (* 1.05 r)))
)
(vl-cmdf “_.region” (entlast) “”)
(vl-cmdf “_.change” (entlast) “” “_properties” “_color” (setq c (1+ c)) “”)
)
(vl-cmdf “_.zoom” “_extents”)
(repeat 85
(vl-cmdf “_.zoom” “_scale” 1.1)
)
(setq sapi (vlax-create-object “Sapi.SpVoice”))
(vlax-invoke sapi “Speak” “I wish You a merry Solstice and happy New 2019 Year!” 0)
(vlax-release-object sapi)
(princ “Load www.kitox.com/downloads/winter.lsp for more fun”)