雷军VS罗永浩:小米与锤子针相对 资讯

(小米手机的操作系统)的新版本 MIUI V5、小米 2 的升级版小米 2S 以及小米手机青春版小米 2A。而在十几天前,罗永浩刚在这里发布了他的锤子 ROM (锤子手机的操作系统)。 锤子方兴未艾,小米风云再起。

jopen 2013-04-15   7797   0
ROM  

Facebook面试Q&A 资讯

你的学历、学校、专业、英语成绩、论文、竞赛获奖、工作经验、参与开源项目等背景情况?一定很牛吧? A: 真的不牛,矮丑穷,纯 RP 爆发而已。本科天津大学软件学院,硕士天津大学计算机学院。高中无竞赛经历,本科阶段

openkk 2012-08-20   30761   0

Gitalist - a modern git web viewer 经验

Gitalist 是一个基于Web的 Git 资料库浏览器。

jopen 2012-09-18   16449   0

Cracking passwords with a simple genetic algorithm 经验

com/lyle-nel/siga siga(simple genetic algorithm) This is a small experiment that focuses on leveraging population-based

AurDashwood 2016-02-27   8366   0

Create a Realistic Hover Effect With jQuery 开源项目

利用jQuery为一组图标链接添加当鼠标移过时,图标会产生向上升起+倒影的效果。

码头工人 2019-02-23   472   0
jQuery  

Create a Twitter Style Login Form with jQuery 开源项目

利用jQuery创建一个Twitter风格的下拉登录表单。

码头工人 2019-02-23   452   0
Forms   jQuery  

A Wrapper of JQuery Dynatree Plugin - MagicDTree 博客

http://www.boarsoft.com/javascript/dtree MagicDTree是 JQuery 著名树形插件Dynatree的包装类,增加右键菜单,添加、删除、更新接口。 基本示例

Mac_J 2011-08-11   3456   0
P

Python in a Nutshell, 2nd Edition 文档

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

f74f 2015-01-18   642   0
P

Java in a Nutshell, 5th Edition 文档

Java in a Nutshell, 5th Edition

wxf2378 2012-10-14   3560   0

C++算法之A*算法 代码段

  那么,这时候就要A*算法就可以排上用场了。 A*算法和普通的算法有什么区别呢?我们可以用一个示例说明一下: /* * 0 0 0 0 0 * 1 1 1 1 1 * 1 0 0 0 1 * 1 0 0 0 1

jopen 2015-06-24   4410   0
算法  

Promises/A 的实现:When.js 经验

When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss

jopen 2013-02-15   15401   0

iOS-Split-A-B-Test-Library 经验

这是一个iOS库,用来对你的iOS应用程序执行远程控制和监控的A/B测试。提供UIButton控制按钮文本和按钮的背景图像。还提供了一个通用的测试字符串值的机制可以用来控制任何消息传递或行为。

jopen 2012-10-31   20153   0

Arduino 编程工具:S4A 经验

S4A是使Arduino开源硬件平台能够简单编程的Scratch修改版。在S4A中,提供了一系列新的传感器模块和输出模块,并通过它们连接到你的Arduin控制器上。 项目主页: http://www

jopen 2014-12-02   35974   0
S4A  

简约、轻快的博客:A-Simple-CMS 经验

Yii框架开发的一套简单cms,发布系统搭载百度开源Ueditor,用户首页DIY带单、背景以及嵌入了流畅ckplayer播发器,内容项的展出采 用了完美的瀑布流响应式设计,内容页设计了简约的吐槽功能,文件、音乐、视频托管到七牛云存储。年轻的我们总是爱玩、爱潮流、时尚,借此cms我搭建了一 个名人/潮流的网站“we are 粉控”,一起记录并分享明星的动态和当前时尚。也借此机会,展示出cms的部分功能以及我对技术的极致追求。@all,当然我不是PM,有啥技术强烈希望 能与大家一起交流。下面截取了几张cms的图片,:)

jopen 2015-08-31   14599   0

NewPipe - A lightweight Youtube frontend for Android. 经验

NewPipe NewPipe: 一A free lightweight Youtube frontend for Android. Screenshots Description NewPipe

jopen 2016-02-15   14056   0

Luce – A GUI Module for Lua Based on JUCE 经验

and Android are available. What is Luce ? Luce is a Lua module for GUI programming based on the portable

PenDunkel 2016-01-31   36180   0

A foursquare client written entirely in kotlin 经验

来自: https://github.com/chemouna/Nearby A Simple Foursquare client written in kotlin Demo (click to

jeun4115 2016-02-14   7364   0
Kotlin  

bluebird(Promise/A+)介绍 经验

http://giscafer.com/2016/02/04/bluebird-api-study/ Promises/A+规范 Promise 是一个拥有 then 方法的对象或函数,起行为符合本规范; thenable

kdwh0504 2016-02-04   18090   0
P2

  linux操作系统_试题a 文档

------- 专业:计算机科学与技术 课程名称: Linux操作系统    学分:3 试卷编号(A) 课程编号: 1342200 考试方式: 机考 考试时间: 90 分钟 拟卷人(签字): 拟卷日期:

wwh1407 2013-03-21   4186   0
Linux   试题  

Create a Slick and Accessible Slideshow Using jQuery 开源项目

这是一篇介绍如何利用jQuery创建Slideshow的文章。

码头工人 2019-02-23   416   0
1 2 3 4 5 6 7 8 9 10