Coder Social home page Coder Social logo

booklist's Introduction

bookList

书单

E:. ├─NHibernate │ ├─NHibernate入门 │ └─下载 │ ├─ASP.NET MVC4企业网站实战 高级版 │ ├─NHibernate应用开发(NHibernate、MVC4实战档案管理系统+MVC4房屋租赁平台系统) │ ├─Spring.net实战开发(NHibernate3、MVC4、MemCache、Log4NET实战宠物商店) │ │ └─Spring.net实战开发(NHibernate3、MVC4、MemCache、Log4NET实战宠物商店) │ │ ├─第一部分:NHibernate架构剖析 │ │ ├─第三部分:Spring.NET IOC三种实现方式 │ │ ├─第二部分:搭建第一个NHibernate应用程序 │ │ ├─第五部分:自定义Spring.NET IOC原理与实现 │ │ ├─第六部分:nhibernate.cfg.xml的配置及注意事项 │ │ └─第四部分:Spring.NET的框架简述 │ └─[凤舞烟][NHibernate应用开发-NHibernate、MVC4实战档案管理系统+MVC4房屋租赁平台系统][A] │ └─13.项目实战:MyHouseRent房屋租赁平台系统(NHibernate3+ASP.NET MVC4+Memcache+Log4NET技术综合)(22讲) ├─Spring.Net └─大话设计模式(带目录完整版)[中文PDF+源代码] └─大话模式源代码 └─大话模式源代码 ├─01简单工厂模式 │ └─计算器 │ ├─Operation │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─OperationLibrary │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─计算器 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─计算器控制台 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─02策略模式 │ ├─策略模式-商场管理软件01简单计算 │ │ └─商场管理软件 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─策略模式-商场管理软件02加打折 │ │ └─商场管理软件 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─策略模式-商场管理软件03简单工厂模式 │ │ └─商场管理软件 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─策略模式-商场管理软件04策略模式 │ │ └─商场管理软件 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─策略模式-商场管理软件05简单工厂和策略模式 │ │ └─商场管理软件 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─策略模式-商场管理软件06反射 │ │ └─商场管理软件 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─策略模式-基本代码 │ └─策略模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ └─TempPE │ └─Properties ├─06装饰模式 │ ├─装饰模式-基本代码 │ │ └─装饰模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─装饰模式-穿衣01 │ │ └─装饰模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─装饰模式-穿衣02 │ │ └─装饰模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─装饰模式-穿衣03 │ └─装饰模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─07代理模式 │ ├─代理模式-基本代码 │ │ └─代理模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─代理模式01 │ │ └─代理模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─代理模式02 │ │ └─代理模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─代理模式03 │ └─代理模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─08工厂方法模式 │ ├─工厂方法-计算器 │ │ └─工厂方法-计算器 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ └─工厂方法-雷锋工厂 │ └─工厂方法-雷锋工厂 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─09原型模式 │ ├─原型模式-基本代码 │ │ └─原型模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─原型模式简历01 │ │ └─原型模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─原型模式简历02 │ │ └─原型模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─原型模式简历03 │ │ └─原型模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─原型模式简历04 │ └─原型模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─10模板方法模式 │ ├─模板方法模式-基本代码 │ │ └─模板方法模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─模板方法模式-考试题目01 │ │ └─模板方法模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─模板方法模式-考试题目02 │ │ └─模板方法模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─模板方法模式-考试题目03 │ └─模板方法模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─12外观模式 │ ├─外观模式-基本代码 │ │ └─外观模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─外观模式-股票01 │ │ └─外观模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─外观模式-股票02 │ └─外观模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─13建造者模式 │ ├─建造者模式-基本代码 │ │ └─建造者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─建造者模式01 │ │ └─建造者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─建造者模式02 │ │ └─建造者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─建造者模式03 │ │ └─建造者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─建造者模式04 │ └─建造者模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ └─TempPE │ └─Properties ├─14观察者模式 │ ├─观察者模式-基本代码 │ │ └─观察者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─观察者模式-老板回来01 │ │ └─观察者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─观察者模式-老板回来02 │ │ └─观察者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─观察者模式-老板回来03 │ │ └─观察者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─观察者模式-老板回来04 │ └─观察者模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─15抽象工厂模式 │ ├─抽象工厂模式-基本代码 │ │ └─抽象工厂模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─抽象工厂模式-多数据库01 │ │ └─抽象工厂模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─抽象工厂模式-多数据库02 │ │ └─抽象工厂模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─抽象工厂模式-多数据库03 │ │ └─抽象工厂模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─抽象工厂模式-多数据库04 │ │ └─抽象工厂模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─抽象工厂模式-多数据库05 │ │ └─抽象工厂模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ └─抽象工厂模式-多数据库06 │ └─抽象工厂模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ └─TempPE │ └─Properties ├─16状态模式 │ ├─状态模式-基本代码 │ │ └─状态模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─状态模式-工作状态01 │ │ └─状态模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─状态模式-工作状态02 │ │ └─状态模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─状态模式-工作状态03 │ └─状态模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─17适配器模式 │ ├─适配器模式-基本代码 │ │ └─适配器模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ └─适配器模式-篮球翻译 │ └─适配器模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─18备忘录模式 │ ├─备忘录模式-基本代码 │ │ └─备忘录模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─备忘录模式-游戏角色状态01 │ │ └─备忘录模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─备忘录模式-游戏角色状态02 │ └─备忘录模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─19组合模式 │ ├─组合模式-公司管理 │ │ └─组合模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─组合模式-基本代码 │ └─组合模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ └─TempPE │ └─Properties ├─20迭代器模式 │ ├─迭代器模式1 │ │ └─迭代器模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ └─迭代器模式2 │ └─迭代器模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ └─TempPE │ └─Properties ├─21单例模式 │ ├─单例模式-基本代码 │ │ └─单例模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─单例模式-工具箱01 │ │ └─单例模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─单例模式-工具箱02 │ │ └─单例模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─单例模式-工具箱03 │ └─单例模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─22桥接模式 │ ├─桥接模式-基本代码 │ │ └─桥接模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─桥接模式-手机01 │ │ └─桥接模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─桥接模式-手机02 │ │ └─桥接模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─桥接模式-手机03 │ └─桥接模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─23命令模式 │ ├─命令模式-基本代码 │ │ └─命令模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─命令模式-烤羊肉串01 │ │ └─命令模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─命令模式-烤羊肉串02 │ │ └─命令模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─命令模式-烤羊肉串03 │ └─命令模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ └─TempPE │ └─Properties ├─24职责链模式 │ ├─职责链模式-基本代码 │ │ └─职责链模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─职责链模式-申请加薪01 │ │ └─职责链模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─职责链模式-申请加薪02 │ └─职责链模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─25中介者模式 │ ├─中介者模式-基本代码 │ │ └─中介者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─中介者模式-联合国安理会 │ └─中介者模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─26享元模式 │ ├─享元模式-基本代码 │ │ └─享元模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─享元模式-网站01 │ │ └─享元模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─享元模式-网站02 │ │ └─享元模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─享元模式-网站03 │ └─享元模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─27解释器模式 │ ├─解释器模式-乐谱解释控件台实现 │ │ └─解释器模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─解释器模式-基本代码 │ │ └─解释器模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ └─解释器模式-钢琴演奏 │ └─解释器模式 │ ├─bin │ │ ├─Debug │ │ │ └─Sounds │ │ └─Release │ ├─obj │ │ ├─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Release │ │ └─TempPE │ └─Properties ├─28访问者模式 │ ├─访问者模式-基本代码 │ │ └─访问者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ ├─访问者模式-男人女人01 │ │ └─访问者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ ├─访问者模式-男人女人02 │ │ └─访问者模式 │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ ├─Refactor │ │ │ └─TempPE │ │ └─Properties │ └─访问者模式-男人女人03 │ └─访问者模式 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties └─附录1动物练习 ├─动物练习0封装 │ └─动物练习 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─动物练习1继承多态 │ └─动物练习 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─动物练习2重构 │ └─动物练习 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─动物练习3动物工厂 │ └─动物练习 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─动物练习4抽象类与接口 │ └─动物练习 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─动物练习5集合 │ └─动物练习 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─动物练习6组件 │ ├─AnimalLibrary │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ └─动物练习 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties ├─动物练习7反射工厂 │ ├─AnimalLibrary │ │ ├─bin │ │ │ └─Debug │ │ ├─obj │ │ │ └─Debug │ │ │ └─TempPE │ │ └─Properties │ └─动物练习 │ ├─bin │ │ └─Debug │ ├─obj │ │ └─Debug │ │ ├─Refactor │ │ └─TempPE │ └─Properties └─动物练习8委托与事件 └─动物练习 ├─bin │ └─Debug ├─obj │ └─Debug │ └─TempPE └─Properties

booklist's People

Contributors

iwenli avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.