Category

Computers & Programming

Linkage Program, Sculpture and Art

Building More Parts

I have a new part built for the new Rolling Ball Sculpture. Small Ball Lifter The small lifter part is the lowest lifting arm on the mechanism. This part lifts the ball off the frame to a position where another arm can take the ball. The ball is…

Continue reading
Computers & Programming

PriorityStackPanel

The PriorityStackPanel class is a Panel element that I built for my Windows Store app. The idea is that the panel should adapt the content to the display based on a set of rules. The existing panels in C# and WinRT are totally useless for this task because…

Continue reading
Computers & Programming

CullingStackPanel

I have only used this horizontally. This panel will shrink down to zero size if needed, which might not be what you expect. The important parts of the code are commented. This is my first attempt at this particular feature and the code may be incomplete. I have…

Continue reading
Computers & Programming

ClippingStackPanel

I’m writing a Windows Store app, as many previous posts have made obvious, and I’ve got a new need that might not be fulfilled by any Microsoft tools. I need a StackPanel that hides any children that can’t be shown in their requested size. My plan is to…

Continue reading
Computers & Programming

Don’t be a Programmer

I was reading an old blog post http://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/ and came across this line: “Anyone describing themselves as either a Java programmer or .NET programmer has already lost.” The point he was making, and continued to make after this line, is that programming languages don’t matter. It’s an old…

Continue reading
Computers & Programming

Variable Base Numbering System

I had a project that required key codes. These are codes sort of like the key codes used by software companies to activate your software. For my situation, the most effective way to pass around these codes is as long integers. Otherwise, math on these values, like to…

Continue reading
Computers & Programming, Games

Trials Fusion Skill Game

I built a fairly complex skill game for Trials Fusion on the Xbox One. Jet Hoverbike Challenge was created by me, rectorsquid, as a sort of Lunar Lander style game. Jet Hoverbike Challenge Gameplay Trials Fusion, and earlier versions of the game like Trials Evolution, have a track…

Continue reading
Computers & Programming

Alpha Color Mixer

I’m going to write a post about the Alpha Color Mixer that I wrote and published in the Windows ‘App’ Store (http://apps.microsoft.com/windows/app/alpha-color-mixer/63825206-eb36-4ab7-a223-42d52410ffa9). But I am working a little on the code and I want to clean it up before I publish it for mass review. The Alpha Color…

Continue reading
Computers & Programming

Lake Tahoe Temperature

A long time ago, I added some AJAX code to my blog so that the Lake Tahoe water temperature is displayed on my blog pages. It’s in the right navigation column down at the bottom. It doesn’t appear immediately and sometimes not at all if the temperature server…

Continue reading