You need more than the latest antivirus software to ensure your company’s network is secure. A cybersecurity audit helps you create a complete picture of your security strategy. Cybercrime has …
5 Biggest Questions About Windows 11 Answered
Microsoft’s latest operating system is starting to take the world by storm. But before jumping ship and upgrading to the new OS, better read this first. It’s finally here. After …
Windows Users: Be Suspicious of Documents From Unknown Senders
Microsoft issued a security bulletin today announcing a newly discovered vulnerability. The issue allows attackers to run arbitrary computer code on a victim’s computer. The new vulnerability is accessible to …
SANER 2016: A Systematic Framework for Modernizing Legacy Application System
Tim Fanelli will discuss his paper A Systematic Framework for Modernizing Legacy Application Systems at 23’rd IEEE International Conference on Software Analysis, Evolution, and Reengineering (SANER). SANER 2016 is March …
MODBUS ASCII LRC Computation in C++
I’m currently working on a project interfacing a BeagleBone Black to a drive control unit, which communicates using MODBUS ASCII over RS-232. The biggest challenge with the communication protocol is …
Asynchronous, Event-Driven UART in C++ for BeagleBone Black
I just posted the first iteration of Serialzzz, a C++ library which provides asynchronous, event-driven I/O for interacting with UART devices on BeagleBone Black. Today’s code drop is just the …
Monty Hall Problem
I read a very interesting article on the NY Times today, linked from this /. article, about the Monty Hall Problem. The problem has apparently caused much embarrassment among mathematicians, …
Your First EJB3 Session Bean
I just recently started playing with EJB3, and found it extremely tricky to get through my very first EJB3 Session Bean. While significantly simpler than EJB 2, the online resources …
Adding Custom Controls to XAML
‘s often useful to either extend WPF controls or create custom controls to supplement to functionality provided to you by the WPF classes. In this brief tutorial, we’ll refactor the …
Drawing a RubberBand in WPF
Overview Rubber-banding is a very simple and familiar concept in most graphical applications where the outline of a shape to be drawn is painted to the screen, following the mouse …