Posts

Everybody is thanking our medical professionals for the wonderful job they're doing ... ...NOT properly diagnosing this fucking covid 19 electromagnetic political war against us... yes I am fucking pissed.  You people are supposed to be the medical professionals. How come not fucking one of you has figured out that this is radiation pneumonitis. I am not here to cuddle you fucking worthless sacks of shit.  Do your fucking job better or get the fuck out of healthcare. Oh, you didn't know 5G was radiotherapy? March 6th 2020, AT&T went online with 5G... 7 days later people started presenting with covid-19 They are running a ++scam++ on top of a +++genocide+++... Clinical presentation Radiation pneumonitis typically occurs between 4 and 12 weeks following completion of radiotherapy course, although they may be seen as early as one week, especially in patients receiving a high total dose and/or also having received chemotherapy 1-3. Symptoms typically include...

NLE 2020 NEP

National Level Exercise (NLE) 2022 will focus on a simulated catastrophic earthquake caused by a rupture along the Cascadia Subduction Zone fault in the Pacific Northwest, and includes subsequent tsunamis, aftershocks and a Spill of National Significance (SONS).  NLE 2022 leverages a modular exercise design that focuses on both response and recovery. The response module of the exercise would focus on stabilization of community lifelines within impacted states with specific emphasis on the core capabilities of operational coordination, situational assessment, infrastructure systems, environmental response/health and safety, critical transportation, and mass care. The recovery module of the exercise would focus on transitioning from sheltering to housing, economic recovery and result in the development of a recovery strategy manageable by the state(s) and executable locally with adequate federal support. NLE 2022 will build on Cascadia Rising 2016, a regional disaster response exerci...

Lupeo

So there I was, beside myself, feeling as though a mere shadow of who I was stood at my oblique, and I wondered aloud as if anyone would reply, "Have I really been this vile menacing consort, this degenerate sire, whom at the cusp of every twilight, I am lambasted into identifying with?"  Her nightly assaults had become my expectation, not an exception to the rule, but more the rule by which all other nights were measured.  Have you ever heard yourself saying, "Tomorrow will be better."  Can you recall ever rationalizing an others' malevolent intent with introspective impute?  I failed to prepare for the siege that would cleave my core in two; separating me from love, family, property, and value of self.  The scars I bear will fester for decades as my shrew profits fantastically from the spoils of war.  Justice is not available.  Solace may be received only when there is someone left in your life that has not been run off bearing witness to the siege...

Fathers and the things you never knew...

Below is a story about a band my father was in a a kid. He told us little if anything about the band... Heres what I found out ( source unknown )... lf you asked anyone in America under 40 who the Ducanes were, odds are you'd get blank stares. Yet the quintet of teenagers were notable if only for the fact that they were the next rung up the ladder to superstardom for Arnerica°s greatest record producer. The Ducanes were five friends who loved bas- ketball, spending countless hours practicing near their homes at Bergenfield Memorial Field. ln be- tween games the guys would harmonize on some of the better (though often obscure) doo wops of the day such as "l Laughed" by THE JESTERS, "Zoom" by the Collegians, and "When l Fall in Love" by THE FLAMINGOS (who were their favorite group). The only actual hit they sang at the time was their first practiced song, "Diamonds and Pearls" by THE PARADONS. The Bergenfield, New Jersey, quintet consisted of...

Tool to compare 2 csv files - ScriptLance Programming Project

Just thought I'd share a solution that took 1 minute; not the: 1 day, 1 day, 5 hours and 1 hour bids that were posted. This is a dos level file compare. Not a modern .diff. but it gets the job done. Tool to compare 2 csv files - ScriptLance Programming Project fc dennis1.txt dennis1.txt /n /w Comparing files Dennis1.txt and DENNIS1.TXT FC: no differences encountered fc dennis1.txt dennis2.txt /n /w Comparing files Dennis1.txt and DENNIS2.TXT ***** Dennis1.txt 3: sdfsdf 4: sdfsdfs sd sdf sdf 5: sdsdf s ***** DENNIS2.TXT 3: sdfsdf 4: sd dfs sd sdf sdf 5: sdsdf s ***** fc dennis1.txt dennis2.txt /n /w > result.txt type result.txt Comparing files Dennis1.txt and DENNIS2.TXT ***** Dennis1.txt 3: sdfsdf 4: sdfsdfs sd sdf sdf 5: sdsdf s ***** DENNIS2.TXT 3: sdfsdf 4: sd dfs sd sdf sdf 5: sdsdf s ***** Or chain multiple files together with ... fc dennis1.txt dennis2.txt /n /w >> result.txt type result.txt Comparing file...

Windows Live Labs: Photosynth Man Hunt

I was digging through the 3d preview over at Photosynth and believe I have come across Stephen Hawking... See if you can find him yourself... if not click Here.

Sending CDO Email via VBS with embedded attachments

Recently it was asked in another NG post: I have an asp (classic) page from which I send mails to some users. I select those users from a recordset and depending upon certain condition, the messsages are sent. Well, if I load this asp file, all the stuff works fine: the recordset, the mails sent to the correct users (using CDOSYS in Win2003), so now they can receive and read the messages without a single problem. Now I need something like a demon implemented in a .vbs script. With a bat file running every hour, i need the same functionalities: connect and build the recordset, and sending the mails to the users in an automated way, every hour. But I just don't know if it's possible to do such a task. somebody has an example of how could you send a mail from a vbs file that works within the task manager? I don't ask for the task manager obviously, but for the way sending mails are implemented in an automated .vbs. I suppose it's not enough to paste part the same code (for...

Recurring AT scheduling using VBS and batch files.

Heres the text of a post I was involved in over at m.p.scripting.vbscript. It relates to the process by which you can create a scheduled task that repeats itself more than one time per day on a regular schedule... ok, now we have three files.... To use this place all three files in the same location. Call login.vbs in your login script instead of the .bat make sure you delete this temp file before retrying this procedure... ( or when you have to re-create the task using login.vbs ) c:\>del %temp%\Done.yet Send your cashier check to : (just kidding) D. login.vbs Const Hide = 0 : Dim VBS, ACT, path Function GetPath()   path = WScript.ScriptFullName   GetPath = Left (path, InstrRev (path, "\" )) End Function Set Act = CreateObject ( "Wscript.Shell" ) VBS = trim (GetPath) & "\new4.bat """ & trim (GetPath) & "\"" CHECKME" Act.Run(VBS),Hide, True normal.vbs Const Hide = ...

Exchange Property pages...

I was in need of a piece of information about how to set the mAPIID value of an attribute and Jim McBee's Mostly Exchange Web Log jumped off the search engines and into my heart... http://mostlyexchange.blogspot.com/2005/03/adding-attributes-to-exchange-details.html For anyone who needs to know I've also found that &H8000 is the beginning of the acceptable range for custom mAPIID's.

First post...

I'll be posting useful bits about programming here from time to time.