知乎周源微信

In my new ongoing quest to read source code to be a better developer, I now present the third in an infinite number of a weekly series called "The Weekly Source Code." Here's some source I'm reading this week that I enjoyed.

在我不断追求阅读源代码以成为更好的开发人员的新任务中,我现在提出每周系列中无数第三部分,即“每周源代码”。 这是我本周喜欢的一些资料。

  • Paint.NET - It's not just the world's shiniest free .NET paint program, but it's also 140,000 lines of yummy (and very well factored (in parts)) source code. It's all here. A plugin model, COM interop, a Command Dispatcher, crazy WinForms stuff, multi-platform support and even TabletPC usage. You can get the source from SkyOrb.

    Paint.NET-它不仅是世界上最漂亮的免费.NET绘画程序,而且还包含14万行美味的(并且有很好的分解(部分))源代码。 都在这里插件模型,COM互操作,命令调度程序,疯狂的WinForms东西,多平台支持甚至TabletPC使用。 您可以从SkyOrb获取源。

  • CoPilot.com - This is one of my favorite tools for connecting to a family member's PC when they are in trouble. Plus, it's an extension of VNC which is GPLed, so they make the source available for both Mac and Windows. Reminds me I'm happy to not be coding in C/C++ anymore.

    CoPilot.com-这是我最喜欢的工具,用于在遇到麻烦时连接到家庭成员的PC。 另外,它是经过GPL处理的VNC的扩展,因此它们使源可用于Mac和Windows 。 提醒我,我很高兴不再使用C / C ++进行编码。

  • JobObjectWrapper - I don't know why, but I love wrapper classes. I just like seeing really clean .NET wrappers to really horrible Win32 APIs. It's like watching a car crash for me; I can't look away. This is a simple API abstraction over the Win32 Job Object.

    JobObjectWrapper-我不知道为什么,但是我喜欢包装器类。 我只是喜欢看到真正可怕的Win32 API的真正干净的.NET包装。 就像看着我的车祸; 我不能移开视线。 这是Win32作业对象上的简单API抽象。

  • World of Solitaire - This isn't Open Source, but since it's AJAX/JavaScript goodness we can explore it. It's insane. Created by Robert at CosmicRealms, it's a brilliant and amazing piece of cross-browser DHTML.

    纸牌世界-它不是开源的,但是由于它是AJAX / JavaScript的优点,我们可以对其进行探索。 太疯狂了它是CosmicRealms的Robert创建的,它是跨浏览器DHTML的绝妙之处。

  • Url Reservation Modifier - I wish utilities like this were built in. This is a GUI and a Library (separation is always nice) to modify URL Reservations in Http.sys (on systems that support it). This lets you hook up System.Net.HttpListeners as a limited user.

    网址保留修饰符-我希望内置这样的实用程序。这是一个GUI和一个库(分隔总是很不错),可以在Http.sys中(支持该功能的系统)修改URL保留。 这使您可以将System.Net.HttpListeners连接为受限用户。

Feel free to send me links to cool source that you find hasn't been given a good read.

随时向我发送指向很酷的资源的链接,您发现这些链接没有得到很好的阅读。

翻译自: https://www.hanselman.com/blog/the-weekly-source-code-3

知乎周源微信

知乎周源微信_每周源代码3相关推荐

  1. 知乎周源微信_每周源代码7

    知乎周源微信 In my new ongoing quest to read source code to be a better developer, I now present the seven ...

  2. 知乎周源微信_每周源代码36-PDC,BabySmash和Silverlight图表

    知乎周源微信 First, let me remind you that in my new ongoing quest to read source code to be a better deve ...

  3. 知乎周源微信_每周源代码33-Google Chrome中的Microsoft Open Source

    知乎周源微信 First, let me remind you that in my new ongoing quest to read source code to be a better deve ...

  4. 知乎周源微信_每周源代码42-树修剪,插件和MEF

    知乎周源微信 I really advocate folks reading as much source as they can because you become a better writer ...

  5. 知乎周源微信_每周源代码56-Visual Studio 2010和.NET Framework 4培训套件-代码合同,并行框架和COM互操作...

    知乎周源微信 Do you like a big pile of source code? Well, there is an imperial buttload of source in the V ...

  6. 知乎周源微信_每周源代码39-Silverlight 3中的Commodore 64仿真器

    知乎周源微信 I had the pleasure of interviewing Pete Brown this last week and talking about the Silverligh ...

  7. 知乎周源微信_每周源代码24-可扩展性版本-.NET中的插件,提供程序,属性,插件和模块...

    知乎周源微信 I've been getting more and more interested in how folks extend their applications using plugi ...

  8. 知乎周源微信_每周源代码18-深度缩放(Seadragon)Silverlight 2 MultiScaleImage鼠标滚轮缩放和平移版...

    知乎周源微信 Dear Reader, I present to you eighteenth in a infinite number of posts of "The Weekly So ...

  9. 知乎周源微信_每周源代码30-具有XML文字的VB.NET作为ASP.NET MVC的视图引擎

    知乎周源微信 I was literally in the middle of writing the post when I saw a message from Andrew Davey abou ...

  10. 知乎周源微信_每周源代码59-开源宝藏:具有讽刺意味的.NET语言实现工具包

    知乎周源微信 One of the best, if not the best way to sharpen the saw and keep your software development sk ...

最新文章

  1. Eclipse新建SpringBoot后pom.xml代码
  2. 洛谷 - P3357 最长k可重线段集问题(最大费用最大流+思维建边+拆点)
  3. vue利用级联选择器实现全国省市区乡村五级菜单联动
  4. 带有JBoss工具的OpenShift 3上的Java EE 7应用程序
  5. Linux: I/O多路转接之poll(有图有代码有真相!!!)
  6. Redis主从复制配置(原理剖析)
  7. Elasticsearch版本控制理解
  8. Java 程序设计基础(第四版)上
  9. html5上传steam,Steam.html · savfile/shencore.github.io - Gitee.com
  10. 开源容灾备份工具介绍
  11. win10系统如何查询本机的IP地址和外网IP地址
  12. 微波射频工程师必读经典参考书
  13. 计算机公式求时间差公式,日期差计算(Excel表格中如何计算日期、时间差)
  14. Abis接口的概念和引发的商业策略
  15. Python爬网易云音乐的那些事
  16. Windows设置默认打印机
  17. 微信浏览器 rem 不适配的解决方案
  18. R语言 Rstudio 安装 包 报错installation of package ‘*’ had non-zero exit status
  19. ▷Scratch课堂丨【编程趣味卡11】虚拟宠物
  20. 综述:重复经颅磁刺激rTMS对静息态功能连接的影响

热门文章

  1. 【洛谷】P3369 【模板】普通平衡树
  2. k3 修复服务器,金蝶K3数据修复服务工具包
  3. Android 插件化换肤方案
  4. 2022-2028年中国太阳能发电系统市场调查与市场需求预测报告
  5. 【渝粤题库】国家开放大学2021春2107刑法学(1)题目
  6. DS1302的电子万年历_51单片机,年月日、星期、时分秒、农历和温度,带闹钟,全套资料
  7. SAP那些事-理论篇-13-SAP问题解决思路
  8. c盘减肥//请在阅读本文之前查看你C盘的可用空间
  9. mac-Pro13 电池图标一直保持充电状态的问题解决
  10. 使用gnome3桌面总结