QuanbenSoft Windows Runtime (Windows Store)Apps 应用及其框架总览
Parrot
Simple audio repeater for language learners
http://www.windowsphone.com/en-au/store/app/parrot/7eb1570f-e23d-4b23-87f0-53a97fee2458
LinkPad
Powerful Diagram Tool
强大而简单易用的触控个性绘图工具,支持手写涂鸦、箭头线、裁剪图片、文本框,无限画布和无限撤消,支持动作录制和回放
http://apps.microsoft.com/windows/en-au/app/linkpad/f033a0f6-4be1-4db3-bc65-399648c5724d
应用quanbenSoft开源框架
- Apollo https://apollo.codeplex.com/
2D MVVM template 框架模板工具
- Herodotus https://herodotus.codeplex.com/
Change Tracker 变动跟踪器
- Surfwave https://surfwave.codeplex.com/
Multi-touch pinching/translating 多点触控平移和缩放
- Plato2D https://plato2d.codeplex.com/
2D画布应用MVVM框架
- Trollveggem https://trollveggen.codeplex.com/
类似Castle Windsor的去耦架构
Subtitle RT
Popular Subtitle Player
深受欢迎的字幕侧边播放工具,当前支持SRT和SUB,多语言编码支持
http://apps.microsoft.com/windows/en-au/app/subtitle-rt/61106f5e-fe4a-413e-bcad-ac5671155f11
Source Code 源码维护
https://subtitlert.codeplex.com/
Subtitle Cutter
Custom Subtitle Editor
全面的字幕剪裁拼接工具,当前支持SRT
http://apps.microsoft.com/windows/en-au/app/subtitle-cutter/6d24a8c4-9a3e-44f2-97bd-1a4288be13b4
Source Code to be open soon 源码即将公开
QuanbenSoft的所有官方最新源代码均唯一维护在微软codeplex开源平台上如下地址
All quanbenSoft open source code is maintained at the following site on codeplex.com
https://www.codeplex.com/site/users/view/quanben
QuanbenSoft Windows Runtime (Windows Store)Apps 应用及其框架总览的更多相关文章
- 重新想象 Windows 8.1 Store Apps (81) - 控件增强: WebView 之加载本地 html, 智能替换 html 中的 url 引用, 通过 Share Contract 分享 WebView 中的内容, 为 WebView 截图
[源码下载] 重新想象 Windows 8.1 Store Apps (81) - 控件增强: WebView 之加载本地 html, 智能替换 html 中的 url 引用, 通过 Share Co ...
- 重新想象 Windows 8.1 Store Apps (84) - 图像处理的新特性, Share Contract 的新特性
[源码下载] 重新想象 Windows 8.1 Store Apps (84) - 图像处理的新特性, Share Contract 的新特性 作者:webabcd 介绍重新想象 Windows 8. ...
- 重新想象 Windows 8.1 Store Apps (89) - 通信的新特性: 下载数据, 上传数据, 上传文件
[源码下载] 重新想象 Windows 8.1 Store Apps (89) - 通信的新特性: 下载数据, 上传数据, 上传文件 作者:webabcd 介绍重新想象 Windows 8.1 Sto ...
- 重新想象 Windows 8.1 Store Apps (90) - 通信的新特性: 通过 HttpBaseProtocolFilter 实现 http 请求的缓存控制,以及 cookie 读写; 自定义 HttpFilter; 其他
[源码下载] 重新想象 Windows 8.1 Store Apps (90) - 通信的新特性: 通过 HttpBaseProtocolFilter 实现 http 请求的缓存控制,以及 cooki ...
- 重新想象 Windows 8.1 Store Apps (81) - 控件增强: 加载本地 html, 智能替换 html 中的 url 引用, 通过 Share Contract 分享 WebView 中的内容, 为 WebView 截图
原文:重新想象 Windows 8.1 Store Apps (81) - 控件增强: 加载本地 html, 智能替换 html 中的 url 引用, 通过 Share Contract 分享 Web ...
- 重新想象 Windows 8.1 Store Apps 系列文章索引
[源码下载] [重新想象 Windows 8 Store Apps 系列文章] 重新想象 Windows 8.1 Store Apps 系列文章索引 作者:webabcd 1.重新想象 Windows ...
- 重新想象 Windows 8.1 Store Apps (72) - 新增控件: AppBar, CommandBar
[源码下载] 重新想象 Windows 8.1 Store Apps (72) - 新增控件: AppBar, CommandBar 作者:webabcd 介绍重新想象 Windows 8.1 Sto ...
- 重新想象 Windows 8.1 Store Apps (73) - 新增控件: DatePicker, TimePicker
[源码下载] 重新想象 Windows 8.1 Store Apps (73) - 新增控件: DatePicker, TimePicker 作者:webabcd 介绍重新想象 Windows 8.1 ...
- 重新想象 Windows 8.1 Store Apps (74) - 新增控件: Flyout, MenuFlyout, SettingsFlyout
[源码下载] 重新想象 Windows 8.1 Store Apps (74) - 新增控件: Flyout, MenuFlyout, SettingsFlyout 作者:webabcd 介绍重新想象 ...
- 重新想象 Windows 8.1 Store Apps (75) - 新增控件: Hub, Hyperlink
[源码下载] 重新想象 Windows 8.1 Store Apps (75) - 新增控件: Hub, Hyperlink 作者:webabcd 介绍重新想象 Windows 8.1 Store A ...
随机推荐
- windows7设置开机启动方式
打开计算机(资源管理器)(快捷键win+e),输入 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup 将需要开机启动的软件的快捷 ...
- awk命令和grep命令的使用
1.遇到需求:用ping命令去检测系统网络延迟 跑 ping baidu.com -c 3,想要直接得到平均延迟. ping baidu.com -c 3 | grep rtt | awk -F \/ ...
- BZOJ 3771: Triple
Description 问所有三/二/一元组可能形成的组合. Sol FFT. 利用生成函数直接FFT一下,然后就是计算,计算的时候简单的容斥一下. 任意三个-3*两个相同的+2*全部相同的+任意两个 ...
- linQ学习笔记之一
linq解决的问题 1.编程语言中的数据类型与数据库中的数据类型形成的两套体系 2.SQL编码体验落后 3.SQL和XML都有各自的查询语言,而对象没有自己的查询语言 linq简单的集合查询和fore ...
- 将本地项目提交到coding上托管
1: 注册coding并新建项目test2:在终端 cd 到要提交的项目 使用git init创建.git文件夹3:使用git pull <项目地址>https的那个4:git a ...
- docker 目录迁移
(ubuntu 12.04) 默认路径 /var/lib/docker --> /data/docker root@node1:~# service docker stop root@node ...
- Python flask 基于 Flask 提供 RESTful Web 服务
转载自 http://python.jobbole.com/87118/ 什么是 REST REST 全称是 Representational State Transfer,翻译成中文是『表现层状态转 ...
- Winform自定义控件基础(二)
protected override void WndProc(ref Message m)
- shiro session计算timeout
/** * Determines if this session is expired. * * @return true if the specified session has expired, ...
- nodejs 编写(添加时间戳)命令行工具 timestamp
Nodejs除了编写服务器端程序还可以编写命令行工具,如gulp.js就是Nodejs编写的. 接下来我们来实现一个添加时间戳的命令: $ timestamp action https://www.n ...