https://github.com/tompaana/my-2-bits
Collection of snippets and lessons learned. This project is where I'll be dumping code, which I think could, even remotely, be useful to someone.
https://github.com/tompaana/my-2-bits
Last synced: about 1 month ago
JSON representation
Collection of snippets and lessons learned. This project is where I'll be dumping code, which I think could, even remotely, be useful to someone.
- Host: GitHub
- URL: https://github.com/tompaana/my-2-bits
- Owner: tompaana
- Created: 2015-03-01T18:24:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T11:06:25.000Z (almost 9 years ago)
- Last Synced: 2025-04-08T08:06:37.296Z (2 months ago)
- Language: C#
- Homepage:
- Size: 3.64 MB
- Stars: 4
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My 2 Bits #
Collection of snippets and lessons learned. This project is where I'll be
dumping code, which I think could, even remotely, be useful to someone.---
## BLE Beacon Sample ##
*At any moment now. The seas were stormy the dark night. Then, finally, he saw
a speck of light in the distance. The old, faithful beacon!*
**Description:** A sample project demonstrating how to scan for Bluetooth LE
(BLE) beacons and how to turn a Windows device into a beacon. No background
functionality included.**Supported platforms:** Windows 10 (Technical Preview)
[**Read more >**](https://github.com/tompaana/my-2-bits/blob/master/BLEBeaconSample)
## Sliding Panel Sample ##
*"You had to give it to him: he had a plan. And it started to make sense, in a
Tyler sort of way. No fear. No distractions. The ability to let that which does
not matter truly slide."*

**Description:** A self-contained, custom user control, a panel that can be
dragged and animated. Provides a performance optimization trick for Windows
Phone Silverlight. The trick is not needed on newer platforms.**Supported platforms:** Windows Universal (Windows Store Apps and Windows Phone 8.1), Windows Phone Silverlight
[**Read more >**](https://github.com/tompaana/my-2-bits/blob/master/SlidingPanelSample)
## Tick Tick ##
*He committed to complete a software project only to find himself without one
essential user interface component. He had no choice but to create one himself,
but the time was running out...*
*Three text ticker controls in `StackPanel`***Description:** A custom text ticker user control: A text component, which
scrolls to display the full text, if the text does not fit on a single line
without wrapping.**Supported platforms:** Windows Universal (Windows Store Apps and Windows Phone 8.1), Windows Phone Silverlight
[**Read more >**](https://github.com/tompaana/my-2-bits/tree/master/TickTick)
---