1      500lines项目介绍       500lines中的每个项目都试图用500行或者更少(500 or less)的代码,让读者了解一个典型软件或需求的简单实现,更重要的是更透彻地明白作为一个软件架构师或开发者应该有的设计思维。      项目里的每个文件夹基本都是一个独立的项目。试图用500行左右或者更少的代码完成某种特定的需求。在阅读时不应该过分关注某种语言的特性或某个
这是一本还没有出版的python入门神书,分成十几个章节,每个章节都是由一位开源大牛自己编写。目前网络上已经提供了review版本。链接如下:http://aosabook.org/blog/这本书的内容就跟标题一样,每一章实现一个非常实用的功能,而且只用了500行或者更少的代码。全书简介如下:ATemplateEngine(http://aosabook.org/en/500L/a-templa
转载 2018-07-31 09:20:49
1080阅读
http://aosabook.org/en/ https://www.zhihu.com/question/29372574
原创 2023-02-27 10:08:56
107阅读
500行或更少》
http://aosabook.org/blog/  -----500 lines or less目录参考地址https://www.zhihu.com/question/29372574  --知乎参考地址https://github.com/programthink/opensource/blob/master/libs/python.wiki#71_GUI_ 
转载 精选 2016-03-02 11:51:11
1629阅读
500行--3D modeller
Click here for a newer version (Knet7) of this tutorial. The code used in this version (KUnet) has been deprecated. There are a number of deep learnin
转载 2016-03-28 12:47:00
57阅读
2评论
使用观察者、调度、执行者三个组件实现CI系统。
Intersecting LinesTime Limit:1000MS Memory Limit:65536KTotal Submit:13 Accepted:4DescriptionWe all know that a pair of distinct points on a plane defi...
转载 2013-08-17 20:02:00
88阅读
2评论
Another stop signanother headlineanother broken songLearning the labelslessons and fables I forgotUnder the surfacelost in the verses there is a rising tideAnd we’re trying to rescue the meani...
原创 2021-07-08 11:28:59
249阅读
Ansible with Lines: How Automation is Revolutionizing IT Operations In the fast-paced world of information technology, efficiency is key. IT departments are constantly tasked with managing complex sy
原创 6月前
10阅读
Another stop signanother headlineanother broken songLearning the labelslessons and fables I forgotUnder the surfacelost in the verses there is a rising tideAnd we’re trying to rescue the meani...
ide
原创 2022-03-23 11:09:20
125阅读
"D. White Lines" 主要思路就是利用差分 对于行:如果在某一个
原创 2022-11-03 15:24:51
63阅读
http://acm.hdu.edu.cn/showproblem.php?pid=5124题意:给你n条线段,然后找出一个被最多条线段覆盖的点,输出覆盖这个点的线段的条数。思路:可以把一条线段分出两个端点离散化,左端点被标记为-1,右端点被标记为1,然后排序,如果遇到标记为-1,cnt++,否则c...
转载 2014-12-01 20:34:00
48阅读
Anton and Lines time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output The teacher gave Anton a
转载 2016-03-08 14:20:00
155阅读
2评论
洛谷 P1948 [USACO08JAN]电话线Telephone Lines https://www.luogu.org/problem/P1948 JDOJ 2556: USACO 2008 Jan Silver 3.Telephone Lines https://neooj.com/oldoj
转载 2019-07-27 11:09:00
53阅读
2评论
lines Time Limit: 5000/2500 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1413    Accepted Submission(s): 576 Problem De
原创 2015-11-10 14:42:44
38阅读
Ansible is a powerful tool for automating IT infrastructure tasks, such as configuration management, software deployment, and orchestration. One common task when working with Ansible is processing the
原创 5月前
14阅读
@[R语言中的plot()函数的用法]plot()pch 点符号类型 cex 点符号大小 lty 线条类型 lty=1代表实线,2至6都是虚线,虚的程度不一样 lwd 线条宽度 col 颜色 xlim ylim
转载 2023-05-22 10:21:18
426阅读
Finding Lines题目大意:给你n个点和一个概率,再给出n个
原创 2022-11-18 16:02:05
19阅读
  • 1
  • 2
  • 3
  • 4
  • 5