Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T11:06:25.000Z (about 8 years ago)
- Last Synced: 2023-08-27T12:38:24.267Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 3.64 MB
- Stars: 5
- Watchers: 4
- Forks: 10
- 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!*![Screenshot 1](https://raw.githubusercontent.com/tompaana/my-2-bits/master/BLEBeaconSample/Doc/Screenshot.png)
**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."*![Screenshot 1](https://raw.githubusercontent.com/tompaana/my-2-bits/master/SlidingPanelSample/Screenshots/SlidingPanelSampleSLScreenshot1Small.png)
![Screenshot 2](https://raw.githubusercontent.com/tompaana/my-2-bits/master/SlidingPanelSample/Screenshots/SlidingPanelSampleSLScreenshot2Small.png)
![Screenshot 3](https://raw.githubusercontent.com/tompaana/my-2-bits/master/SlidingPanelSample/Screenshots/SlidingPanelSampleSLScreenshot3Small.png)**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...*![Screenshot](https://raw.githubusercontent.com/tompaana/my-2-bits/master/TickTick/Screenshots/TickTickScreenshotSmall.png)
*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)
---