Posts Tagged ‘tool’

The tool provides a user- (well, actually a developer-) friendly printout of capabilities accessible via Blackmagic Design DeckLink SDK for DeckLink series of hardware. This covers features of DeckLink and Intensity series of hardware for video/audio capture, accessible via vendor’s SDK. The data is printed out in Markdown format, easy to read on its own [...]

This update for Resource Tools adds an option to access custom resource types, such as FILE, TYPELIB, REGISTRY etc. It lets enumerate the resource, and load/save them. The COM interafce adds new Items property; the code snippet below accesses type library of image2.dll and saves it into external tyle library file image2.tlb: image = new [...]

This adds a small update to the recently published GPS Location/Coordinate Converter utility: Seconds in Degrees, Minutes & Seconds notation are shown and are accepted as floating point numbers More shortcuts to popular online map services (note that only Google Maps and Yandex Maps are still accepted as input via clipboard): Bing Maps Yahoo Maps [...]

This tool came up as a result of mess around GPS coordinate formatting and variety of popular formats and notations. Some use latitude and longitude degrees, some prefer degrees and minutes with fractional part. this does not take into account choices for datum and file formats. For instance, both Google Maps and Yandex Maps accept [...]

NTFS Links: x64 build

Posted: 12th October 2011 by Roman in NTFS Links
Tags: , , , , ,

Per user request, here goes 64-bit version of NTFS Links utility, which provides shell UI for NTFS Junction Points. As 64-bit version of Windows operating systems provide two versions of shell explorer, and support both Win32 and x64 platform applications, it is typical to install both 32-bit and 64-bit versions of the utility to cover/extend [...]

The utility and code does straightforward enumeration of MMDevices (Vista+, check MSDN for MMDevice API availability), which correspond to MMDevice API, WASAPI, Core Audio API. The code itself is straightforward, with a ready to use binary to quickly lookup data of interest: The data is detailed well and in Excel-friendly format (via Copy/Paste): The code [...]

Resource Tools: 64-bit build

Posted: 30th August 2011 by Roman in Resource Tools, Technology
Tags: , , , , , ,

I rebuilt the Resource Tools utility in 64-bits to, supposedly, be able to be good with resources on 64-bit binaries (actually 32-bit code might be dealing with those fine also?). Anyway, the build is here and the tool available in both 32-bit and 64-bit versions. In particular, both 32-bit and 64-bit JavaScript scripts hosted by [...]