I’ve been working with the TypeScript compiler API to build a custom compiler for my current employer, who effectively wants to abstract strings into resource……
4,498 total views, 2 views today
Posts that contain code snippets or are programming related in some manner.
I’ve been working with the TypeScript compiler API to build a custom compiler for my current employer, who effectively wants to abstract strings into resource……
4,498 total views, 2 views today
Django-channels is a library touted to bring websockets to django in an incredibly simple / easy-to-implement fashion. I’ve listened to presentations, read some documentation and……
3,706 total views, 4 views today
In a scheduling project I’ve been working on, I’ve come across the need to ingest and present a lot of datetime information. The input will……
4,156 total views, 2 views today
I am starting on a new project that I have dubbed jb0x. The domain (jb0x.com) will redirect to this page for the time being. So,……
50,514 total views, 2 views today
Hi folks, In a previous post I showed off a little service I had written in PowerShell to wrap Automic ARA’s ARATools.jar methods in a……
13,558 total views, 2 views today
Hi folks, Long time no post! I believe the last thing I posted was some sort of Craigslist apartment-scanning script I was using to sort……
6,577 total views, 4 views today
I was very, very tired of copying/pasting a template saying “Hi I’m Rex and I’m thinking about moving to NYC because of a job offer..……
22,963 total views, 3 views today
Here’s a PowerShell function to find non-base64 characters in a block of text. Function Find-NonBase64Chars { Param( [Parameter(Mandatory=$True)]$Text ) $InvalidCharacters = @() $x=0 ForEach ($Line……
4,546 total views, 1 views today
I’m building a website to sort of mimic the functionality of StudioStyl.es (awesome site for Visual Studio theme lovers!) for PowerShell ISE color themes! I’ll……
7,537 total views, 1 views today
I wrote a little function that utilizes Microsoft Office Document Imaging (MODI) to retrieve text from images with OCR. I have put a few notes……
27,887 total views, 1 views today