Author Archives: pfb_admin

Retrieve a null database value into a GUID variable using C#

Guid aca_coc_signature_id = (dtDocument.Rows[0].Field<Guid?>(“aca_coc_signature_id”)); The type decorator “?” makes the Guid nullable. Another approach is: if (dtDocument.Rows[0].IsNull(“aca_coc_signature_id”)) { aca_coc_signature_id = System.Data.SqlClient.Guid.Null; } There are more than 100 types of arthritis. viagra 25 mg offscriptband.com This medicine works wonders only if … Continue reading

Posted in C#, Database, Programming | Leave a comment

Scrum primer mtg

• ACA is using scrum • What is Agile? Difference vs traditional waterfall? • How does Scrum implement Agile? • Scrum roles: SM, PO, DT • All these herbs are blended in correct dosage to cure male sexual problems. generic … Continue reading

Posted in Agile/Scrum, Project Management | Leave a comment

Interesting thoughts on waste in project management

https://www.industryweek.com/operations/hidden-waste-lurking-project-management

Posted in Business, Project Management | Leave a comment

Leadership article in IndustryWeek

https://www.industryweek.com/operations/boeing-once-admired-company-now-just-poorly-led The author’s opinions about incompetency resonated with me. It’s not acceptable for subject matter experts to claim lack of knowledge as a rationale for anything! That’s when it’s time to learn.

Posted in Business | Leave a comment

Manufacturing KPIs – top plants

https://www.industryweek.com/operations/manufacturing-kpis-how-do-yours-compare

Posted in Uncategorized | Leave a comment

Saving paper

I’ve heard my company will begin printing with no color, and all pages duplexed / double-sided in order to reduce costs. In order to get branded cialis line order ‘s to improve your sex life. One of the viagra sans … Continue reading

Posted in Uncategorized | Leave a comment

Data Flow Diagram info

Link explanations of DFDs. http://agilemodeling.com/artifacts/dataFlowDiagram.htm Online creation tools: https://www.smartdraw.com/data-flow-diagram/ https://www.lucidchart.com/pages/data-flow-diagram/data-flow-diagram-symbols#discovery__top In fact, you can even get customized sildenafil in canada accessories online, to give a new makeover to your little monster. A portion of the wellbeing issues are exceptionally pitiful … Continue reading

Posted in Uncategorized | Leave a comment

Barcode verifier linkdump

This is the requested example – a subset of it. And it comes from these units, in particular the Dataman 8072 https://www.cognex.com/products/barcode-readers/barcode-verifiers/dataman-8070-series-verifiers https://www.vision-systems.com/content/dam/VSD/solutionsinvision/Resources/Barcode-Quality-Verification_wp.pdf  This explains the verification parameters consisely. https://www.google.com/search?q=iso+15415+grading+hardware&rlz=1C1GCEV_enUS822US822&ei=pMqnXLyPIqbKjwSajKxw&start=10&sa=N&ved=0ahUKEwi88dXe9LnhAhUm5YMKHRoGCw4Q8NMDCJAB&biw=1274&bih=634 https://www.cognex.com/what-is/barcode-verification/selecting-a-verifier https://www.cognex.com/resources/white-papers-articles/WhitePaperAndArticleForm?Event=7367969e-a523-4f7e-918a-141a2d696e70&cm_campid=196f3534-67fc-e711-9113-00505693004d https://www.keyence.com/ss/products/auto_id/barcode_lecture/2d_verification/verification/ This compares ISO15415 and TR29158 https://support.honeywellaidc.com/s/article/What-is-the-ISOIEC-15415-standard https://www.bar-code.com/verifiers/LaymansGuidetoANSI.pdf … Continue reading

Posted in Business, Linkdump | Leave a comment

Capture current date / time in Python

http://strftime.org/

Posted in Uncategorized | Leave a comment

SQL Server security tricks

Posted in Uncategorized | Leave a comment