@wcj/github-rank
Advanced tools
Comparing version 19.5.25 to 19.5.26
[ | ||
{ | ||
"title": "详解如何给背景图片加颜色遮罩", | ||
"description": "前段时间在开发中,遇到需要给背景层加颜色遮罩的项目,现在特定总结一下给背景图层加颜色遮罩的方法。 方法一:通过定位叠加(注意层级) {代码...} {代码...} 方法二:通过伪类元素叠加 {代码...} {代码...} 方法...", | ||
"url": "https://segmentfault.com/a/1190000019291352", | ||
"author": "零度萤火", | ||
"home_url": "https://segmentfault.com/u/lingduyinghuo", | ||
"votes": "4", | ||
"title": "Java同步机制的底层实现", | ||
"description": "在多线程编程中我们会遇到很多需要使用线程同步机制去解决的并发问题,而这些同步机制就是多线程编程中影响正确性和运行效率的重中之重。这不禁让我感到好奇,这些同步机制是如何实现的呢?好奇心是进步的源泉,...", | ||
"url": "https://segmentfault.com/a/1190000019296548", | ||
"author": "兜里有辣条", | ||
"home_url": "https://segmentfault.com/u/juxingzhutou", | ||
"votes": "5", | ||
"rank": 1 | ||
}, | ||
{ | ||
"title": "前端山泉 💧", | ||
"description": "前端山泉 💧 前端优质文章的搬运工 👷 github 持续更新,欢迎 ⭐ 📂 CSS CSS 灵感 -- chokcoco iCSS -- chokcoco 学习 BFC (Block Formatting Context) -- 网易考拉前端团队 CSS网格布局(Grid)完全教程 -- 毛三十 M...", | ||
"url": "https://segmentfault.com/a/1190000019292646", | ||
"author": "ST_Pace", | ||
"home_url": "https://segmentfault.com/u/st_pace", | ||
"title": "令人惊叹的Visual Studio Code插件", | ||
"description": "vscode-color-highlight------颜色代码高亮插件。(sublime text也有)vscode-Path Intellisense------文件路径提示。(sublime text也有)vscode-copy-relative-path------复制文件相对路径。vscode-Change Case...", | ||
"url": "https://segmentfault.com/a/1190000019297038", | ||
"author": "Null", | ||
"home_url": "https://segmentfault.com/u/srooter", | ||
"votes": "1", | ||
@@ -21,16 +21,16 @@ "rank": 2 | ||
{ | ||
"title": "区块链笔记(3)比特币交易的数据和流程", | ||
"description": "区块链技术只能用来做关于金融交易的应用么?或许先去了解它有关交易的细节,才能看到是否有其它应用的可能。", | ||
"url": "https://segmentfault.com/a/1190000019291453", | ||
"author": "sept08", | ||
"home_url": "https://segmentfault.com/u/sept08", | ||
"votes": "2", | ||
"title": "Vue+Express+Mysql 全栈初体验", | ||
"description": "曾几何时,你有没有想过一个前端工程师的未来是什么样的?这个时候你是不是会想到了一个词”前端架构师“,那么一个合格的前端架构只会前端OK吗?那当然不行,你必须具备全栈的能力,这样才能扩大个人的形象力,才...", | ||
"url": "https://segmentfault.com/a/1190000019294514", | ||
"author": "_杨溜溜", | ||
"home_url": "https://segmentfault.com/u/_yangliuliu", | ||
"votes": "9", | ||
"rank": 3 | ||
}, | ||
{ | ||
"title": "端到端测试神器Cypress!进阶", | ||
"description": "前言 官方文档:[链接] 目前只支持英文,好处是官方入门视频很多,对于英文水平不好的也很容易入手; 优缺点 优点: 只要你学好js语法上应该不是很大问题获取dom类似jq,对前端同学来说是好处; 缺点: 内置的GUI...", | ||
"url": "https://segmentfault.com/a/1190000019290403", | ||
"author": "slorder", | ||
"home_url": "https://segmentfault.com/u/slorder", | ||
"title": "React造轮系列:对话框组件 - Dialog 思路", | ||
"description": "本文是React造轮系列第二篇。 1.React 造轮子系列:Icon 组件思路 想阅读更多优质文章请猛戳GitHub博客,一年百来篇优质文章等着你! UI 对话框一般是我们点击按钮弹出的这么一个东西,主要类型有 Alter, Confirm ...", | ||
"url": "https://segmentfault.com/a/1190000019296556", | ||
"author": "前端小智", | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "2", | ||
@@ -40,7 +40,7 @@ "rank": 4 | ||
{ | ||
"title": "最简单的springboot2整合redis 10行代码 完成订阅和发布", | ||
"description": "pom: {代码...} 代码: {代码...} 测试类: {代码...}", | ||
"url": "https://segmentfault.com/a/1190000019291010", | ||
"author": "coder94", | ||
"home_url": "https://segmentfault.com/u/qinkaiyuan", | ||
"title": "Canvas 文字碰撞检测并抽稀", | ||
"description": "一般在做地图相关的需求是才会用到文字抽稀,我也是在为公司的地图引擎实现一个功能时才实现了该方法,在这里将其简化了,就在普通的 Canvas 上进行操作,并没有引入地图概念", | ||
"url": "https://segmentfault.com/a/1190000019295133", | ||
"author": "Svend", | ||
"home_url": "https://segmentfault.com/u/svend", | ||
"votes": "2", | ||
@@ -50,25 +50,25 @@ "rank": 5 | ||
{ | ||
"title": "React常用开发调试工具", | ||
"description": "大家在开发中应该都有用到这个工具,它是Javascript和JSX的语法检查工具,当一个团队一起开发一个项目时,能用它保持代码风格一致。", | ||
"url": "https://segmentfault.com/a/1190000019290519", | ||
"author": "猪九咩", | ||
"home_url": "https://segmentfault.com/u/zhujiu_5c862802af4bc", | ||
"votes": "2", | ||
"title": "如何使页面交互更流畅", | ||
"description": "本篇是基于 FDCon2019 上《让你的网页更丝滑by刘博文》的复盘文。该课题也是博主感兴趣的领域, 后续会结合 React 的 Schedule 与该文进行进一步整合, 个人博客", | ||
"url": "https://segmentfault.com/a/1190000019294778", | ||
"author": "牧云云", | ||
"home_url": "https://segmentfault.com/u/muyunyun", | ||
"votes": "4", | ||
"rank": 6 | ||
}, | ||
{ | ||
"title": "Spring注解专题系类(二)", | ||
"description": "这是Spring注解专题系类文章,本系类文章适合Spring入门者或者原理入门者,小编会在本系类文章下进行企业级应用实战讲解以及spring源码跟进。本文来自公众号:B一下爪哇", | ||
"url": "https://segmentfault.com/a/1190000019291565", | ||
"author": "evinhope", | ||
"home_url": "https://segmentfault.com/u/evinhope", | ||
"votes": "1", | ||
"title": "vue项目打包后怎样优雅的解决跨域", | ||
"description": "在使用vue.js开发前端项目时,再结合webpack搞起各种依赖、各种插件进行开发,无疑给前端开发带来了很多便捷,就在解决跨域这个问题上,相信众多用vue.js的前端同僚们同我一样尝到了甜头,开发环境全靠proxyTable...", | ||
"url": "https://segmentfault.com/a/1190000019294027", | ||
"author": "vannvan", | ||
"home_url": "https://segmentfault.com/u/buyi_5a2002ec84d25", | ||
"votes": "2", | ||
"rank": 7 | ||
}, | ||
{ | ||
"title": "Spring Boot Aop", | ||
"description": "面向切面的程序设计(Aspect-oriented programming,AOP,又译作面向方面的程序设计、剖面导向程序设计)是计算机科学中的一种程序设计思想,旨在将横切关注点与业务主体进行进一步分离,以提高程序代码的模块化...", | ||
"url": "https://segmentfault.com/a/1190000019291520", | ||
"author": "leone", | ||
"home_url": "https://segmentfault.com/u/janlle", | ||
"title": "高性能方案实现ant-design在运行时动态改变主题色(利用webpack-theme-color-replacer)", | ||
"description": "今天利用webpack-theme-color-replacer插件,为ant-design实现了在运行时动态切换主题色的功能,无需在页面进行less的编译,提升了切换速度。有需要的同学可以参考下。", | ||
"url": "https://segmentfault.com/a/1190000019294036", | ||
"author": "okfine", | ||
"home_url": "https://segmentfault.com/u/okfine", | ||
"votes": "1", | ||
@@ -78,127 +78,37 @@ "rank": 8 | ||
{ | ||
"title": "聊聊中国的通信行业:从“七国八制”到“中华”脊梁", | ||
"description": "本期文章和大家一起来聊一聊我曾经从事过的通信行业吧。最近各方面信息的泛滥,包括和华为的同学聊天,自己确实也感慨颇多。想想我自己本科主修通信工程,研究生再修信息与通信工程,从本科开始就学过通信方面的...", | ||
"url": "https://segmentfault.com/a/1190000019289008", | ||
"author": "CodeSheep", | ||
"home_url": "https://segmentfault.com/u/hansonwang99", | ||
"votes": "3", | ||
"title": "Redis篇 - 1. Linux 下安装 redis5.0", | ||
"description": "1、redis 安装 wget [链接] tar -zxvf redis-5.0.5.tar.gz cd redis-5.0.5.tar.gz make && make install 2、redis 可执行文件说明 {代码...} 可执行文件 简介 redis-server redis服务器 redis-cli redis...", | ||
"url": "https://segmentfault.com/a/1190000019294585", | ||
"author": "浮话", | ||
"home_url": "https://segmentfault.com/u/fuhua_5cb05fee574b7", | ||
"votes": "1", | ||
"rank": 9 | ||
}, | ||
{ | ||
"title": "vxe-table vue table 一个非常强大表格组件", | ||
"description": "vxe-table vue table 一个非常强大表格组件 一个功能更加强大的 Vue 表格组件查看 vxe-table 功能点 基础 尺寸 斑马线条纹 带边框 单元格样式 列宽拖动 流体高度 固定表头 固定列 固定表头和列 表头分组 序号 单...", | ||
"url": "https://segmentfault.com/a/1190000019287984", | ||
"author": "abc26296", | ||
"home_url": "https://segmentfault.com/u/abc26296", | ||
"votes": "8", | ||
"title": "Python基础题目大全,测试你的水平,巩固知识(含答案)", | ||
"description": "1、为什么学习Python? 人生苦短?人间不值得?想想自己的初心吧! 2、通过什么途径学习的Python? 官网、网上视频、学习网站、论坛、大牛的辅导 3、Python和Java、PHP、C、C#、C++等其他语言的对比? (1)、pyt...", | ||
"url": "https://segmentfault.com/a/1190000019294202", | ||
"author": "python派森", | ||
"home_url": "https://segmentfault.com/u/pythonpaisen", | ||
"votes": "2", | ||
"rank": 10 | ||
}, | ||
{ | ||
"title": "Effective Java 第三版 全文翻译", | ||
"description": "本章涉及创建和销毁对象,包括何时以及如何创建它们,何时以及如何避免创建它们,如何确保它们被及时销毁,以及如何管理在销毁之前必须进行的清理操作。", | ||
"url": "https://segmentfault.com/a/1190000019289079", | ||
"author": "coloured_glaze", | ||
"home_url": "https://segmentfault.com/u/coloured_glaze", | ||
"votes": "2", | ||
"title": "翻转字符串算法(JavaScript)", | ||
"description": "问题: 实战翻转字符串算法 可以先把字符串转化成数组,再借助数组的reverse方法翻转数组顺序,然后把数组转化成字符串。 要求: 结果必须得是一个字符串 解答: {代码...} 链接: [链接]", | ||
"url": "https://segmentfault.com/a/1190000019297907", | ||
"author": "冒泡的马树", | ||
"home_url": "https://segmentfault.com/u/mashubumaopao", | ||
"votes": "1", | ||
"rank": 11 | ||
}, | ||
{ | ||
"title": "Java 编译器 javac 笔记:javac API、注解处理 API 与 Lombok 原理", | ||
"description": "javac 是 Java 代码的编译器 [openjdk, oracle ],初学 Java 的时候就应该接触过。本笔记整理一些 javac 相关的高级用法。", | ||
"url": "https://segmentfault.com/a/1190000019290953", | ||
"author": "nullwy", | ||
"home_url": "https://segmentfault.com/u/nullwy", | ||
"votes": "1", | ||
"title": "java 中 IO 操作总结", | ||
"description": "代码 java IO 操作分析 {代码...} 声明 原创手敲,by 拉丁小毛", | ||
"url": "https://segmentfault.com/a/1190000019293618", | ||
"author": "拉丁小毛", | ||
"home_url": "https://segmentfault.com/u/siben", | ||
"votes": "0", | ||
"rank": 12 | ||
}, | ||
{ | ||
"title": "验证码", | ||
"description": "实现方法:在后台生产验证码并保存到session当中,将生成的验证码图片返回给前台,接收前台回传的数据时,对验证码进行验证,如果正确则进行下一步操作并清除session里存储的验证码,如果错误返回失败信息。", | ||
"url": "https://segmentfault.com/a/1190000019290059", | ||
"author": "鲸冬香", | ||
"home_url": "https://segmentfault.com/u/jingdongxiang", | ||
"votes": "1", | ||
"rank": 13 | ||
}, | ||
{ | ||
"title": "Java 运行时获取方法参数名", | ||
"description": "本文整理 Java 运行时获取方法参数名的两种方法,Java 8 的最新的方法和 Java 8 之前的方法。", | ||
"url": "https://segmentfault.com/a/1190000019290840", | ||
"author": "nullwy", | ||
"home_url": "https://segmentfault.com/u/nullwy", | ||
"votes": "1", | ||
"rank": 14 | ||
}, | ||
{ | ||
"title": "WEB页面实现等比例缩放自适应 - 通过 rem 和 vw 实现", | ||
"description": "WEB页面实现等比例缩放自适应 - 通过 rem 和 vw 实现 一、rem 和 vw 简介 1. rem rem 是相对长度单位,是指相对于根元素(即html元素)font-size(字号大小)的倍数。 浏览器支持:Caniuse 示例 若根元素 font-size ...", | ||
"url": "https://segmentfault.com/a/1190000019249274", | ||
"author": "白菜1031", | ||
"home_url": "https://segmentfault.com/u/baicai1031", | ||
"votes": "11", | ||
"rank": 15 | ||
}, | ||
{ | ||
"title": "国际化(i18n) 各国语言缩写", | ||
"description": "国际化开发的各国语言标识 {代码...}", | ||
"url": "https://segmentfault.com/a/1190000019287972", | ||
"author": "一纶新岳", | ||
"home_url": "https://segmentfault.com/u/yilunxinyue", | ||
"votes": "2", | ||
"rank": 16 | ||
}, | ||
{ | ||
"title": "腾讯WeTest亮相—腾讯全球数字生态大会现场", | ||
"description": "此次大会上万人到场参与,大会由主峰会、分论坛、数字生态专题展会以及腾讯数字生态人物颁奖盛典四大板块构成。作为腾讯战略升级后打造的规格最高、规模最大的行业生态大会,腾讯全球数字生态大会融合了“腾讯全球...", | ||
"url": "https://segmentfault.com/a/1190000019287789", | ||
"author": "腾讯WeTest", | ||
"home_url": "https://segmentfault.com/u/tencentwetest", | ||
"votes": "1", | ||
"rank": 17 | ||
}, | ||
{ | ||
"title": "使用nodejs实现OData的batch操作在Marketing Cloud里读取contact信息", | ||
"description": "我们先来看看Marketing Cloud系统里的contact信息:一共1218374条数据。 我们用如下的nodejs代码通过OData来获取这些数据: {代码...} 使用node命令直接执行这个.js文件: 得到结果: 要获取更多Jerry的原创文章...", | ||
"url": "https://segmentfault.com/a/1190000019292815", | ||
"author": "JerryWangSAP", | ||
"home_url": "https://segmentfault.com/u/jerrywangsap", | ||
"votes": "1", | ||
"rank": 18 | ||
}, | ||
{ | ||
"title": "Java Reactive Web设计与实现", | ||
"description": "注: 本文是由读者观看小马哥公开课视频过程中的笔记整理而成。更多Spring Framework文章可参看笔者个人github: spring-framework-lesson 。", | ||
"url": "https://segmentfault.com/a/1190000019292537", | ||
"author": "landy8530", | ||
"home_url": "https://segmentfault.com/u/landy8530", | ||
"votes": "0", | ||
"rank": 19 | ||
}, | ||
{ | ||
"title": "尝试用binlog恢复mysql数据", | ||
"description": "Binlog介绍: Binlog又称归档日志是专门用来记录逻辑的 (监控并记录你在干啥,比如有没有偷偷删表删库??) Binlog位于server层,因此所有的存储引擎都可以使用 Binlog没有固定大小,会追加写入且不会覆盖旧的Bin...", | ||
"url": "https://segmentfault.com/a/1190000019291266", | ||
"author": "失去头颅的迦梨", | ||
"home_url": "https://segmentfault.com/u/goddess_kali", | ||
"votes": "1", | ||
"rank": 20 | ||
}, | ||
{ | ||
"title": "【spring aop】第6篇:spring aop 实战", | ||
"description": "说到spring aop大家都知道是面向切面编程,本文就不在啰嗦的介绍什么是面向切面编程,本文重点是编码过程中如何使用spring aop,首先要理解一下几个概念。", | ||
"url": "https://segmentfault.com/a/1190000019290787", | ||
"author": "一只小小鸟", | ||
"home_url": "https://segmentfault.com/u/shifeifei", | ||
"votes": "1", | ||
"rank": 21 | ||
}, | ||
{ | ||
"title": "element-ui+vue批量编辑、批量删除、批量新增、 单元格编辑、数据验证的最优解决方案", | ||
"description": "使用el-table-editabled 实现el-table的各种复杂编辑场景 在线demo演示: [链接]github: [链接] 希望能解决大家的一些需求,如果觉得不错,可以给个star0.0", | ||
"url": "https://segmentfault.com/a/1190000019290538", | ||
"author": "搬砖达人", | ||
"home_url": "https://segmentfault.com/u/banzhuandaren_5ce8a4f716608", | ||
"votes": "1", | ||
"rank": 22 | ||
} | ||
] |
[ | ||
{ | ||
"title": "11 种在大多数教程中找不到的JavaScript技巧", | ||
"description": "当我开始学习JavaScript时,我把我在别人的代码、code challenge网站以及我使用的教程之外的任何地方发现的每一个节省时间的技巧都列了一个清单。", | ||
"url": "https://segmentfault.com/a/1190000019225557", | ||
"author": "前端小智", | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "54", | ||
"title": "一名【合格】前端工程师的自检清单", | ||
"description": "前端开发是一个非常特殊的行业,它的历史实际上不是很长,但是知识之繁杂,技术迭代速度之快是其他技术所不能比拟的。", | ||
"url": "https://segmentfault.com/a/1190000018992363", | ||
"author": "ConardLi", | ||
"home_url": "https://segmentfault.com/u/conardli", | ||
"votes": "557", | ||
"rank": 1 | ||
}, | ||
{ | ||
"title": "9102年:手写一个React脚手架 【优化极致版】", | ||
"description": "webpack马上要出5了,完全手写一个优化后的脚手架是不可或缺的技能。 本文书写时间 2019年5月9日 , webpack版本 4.30.0最新版本 本人所有代码均手写,亲自试验过可以运行达到优化效果。 欢迎关注我的专栏 《前端...", | ||
"url": "https://segmentfault.com/a/1190000019126657", | ||
"author": "Jerry谭金杰", | ||
"home_url": "https://segmentfault.com/u/jerrytanjinjie", | ||
"votes": "181", | ||
"rank": 2 | ||
}, | ||
{ | ||
"title": "让前端开发者失业的技术,Flutter Web初体验", | ||
"description": "Flutter是一种新型的“客户端”技术。它的最终目标是替代包含几乎所有平台的开发:iOS,Android,Web,桌面;做到了一次编写,多处运行。掌握Flutter web可能是Web前端开发者翻盘的唯一机会。", | ||
"url": "https://segmentfault.com/a/1190000019262939", | ||
"author": "TNFE", | ||
"home_url": "https://segmentfault.com/u/tnfe", | ||
"votes": "81", | ||
"rank": 3 | ||
}, | ||
{ | ||
"title": "去 BAT 面试,总结了这 55 道 MySQL 面试题!", | ||
@@ -17,4 +35,4 @@ "description": "1、一张表,里面有ID自增主键,当insert了17条记录之后,删除了第15,16,17条记录,再把Mysql重启,再insert一条记录,这条记录的ID是18还是15?", | ||
"home_url": "https://segmentfault.com/u/leo_su", | ||
"votes": "36", | ||
"rank": 2 | ||
"votes": "42", | ||
"rank": 4 | ||
}, | ||
@@ -27,39 +45,21 @@ { | ||
"home_url": "https://segmentfault.com/u/langlixingzhou", | ||
"votes": "77", | ||
"rank": 3 | ||
"votes": "78", | ||
"rank": 5 | ||
}, | ||
{ | ||
"title": "让前端开发者失业的技术,Flutter Web初体验", | ||
"description": "Flutter是一种新型的“客户端”技术。它的最终目标是替代包含几乎所有平台的开发:iOS,Android,Web,桌面;做到了一次编写,多处运行。掌握Flutter web可能是Web前端开发者翻盘的唯一机会。", | ||
"url": "https://segmentfault.com/a/1190000019262939", | ||
"author": "TNFE", | ||
"home_url": "https://segmentfault.com/u/tnfe", | ||
"votes": "70", | ||
"rank": 4 | ||
"title": "11 种在大多数教程中找不到的JavaScript技巧", | ||
"description": "当我开始学习JavaScript时,我把我在别人的代码、code challenge网站以及我使用的教程之外的任何地方发现的每一个节省时间的技巧都列了一个清单。", | ||
"url": "https://segmentfault.com/a/1190000019225557", | ||
"author": "前端小智", | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "56", | ||
"rank": 6 | ||
}, | ||
{ | ||
"title": "9102年:手写一个React脚手架 【优化极致版】", | ||
"description": "webpack马上要出5了,完全手写一个优化后的脚手架是不可或缺的技能。 本文书写时间 2019年5月9日 , webpack版本 4.30.0最新版本 本人所有代码均手写,亲自试验过可以运行达到优化效果。 欢迎关注我的专栏 《前端...", | ||
"url": "https://segmentfault.com/a/1190000019126657", | ||
"author": "Jerry谭金杰", | ||
"home_url": "https://segmentfault.com/u/jerrytanjinjie", | ||
"votes": "179", | ||
"rank": 5 | ||
}, | ||
{ | ||
"title": "一名【合格】前端工程师的自检清单", | ||
"description": "前端开发是一个非常特殊的行业,它的历史实际上不是很长,但是知识之繁杂,技术迭代速度之快是其他技术所不能比拟的。", | ||
"url": "https://segmentfault.com/a/1190000018992363", | ||
"title": "关于移动端适配,你必须要知道的", | ||
"description": "导读 移动端适配,是我们在开发中经常会遇到的,这里面可能会遇到非常多的问题: 1px问题 UI图完美适配方案 iPhoneX适配方案 横屏适配 高清屏图片模糊问题 ... 上面这些问题可能我们在开发中已经知道如何解决,但...", | ||
"url": "https://segmentfault.com/a/1190000019207842", | ||
"author": "ConardLi", | ||
"home_url": "https://segmentfault.com/u/conardli", | ||
"votes": "556", | ||
"rank": 6 | ||
}, | ||
{ | ||
"title": "优秀博文收藏(不定期更新)", | ||
"description": "我的书签 我的书签(谨慎导入,小心覆盖) 工具类 nvm: node版本管理 nrm: 快速切换npm源 shell: zsh+on-my-zsh配置教程指南 sourcetree: git可视化工具 前端工具集: WEB前端助手(FeHelper) 网络封包截取工具 cha...", | ||
"url": "https://segmentfault.com/a/1190000019271948", | ||
"author": "同梦奇缘", | ||
"home_url": "https://segmentfault.com/u/lxyc", | ||
"votes": "39", | ||
"votes": "163", | ||
"rank": 7 | ||
@@ -73,15 +73,6 @@ }, | ||
"home_url": "https://segmentfault.com/u/li1076629390", | ||
"votes": "103", | ||
"votes": "108", | ||
"rank": 8 | ||
}, | ||
{ | ||
"title": "关于移动端适配,你必须要知道的", | ||
"description": "导读 移动端适配,是我们在开发中经常会遇到的,这里面可能会遇到非常多的问题: 1px问题 UI图完美适配方案 iPhoneX适配方案 横屏适配 高清屏图片模糊问题 ... 上面这些问题可能我们在开发中已经知道如何解决,但...", | ||
"url": "https://segmentfault.com/a/1190000019207842", | ||
"author": "ConardLi", | ||
"home_url": "https://segmentfault.com/u/conardli", | ||
"votes": "160", | ||
"rank": 9 | ||
}, | ||
{ | ||
"title": "2019 再聊移动端 300ms 延迟及 fastClick 原理解析", | ||
@@ -92,4 +83,4 @@ "description": "最近公司新开了一条业务线,有幸和大佬们一起从头开始构建一套适合新业务的框架。俗话说得好呀,适合自己的才是最好的 😎。在新项目的 CodeReview 的时候,被大哥提到有没有添加 fastClick 解决移动端 300ms 延迟...", | ||
"home_url": "https://segmentfault.com/u/knownsecfed", | ||
"votes": "31", | ||
"rank": 10 | ||
"votes": "35", | ||
"rank": 9 | ||
}, | ||
@@ -102,24 +93,15 @@ { | ||
"home_url": "https://segmentfault.com/u/liuyan666", | ||
"votes": "161", | ||
"rank": 11 | ||
"votes": "163", | ||
"rank": 10 | ||
}, | ||
{ | ||
"title": "Swoole 4.4 协程抢占式调度器详解", | ||
"description": "Swoole内核团队开设的专栏,会逐渐投入精力写文章介绍Swoole的开发历程,实现原理,应用实践等,大家可以更好的交流,共同学习,建设PHP生态。", | ||
"url": "https://segmentfault.com/a/1190000019253487", | ||
"author": "石光启", | ||
"home_url": "https://segmentfault.com/u/shiguangqi", | ||
"votes": "58", | ||
"rank": 12 | ||
"title": "优秀博文收藏(不定期更新)", | ||
"description": "我的书签 我的书签(谨慎导入,小心覆盖) 工具类 nvm: node版本管理 nrm: 快速切换npm源 shell: zsh+on-my-zsh配置教程指南 sourcetree: git可视化工具 前端工具集: WEB前端助手(FeHelper) 网络封包截取工具 cha...", | ||
"url": "https://segmentfault.com/a/1190000019271948", | ||
"author": "同梦奇缘", | ||
"home_url": "https://segmentfault.com/u/lxyc", | ||
"votes": "44", | ||
"rank": 11 | ||
}, | ||
{ | ||
"title": "那些你可能不知道的浏览器奇技淫巧", | ||
"description": "按 F12 弹出控制台,按 ctrl+shift+p 弹出输入框输入full,选择 capture full size screenshot 然后点击就会对当前网页进图并生成下载一个图片。这个比用 QQ 截图好用的地方就是有滚动条的网页也可以全部截图到,...", | ||
"url": "https://segmentfault.com/a/1190000019264391", | ||
"author": "苏生不惑", | ||
"home_url": "https://segmentfault.com/u/sushengbuhuo", | ||
"votes": "45", | ||
"rank": 13 | ||
}, | ||
{ | ||
"title": "VsCode从零开始配置一个属于自己的Vue开发环境", | ||
@@ -130,15 +112,6 @@ "description": "VsCode算是比较热门的一个代码编辑器了,全名Visual Studio Code,微软出品,下载地址:点我去下载插件众多,功能齐全,平常开发过程中都是用的它,整理了下日常使用的插件及配置供大家参考,废话就不多说了,直...", | ||
"home_url": "https://segmentfault.com/u/liub37", | ||
"votes": "113", | ||
"rank": 14 | ||
"votes": "115", | ||
"rank": 12 | ||
}, | ||
{ | ||
"title": "css绘制各种形状图形(第二版)", | ||
"description": "虽然我们现在大都使用字体图标或者svg图片,似乎使用 CSS 来做图标意义不是很大,但怎么实现这些图标用到的一些技巧及思路是很值得我们的学习。", | ||
"url": "https://segmentfault.com/a/1190000019256472", | ||
"author": "零度萤火", | ||
"home_url": "https://segmentfault.com/u/lingduyinghuo", | ||
"votes": "48", | ||
"rank": 15 | ||
}, | ||
{ | ||
"title": "用vscode开发vue应用", | ||
@@ -149,6 +122,15 @@ "description": "现在用VSCode开发Vue.js应用几乎已经是前端的标配了,但很多时候我们看到的代码混乱不堪,作为一个前端工程师,单引号双引号乱用,一段有分号一段没有分号,有的地方有逗号有的地方没有逗号,空格回车都对不齐,...", | ||
"home_url": "https://segmentfault.com/u/fengerzh", | ||
"votes": "207", | ||
"rank": 16 | ||
"votes": "209", | ||
"rank": 13 | ||
}, | ||
{ | ||
"title": "Swoole 4.4 协程抢占式调度器详解", | ||
"description": "Swoole内核团队开设的专栏,会逐渐投入精力写文章介绍Swoole的开发历程,实现原理,应用实践等,大家可以更好的交流,共同学习,建设PHP生态。", | ||
"url": "https://segmentfault.com/a/1190000019253487", | ||
"author": "石光启", | ||
"home_url": "https://segmentfault.com/u/shiguangqi", | ||
"votes": "58", | ||
"rank": 14 | ||
}, | ||
{ | ||
"title": "优化你的PHP代码,从现在做起", | ||
@@ -159,4 +141,4 @@ "description": "大家好,我是CrazyCodes ,今天我们不聊工具、规范等等等等的辅助,就聊一下该如何写一段“好”的代码,本文以我的职业生涯碰到的代码为例,如有出入请在评论区提出异议,谢谢。", | ||
"home_url": "https://segmentfault.com/u/crazycodes", | ||
"votes": "36", | ||
"rank": 17 | ||
"votes": "39", | ||
"rank": 15 | ||
}, | ||
@@ -169,3 +151,21 @@ { | ||
"home_url": "https://segmentfault.com/u/guodong_589c0897bd203", | ||
"votes": "24", | ||
"votes": "28", | ||
"rank": 16 | ||
}, | ||
{ | ||
"title": "css绘制各种形状图形(第二版)", | ||
"description": "虽然我们现在大都使用字体图标或者svg图片,似乎使用 CSS 来做图标意义不是很大,但怎么实现这些图标用到的一些技巧及思路是很值得我们的学习。", | ||
"url": "https://segmentfault.com/a/1190000019256472", | ||
"author": "零度萤火", | ||
"home_url": "https://segmentfault.com/u/lingduyinghuo", | ||
"votes": "49", | ||
"rank": 17 | ||
}, | ||
{ | ||
"title": "那些你可能不知道的浏览器奇技淫巧", | ||
"description": "按 F12 弹出控制台,按 ctrl+shift+p 弹出输入框输入full,选择 capture full size screenshot 然后点击就会对当前网页进图并生成下载一个图片。这个比用 QQ 截图好用的地方就是有滚动条的网页也可以全部截图到,...", | ||
"url": "https://segmentfault.com/a/1190000019264391", | ||
"author": "苏生不惑", | ||
"home_url": "https://segmentfault.com/u/sushengbuhuo", | ||
"votes": "45", | ||
"rank": 18 | ||
@@ -179,6 +179,15 @@ }, | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "51", | ||
"votes": "54", | ||
"rank": 19 | ||
}, | ||
{ | ||
"title": "Node.js 究竟是什么?", | ||
"description": "Node.js 是一个 JavaScript 运行时环境。听起来还不错,不过这究竟意味着什么?它又是如何运作的?", | ||
"url": "https://segmentfault.com/a/1190000019283751", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "26", | ||
"rank": 20 | ||
}, | ||
{ | ||
"title": "如何在零JS代码情况下实现一个实时聊天功能❓", | ||
@@ -189,57 +198,48 @@ "description": "前段时间在 github 上看到了一个很“trick”的项目:用纯 CSS(即不使用 JavaScript)实现一个聊天应用 —— css-only-chat。即下图所示效果。", | ||
"home_url": "https://segmentfault.com/u/alienzhou", | ||
"votes": "52", | ||
"rank": 20 | ||
}, | ||
{ | ||
"title": "代码注释,我们不一样", | ||
"description": "{代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码.....", | ||
"url": "https://segmentfault.com/a/1190000019274770", | ||
"author": "WEBING", | ||
"home_url": "https://segmentfault.com/u/webing123", | ||
"votes": "23", | ||
"votes": "53", | ||
"rank": 21 | ||
}, | ||
{ | ||
"title": "30分钟用Node.js构建一个API服务器", | ||
"description": "本教程是 Node.js,Express 框架和 MongoDB 的快速指南,重点介绍基本的 REST 路由和基本的数据库交互。你将构建一个简单的 API 框架模版,然后可以将其用作任何应用。", | ||
"url": "https://segmentfault.com/a/1190000019268920", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "24", | ||
"title": "小程序如何生成海报分享朋友圈", | ||
"description": "项目需求写完有一段时间了,但是还是想回过来总结一下,一是对项目的回顾优化等,二是对坑的地方做个记录,避免以后遇到类似的问题。", | ||
"url": "https://segmentfault.com/a/1190000019083548", | ||
"author": "小白", | ||
"home_url": "https://segmentfault.com/u/fengqingyu", | ||
"votes": "145", | ||
"rank": 22 | ||
}, | ||
{ | ||
"title": "9102年:手写一个Vue的脚手架 【极致优化版】", | ||
"description": "前言:在看本文前,建议你看下,下面这两篇文章 顺便给个赞和github的赞哦~ 如果你对webpack不是很了解,请你关注我之前的文章,都是百星以上star的高质量文 9102年:手写一个React完美版移动端脚手架 前端性能优...", | ||
"url": "https://segmentfault.com/a/1190000019207033", | ||
"author": "Jerry谭金杰", | ||
"home_url": "https://segmentfault.com/u/jerrytanjinjie", | ||
"votes": "81", | ||
"title": "清除CentOS 6或CentOS 7上的磁盘空间", | ||
"description": "以下是清除CentOS 6或CentOS 7服务器上的磁盘空间的快速命令。首先需要安装yum-utils包:", | ||
"url": "https://segmentfault.com/a/1190000019242684", | ||
"author": "Yujiaao", | ||
"home_url": "https://segmentfault.com/u/yujiaao", | ||
"votes": "25", | ||
"rank": 23 | ||
}, | ||
{ | ||
"title": "小程序如何生成海报分享朋友圈", | ||
"description": "项目需求写完有一段时间了,但是还是想回过来总结一下,一是对项目的回顾优化等,二是对坑的地方做个记录,避免以后遇到类似的问题。", | ||
"url": "https://segmentfault.com/a/1190000019083548", | ||
"author": "小白", | ||
"home_url": "https://segmentfault.com/u/fengqingyu", | ||
"votes": "144", | ||
"title": "详解如何给背景图片加颜色遮罩", | ||
"description": "前段时间在开发中,遇到需要给背景层加颜色遮罩的项目,现在特定总结一下给背景图层加颜色遮罩的方法。 方法一:通过定位叠加(注意层级) {代码...} {代码...} 方法二:通过伪类元素叠加 {代码...} {代码...} 方法...", | ||
"url": "https://segmentfault.com/a/1190000019291352", | ||
"author": "零度萤火", | ||
"home_url": "https://segmentfault.com/u/lingduyinghuo", | ||
"votes": "14", | ||
"rank": 24 | ||
}, | ||
{ | ||
"title": "Node.js 究竟是什么?", | ||
"description": "Node.js 是一个 JavaScript 运行时环境。听起来还不错,不过这究竟意味着什么?它又是如何运作的?", | ||
"url": "https://segmentfault.com/a/1190000019283751", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "20", | ||
"title": "9102年:手写一个Vue的脚手架 【极致优化版】", | ||
"description": "前言:在看本文前,建议你看下,下面这两篇文章 顺便给个赞和github的赞哦~ 如果你对webpack不是很了解,请你关注我之前的文章,都是百星以上star的高质量文 9102年:手写一个React完美版移动端脚手架 前端性能优...", | ||
"url": "https://segmentfault.com/a/1190000019207033", | ||
"author": "Jerry谭金杰", | ||
"home_url": "https://segmentfault.com/u/jerrytanjinjie", | ||
"votes": "84", | ||
"rank": 25 | ||
}, | ||
{ | ||
"title": "JavaScript 发布-订阅模式", | ||
"description": "发布-订阅模式,看似陌生,其实不然。工作中经常会用到,例如 Node.js EventEmitter 中的 on 和 emit 方法;Vue 中的 $on 和 $emit 方法。他们都使用了发布-订阅模式,让开发变得更加高效方便。", | ||
"url": "https://segmentfault.com/a/1190000019260857", | ||
"author": "baihu", | ||
"home_url": "https://segmentfault.com/u/xiaoxiaobaihu", | ||
"votes": "19", | ||
"title": "手摸手,带你用vue撸后台 系列五(v4.0新版本)", | ||
"description": "vue-element-admin 从 2017.04.17提交第一个 commit 以来,维护至今已经有两年多的时间了了,发布了四十多个版本,收获了三万多的 stars,远远的超出了自己的预期。距离上次手摸手系列教程也已经过去了很久,主要...", | ||
"url": "https://segmentfault.com/a/1190000019122005", | ||
"author": "花裤衩", | ||
"home_url": "https://segmentfault.com/u/panjiachen", | ||
"votes": "117", | ||
"rank": 26 | ||
@@ -253,32 +253,32 @@ }, | ||
"home_url": "https://segmentfault.com/u/xspdebug", | ||
"votes": "16", | ||
"votes": "18", | ||
"rank": 27 | ||
}, | ||
{ | ||
"title": "手摸手,带你用vue撸后台 系列五(v4.0新版本)", | ||
"description": "vue-element-admin 从 2017.04.17提交第一个 commit 以来,维护至今已经有两年多的时间了了,发布了四十多个版本,收获了三万多的 stars,远远的超出了自己的预期。距离上次手摸手系列教程也已经过去了很久,主要...", | ||
"url": "https://segmentfault.com/a/1190000019122005", | ||
"author": "花裤衩", | ||
"home_url": "https://segmentfault.com/u/panjiachen", | ||
"votes": "117", | ||
"title": "Java同步机制的底层实现", | ||
"description": "在多线程编程中我们会遇到很多需要使用线程同步机制去解决的并发问题,而这些同步机制就是多线程编程中影响正确性和运行效率的重中之重。这不禁让我感到好奇,这些同步机制是如何实现的呢?好奇心是进步的源泉,...", | ||
"url": "https://segmentfault.com/a/1190000019296548", | ||
"author": "兜里有辣条", | ||
"home_url": "https://segmentfault.com/u/juxingzhutou", | ||
"votes": "5", | ||
"rank": 28 | ||
}, | ||
{ | ||
"title": "PHP超低内存遍历目录文件和读取超大文件", | ||
"description": "我写这篇笔记的原因是现在网络上关于 PHP 遍历目录文件和 PHP 读取文本文件的教程和示例代码都是极其低效的,低效就算了,有的甚至好意思说是高效,实在辣眼睛。", | ||
"url": "https://segmentfault.com/a/1190000019051193", | ||
"author": "小明", | ||
"home_url": "https://segmentfault.com/u/xiaoming_5aa4e820df9da", | ||
"votes": "144", | ||
"title": "代码注释,我们不一样", | ||
"description": "{代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码.....", | ||
"url": "https://segmentfault.com/a/1190000019274770", | ||
"author": "WEBING", | ||
"home_url": "https://segmentfault.com/u/webing123", | ||
"votes": "23", | ||
"rank": 29 | ||
}, | ||
{ | ||
"title": "总结异步编程的六种方式", | ||
"description": "众所周知 JavaScript 是单线程工作,也就是只有一个脚本执行完成后才能执行下一个脚本,两个脚本不能同时执行,如果某个脚本耗时很长,后面的脚本都必须排队等着,会拖延整个程序的执行。以下为几种异步编程方式...", | ||
"url": "https://segmentfault.com/a/1190000019188824", | ||
"author": "Aima", | ||
"home_url": "https://segmentfault.com/u/timao", | ||
"votes": "57", | ||
"title": "Vue+Express+Mysql 全栈初体验", | ||
"description": "曾几何时,你有没有想过一个前端工程师的未来是什么样的?这个时候你是不是会想到了一个词”前端架构师“,那么一个合格的前端架构只会前端OK吗?那当然不行,你必须具备全栈的能力,这样才能扩大个人的形象力,才...", | ||
"url": "https://segmentfault.com/a/1190000019294514", | ||
"author": "_杨溜溜", | ||
"home_url": "https://segmentfault.com/u/_yangliuliu", | ||
"votes": "9", | ||
"rank": 30 | ||
} | ||
] |
[ | ||
{ | ||
"title": "Java同步机制的底层实现", | ||
"description": "在多线程编程中我们会遇到很多需要使用线程同步机制去解决的并发问题,而这些同步机制就是多线程编程中影响正确性和运行效率的重中之重。这不禁让我感到好奇,这些同步机制是如何实现的呢?好奇心是进步的源泉,...", | ||
"url": "https://segmentfault.com/a/1190000019296548", | ||
"author": "兜里有辣条", | ||
"home_url": "https://segmentfault.com/u/juxingzhutou", | ||
"votes": "5", | ||
"rank": 1 | ||
}, | ||
{ | ||
"title": "去 BAT 面试,总结了这 55 道 MySQL 面试题!", | ||
@@ -8,4 +17,4 @@ "description": "1、一张表,里面有ID自增主键,当insert了17条记录之后,删除了第15,16,17条记录,再把Mysql重启,再insert一条记录,这条记录的ID是18还是15?", | ||
"home_url": "https://segmentfault.com/u/leo_su", | ||
"votes": "36", | ||
"rank": 1 | ||
"votes": "42", | ||
"rank": 2 | ||
}, | ||
@@ -18,4 +27,4 @@ { | ||
"home_url": "https://segmentfault.com/u/minnanitkong", | ||
"votes": "54", | ||
"rank": 2 | ||
"votes": "56", | ||
"rank": 3 | ||
}, | ||
@@ -28,6 +37,15 @@ { | ||
"home_url": "https://segmentfault.com/u/knownsecfed", | ||
"votes": "31", | ||
"rank": 3 | ||
"votes": "35", | ||
"rank": 4 | ||
}, | ||
{ | ||
"title": "让前端开发者失业的技术,Flutter Web初体验", | ||
"description": "Flutter是一种新型的“客户端”技术。它的最终目标是替代包含几乎所有平台的开发:iOS,Android,Web,桌面;做到了一次编写,多处运行。掌握Flutter web可能是Web前端开发者翻盘的唯一机会。", | ||
"url": "https://segmentfault.com/a/1190000019262939", | ||
"author": "TNFE", | ||
"home_url": "https://segmentfault.com/u/tnfe", | ||
"votes": "81", | ||
"rank": 5 | ||
}, | ||
{ | ||
"title": "优秀博文收藏(不定期更新)", | ||
@@ -38,6 +56,15 @@ "description": "我的书签 我的书签(谨慎导入,小心覆盖) 工具类 nvm: node版本管理 nrm: 快速切换npm源 shell: zsh+on-my-zsh配置教程指南 sourcetree: git可视化工具 前端工具集: WEB前端助手(FeHelper) 网络封包截取工具 cha...", | ||
"home_url": "https://segmentfault.com/u/lxyc", | ||
"votes": "39", | ||
"rank": 4 | ||
"votes": "44", | ||
"rank": 6 | ||
}, | ||
{ | ||
"title": "Vue+Express+Mysql 全栈初体验", | ||
"description": "曾几何时,你有没有想过一个前端工程师的未来是什么样的?这个时候你是不是会想到了一个词”前端架构师“,那么一个合格的前端架构只会前端OK吗?那当然不行,你必须具备全栈的能力,这样才能扩大个人的形象力,才...", | ||
"url": "https://segmentfault.com/a/1190000019294514", | ||
"author": "_杨溜溜", | ||
"home_url": "https://segmentfault.com/u/_yangliuliu", | ||
"votes": "9", | ||
"rank": 7 | ||
}, | ||
{ | ||
"title": "详解如何给背景图片加颜色遮罩", | ||
@@ -48,15 +75,6 @@ "description": "前段时间在开发中,遇到需要给背景层加颜色遮罩的项目,现在特定总结一下给背景图层加颜色遮罩的方法。 方法一:通过定位叠加(注意层级) {代码...} {代码...} 方法二:通过伪类元素叠加 {代码...} {代码...} 方法...", | ||
"home_url": "https://segmentfault.com/u/lingduyinghuo", | ||
"votes": "4", | ||
"rank": 5 | ||
"votes": "14", | ||
"rank": 8 | ||
}, | ||
{ | ||
"title": "让前端开发者失业的技术,Flutter Web初体验", | ||
"description": "Flutter是一种新型的“客户端”技术。它的最终目标是替代包含几乎所有平台的开发:iOS,Android,Web,桌面;做到了一次编写,多处运行。掌握Flutter web可能是Web前端开发者翻盘的唯一机会。", | ||
"url": "https://segmentfault.com/a/1190000019262939", | ||
"author": "TNFE", | ||
"home_url": "https://segmentfault.com/u/tnfe", | ||
"votes": "70", | ||
"rank": 6 | ||
}, | ||
{ | ||
"title": "CSS3实现炫酷的切片式图片轮播效果", | ||
@@ -67,15 +85,24 @@ "description": "今天我们学习如何使用CSS创建一个炫酷的图片轮播组件。它的原理简单的说就是通过单击标签元素(label)来切换背景图像和动画效果。核心是使用与标签关联的单选按钮和使用通用兄弟选择器来定位每张图片。", | ||
"home_url": "https://segmentfault.com/u/guodong_589c0897bd203", | ||
"votes": "24", | ||
"rank": 7 | ||
"votes": "28", | ||
"rank": 9 | ||
}, | ||
{ | ||
"title": "那些你可能不知道的浏览器奇技淫巧", | ||
"description": "按 F12 弹出控制台,按 ctrl+shift+p 弹出输入框输入full,选择 capture full size screenshot 然后点击就会对当前网页进图并生成下载一个图片。这个比用 QQ 截图好用的地方就是有滚动条的网页也可以全部截图到,...", | ||
"url": "https://segmentfault.com/a/1190000019264391", | ||
"author": "苏生不惑", | ||
"home_url": "https://segmentfault.com/u/sushengbuhuo", | ||
"votes": "45", | ||
"rank": 8 | ||
"title": "每个前端工程师都应该了解的图片知识", | ||
"description": "随着web的发展,网站资源的流量也变得越来越大。据统计,60% 的网站流量均来自网站图片,可见对图片合理优化可以大幅影响网站流量,减小带宽消耗和服务器压力。", | ||
"url": "https://segmentfault.com/a/1190000019231550", | ||
"author": "leexiaoran", | ||
"home_url": "https://segmentfault.com/u/li1076629390", | ||
"votes": "108", | ||
"rank": 10 | ||
}, | ||
{ | ||
"title": "Node.js 究竟是什么?", | ||
"description": "Node.js 是一个 JavaScript 运行时环境。听起来还不错,不过这究竟意味着什么?它又是如何运作的?", | ||
"url": "https://segmentfault.com/a/1190000019283751", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "26", | ||
"rank": 11 | ||
}, | ||
{ | ||
"title": "优化你的PHP代码,从现在做起", | ||
@@ -86,13 +113,13 @@ "description": "大家好,我是CrazyCodes ,今天我们不聊工具、规范等等等等的辅助,就聊一下该如何写一段“好”的代码,本文以我的职业生涯碰到的代码为例,如有出入请在评论区提出异议,谢谢。", | ||
"home_url": "https://segmentfault.com/u/crazycodes", | ||
"votes": "36", | ||
"rank": 9 | ||
"votes": "39", | ||
"rank": 12 | ||
}, | ||
{ | ||
"title": "Node.js 究竟是什么?", | ||
"description": "Node.js 是一个 JavaScript 运行时环境。听起来还不错,不过这究竟意味着什么?它又是如何运作的?", | ||
"url": "https://segmentfault.com/a/1190000019283751", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "20", | ||
"rank": 10 | ||
"title": "那些你可能不知道的浏览器奇技淫巧", | ||
"description": "按 F12 弹出控制台,按 ctrl+shift+p 弹出输入框输入full,选择 capture full size screenshot 然后点击就会对当前网页进图并生成下载一个图片。这个比用 QQ 截图好用的地方就是有滚动条的网页也可以全部截图到,...", | ||
"url": "https://segmentfault.com/a/1190000019264391", | ||
"author": "苏生不惑", | ||
"home_url": "https://segmentfault.com/u/sushengbuhuo", | ||
"votes": "45", | ||
"rank": 13 | ||
}, | ||
@@ -106,14 +133,5 @@ { | ||
"votes": "58", | ||
"rank": 11 | ||
"rank": 14 | ||
}, | ||
{ | ||
"title": "每个前端工程师都应该了解的图片知识", | ||
"description": "随着web的发展,网站资源的流量也变得越来越大。据统计,60% 的网站流量均来自网站图片,可见对图片合理优化可以大幅影响网站流量,减小带宽消耗和服务器压力。", | ||
"url": "https://segmentfault.com/a/1190000019231550", | ||
"author": "leexiaoran", | ||
"home_url": "https://segmentfault.com/u/li1076629390", | ||
"votes": "103", | ||
"rank": 12 | ||
}, | ||
{ | ||
"title": "深入理解控制反转(IoC)和依赖注入(DI)", | ||
@@ -124,15 +142,6 @@ "description": "容器,字面上理解就是装东西的东西。常见的变量、对象属性等都可以算是容器。一个容器能够装什么,全部取决于你对该容器的定义。当然,有这样一种容器,它存放的不是文本、数值,而是对象、对象的描述(类、接口...", | ||
"home_url": "https://segmentfault.com/u/xspdebug", | ||
"votes": "16", | ||
"rank": 13 | ||
"votes": "18", | ||
"rank": 15 | ||
}, | ||
{ | ||
"title": "代码注释,我们不一样", | ||
"description": "{代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码.....", | ||
"url": "https://segmentfault.com/a/1190000019274770", | ||
"author": "WEBING", | ||
"home_url": "https://segmentfault.com/u/webing123", | ||
"votes": "23", | ||
"rank": 14 | ||
}, | ||
{ | ||
"title": "css绘制各种形状图形(第二版)", | ||
@@ -143,4 +152,4 @@ "description": "虽然我们现在大都使用字体图标或者svg图片,似乎使用 CSS 来做图标意义不是很大,但怎么实现这些图标用到的一些技巧及思路是很值得我们的学习。", | ||
"home_url": "https://segmentfault.com/u/lingduyinghuo", | ||
"votes": "48", | ||
"rank": 15 | ||
"votes": "49", | ||
"rank": 16 | ||
}, | ||
@@ -153,42 +162,42 @@ { | ||
"home_url": "https://segmentfault.com/u/aaron_59f5c5ee0c93f", | ||
"votes": "51", | ||
"rank": 16 | ||
}, | ||
{ | ||
"title": "区块链笔记(3)比特币交易的数据和流程", | ||
"description": "区块链技术只能用来做关于金融交易的应用么?或许先去了解它有关交易的细节,才能看到是否有其它应用的可能。", | ||
"url": "https://segmentfault.com/a/1190000019291453", | ||
"author": "sept08", | ||
"home_url": "https://segmentfault.com/u/sept08", | ||
"votes": "2", | ||
"votes": "54", | ||
"rank": 17 | ||
}, | ||
{ | ||
"title": "30分钟用Node.js构建一个API服务器", | ||
"description": "本教程是 Node.js,Express 框架和 MongoDB 的快速指南,重点介绍基本的 REST 路由和基本的数据库交互。你将构建一个简单的 API 框架模版,然后可以将其用作任何应用。", | ||
"url": "https://segmentfault.com/a/1190000019268920", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "24", | ||
"title": "清除CentOS 6或CentOS 7上的磁盘空间", | ||
"description": "以下是清除CentOS 6或CentOS 7服务器上的磁盘空间的快速命令。首先需要安装yum-utils包:", | ||
"url": "https://segmentfault.com/a/1190000019242684", | ||
"author": "Yujiaao", | ||
"home_url": "https://segmentfault.com/u/yujiaao", | ||
"votes": "25", | ||
"rank": 18 | ||
}, | ||
{ | ||
"title": "JavaScript 发布-订阅模式", | ||
"description": "发布-订阅模式,看似陌生,其实不然。工作中经常会用到,例如 Node.js EventEmitter 中的 on 和 emit 方法;Vue 中的 $on 和 $emit 方法。他们都使用了发布-订阅模式,让开发变得更加高效方便。", | ||
"url": "https://segmentfault.com/a/1190000019260857", | ||
"author": "baihu", | ||
"home_url": "https://segmentfault.com/u/xiaoxiaobaihu", | ||
"votes": "19", | ||
"title": "代码注释,我们不一样", | ||
"description": "{代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码...} {代码.....", | ||
"url": "https://segmentfault.com/a/1190000019274770", | ||
"author": "WEBING", | ||
"home_url": "https://segmentfault.com/u/webing123", | ||
"votes": "23", | ||
"rank": 19 | ||
}, | ||
{ | ||
"title": "java 多表查询", | ||
"description": "之前在项目中经常使用单表查询,在涉及到多个实体间查询时,往往直接用云智的综合查询库,怎么查的,一概不知;", | ||
"url": "https://segmentfault.com/a/1190000019287287", | ||
"author": "潘佳琦", | ||
"home_url": "https://segmentfault.com/u/panjia_5b3b83f7743e9", | ||
"votes": "7", | ||
"title": "vxe-table vue table 一个非常强大表格组件", | ||
"description": "vxe-table vue table 一个非常强大表格组件 一个功能更加强大的 Vue 表格组件查看 vxe-table 功能点 基础 尺寸 斑马线条纹 带边框 单元格样式 列宽拖动 流体高度 固定表头 固定列 固定表头和列 表头分组 序号 单...", | ||
"url": "https://segmentfault.com/a/1190000019287984", | ||
"author": "abc26296", | ||
"home_url": "https://segmentfault.com/u/abc26296", | ||
"votes": "13", | ||
"rank": 20 | ||
}, | ||
{ | ||
"title": "30分钟用Node.js构建一个API服务器", | ||
"description": "本教程是 Node.js,Express 框架和 MongoDB 的快速指南,重点介绍基本的 REST 路由和基本的数据库交互。你将构建一个简单的 API 框架模版,然后可以将其用作任何应用。", | ||
"url": "https://segmentfault.com/a/1190000019268920", | ||
"author": "疯狂的技术宅", | ||
"home_url": "https://segmentfault.com/u/evilboy", | ||
"votes": "25", | ||
"rank": 21 | ||
}, | ||
{ | ||
"title": "如何在零JS代码情况下实现一个实时聊天功能❓", | ||
@@ -199,75 +208,66 @@ "description": "前段时间在 github 上看到了一个很“trick”的项目:用纯 CSS(即不使用 JavaScript)实现一个聊天应用 —— css-only-chat。即下图所示效果。", | ||
"home_url": "https://segmentfault.com/u/alienzhou", | ||
"votes": "52", | ||
"rank": 21 | ||
}, | ||
{ | ||
"title": "【整理】18种推荐的CSS命名和书写规范", | ||
"description": "选择器的命名规范 1.模块化命名 例如: 与布局相关的样式以“g”为开头。如“g-content”和“g-header”; 与挂钩相关的样式以“j”为开头。如“j-open”和“j-request”; 与元件相关的样式以“m”为开头。如“m-dropMenu”和“m-...", | ||
"url": "https://segmentfault.com/a/1190000019268306", | ||
"author": "果冻", | ||
"home_url": "https://segmentfault.com/u/guodong_589c0897bd203", | ||
"votes": "19", | ||
"votes": "53", | ||
"rank": 22 | ||
}, | ||
{ | ||
"title": "用100行代码,完成自己的前端构建工具!", | ||
"description": "ES2017+,你不再需要纠结于复杂的构建工具技术选型。 也不再需要gulp,grunt,yeoman,metalsmith,fis3。 以上的这些构建工具,可以脑海中永远划掉。 100行代码,你将透视构建工具的本质。 100行代码,你将拥有一个...", | ||
"url": "https://segmentfault.com/a/1190000019274156", | ||
"author": "刘羽冲", | ||
"home_url": "https://segmentfault.com/u/liuyuchong", | ||
"votes": "14", | ||
"title": "令人惊叹的Visual Studio Code插件", | ||
"description": "vscode-color-highlight------颜色代码高亮插件。(sublime text也有)vscode-Path Intellisense------文件路径提示。(sublime text也有)vscode-copy-relative-path------复制文件相对路径。vscode-Change Case...", | ||
"url": "https://segmentfault.com/a/1190000019297038", | ||
"author": "Null", | ||
"home_url": "https://segmentfault.com/u/srooter", | ||
"votes": "1", | ||
"rank": 23 | ||
}, | ||
{ | ||
"title": "代码注释的艺术,再也不怕被说代码可读性差啦!", | ||
"description": "可能现在不管大家去面试还是在公司上班都会涉及到代码可读性,或者是代码规范。优秀的代码注释可以提高代码可读性,当然优秀的命名规范也可以啦。我们这里就讨论一下代码注释。代码注释可能就相当于产品使用说明...", | ||
"url": "https://segmentfault.com/a/1190000019276396", | ||
"author": "拾贰", | ||
"home_url": "https://segmentfault.com/u/jsay", | ||
"votes": "13", | ||
"title": "前端山泉 💧", | ||
"description": "前端山泉 💧 前端优质文章的搬运工 👷 原文 => github 持续更新,欢迎 ⭐ 📂 CSS CSS 灵感 -- chokcoco iCSS -- chokcoco 学习 BFC (Block Formatting Context) -- 网易考拉前端团队 CSS网格布局(Grid)完全教程 ...", | ||
"url": "https://segmentfault.com/a/1190000019292646", | ||
"author": "ST_Pace", | ||
"home_url": "https://segmentfault.com/u/st_pace", | ||
"votes": "4", | ||
"rank": 24 | ||
}, | ||
{ | ||
"title": "前端工具函数", | ||
"description": "将一级的数据结构处理成树状数据结构 处理成树状结构,一般就是需要节点和父节点标识,或者需要考虑以哪个节点为根节点生成树结构数据 {代码...} {代码...} 数组去重 数组去重方法有许多,还分为普通数组和对象数...", | ||
"url": "https://segmentfault.com/a/1190000019256898", | ||
"author": "我在长安长安", | ||
"home_url": "https://segmentfault.com/u/wozaichanganchangan", | ||
"votes": "23", | ||
"title": "JavaScript 发布-订阅模式", | ||
"description": "发布-订阅模式,看似陌生,其实不然。工作中经常会用到,例如 Node.js EventEmitter 中的 on 和 emit 方法;Vue 中的 $on 和 $emit 方法。他们都使用了发布-订阅模式,让开发变得更加高效方便。", | ||
"url": "https://segmentfault.com/a/1190000019260857", | ||
"author": "baihu", | ||
"home_url": "https://segmentfault.com/u/xiaoxiaobaihu", | ||
"votes": "19", | ||
"rank": 25 | ||
}, | ||
{ | ||
"title": "端到端测试神器Cypress!进阶", | ||
"description": "前言 官方文档:[链接] 目前只支持英文,好处是官方入门视频很多,对于英文水平不好的也很容易入手; 优缺点 优点: 只要你学好js语法上应该不是很大问题获取dom类似jq,对前端同学来说是好处; 缺点: 内置的GUI...", | ||
"url": "https://segmentfault.com/a/1190000019290403", | ||
"author": "slorder", | ||
"home_url": "https://segmentfault.com/u/slorder", | ||
"votes": "2", | ||
"title": "我们不背诵 API,只实现 API", | ||
"description": "有不少刚入行的同学跟我说:“JavaScript 很多 API 记不清楚怎么办?数组的这方法、那方法总是傻傻分不清楚,该如何是好?操作 DOM 的方式今天记,明天忘,真让人奔溃!”", | ||
"url": "https://segmentfault.com/a/1190000019287040", | ||
"author": "lucas_580e331d326b4", | ||
"home_url": "https://segmentfault.com/u/lucas_580e331d326b4", | ||
"votes": "15", | ||
"rank": 26 | ||
}, | ||
{ | ||
"title": "Nginx 静态文件服务配置及优化", | ||
"description": "root 指令指定将用于搜索文件的根目录。 为了获取所请求文件的路径,NGINX 将请求 URI 附加到 root 指令指定的路径。该指令可以放在 http {},server {} 或 location {} 上下文中的任何级别。在下面的示例中,为...", | ||
"url": "https://segmentfault.com/a/1190000019276954", | ||
"author": "he_xd", | ||
"home_url": "https://segmentfault.com/u/he_xd", | ||
"votes": "13", | ||
"title": "java 多表查询", | ||
"description": "之前在项目中经常使用单表查询,在涉及到多个实体间查询时,往往直接用云智的综合查询库,怎么查的,一概不知;", | ||
"url": "https://segmentfault.com/a/1190000019287287", | ||
"author": "潘佳琦", | ||
"home_url": "https://segmentfault.com/u/panjia_5b3b83f7743e9", | ||
"votes": "8", | ||
"rank": 27 | ||
}, | ||
{ | ||
"title": "Vue 组件间通信方式", | ||
"description": "例子是在 jsrun.net 平台编写,不支持移动端平台,所以本文建议在 PC 端进行阅读。 Vue 是数据驱动的视图框架,那么组件间的数据通信是必然的事情,那么组件间如何进行数据传递呢? 首先组件间通信有父子组件、兄...", | ||
"url": "https://segmentfault.com/a/1190000019269253", | ||
"author": "xianshannan", | ||
"home_url": "https://segmentfault.com/u/nanges", | ||
"votes": "11", | ||
"title": "代码注释的艺术,再也不怕被说代码可读性差啦!", | ||
"description": "可能现在不管大家去面试还是在公司上班都会涉及到代码可读性,或者是代码规范。优秀的代码注释可以提高代码可读性,当然优秀的命名规范也可以啦。我们这里就讨论一下代码注释。代码注释可能就相当于产品使用说明...", | ||
"url": "https://segmentfault.com/a/1190000019276396", | ||
"author": "拾贰", | ||
"home_url": "https://segmentfault.com/u/jsay", | ||
"votes": "17", | ||
"rank": 28 | ||
}, | ||
{ | ||
"title": "前端山泉 💧", | ||
"description": "前端山泉 💧 前端优质文章的搬运工 👷 github 持续更新,欢迎 ⭐ 📂 CSS CSS 灵感 -- chokcoco iCSS -- chokcoco 学习 BFC (Block Formatting Context) -- 网易考拉前端团队 CSS网格布局(Grid)完全教程 -- 毛三十 M...", | ||
"url": "https://segmentfault.com/a/1190000019292646", | ||
"author": "ST_Pace", | ||
"home_url": "https://segmentfault.com/u/st_pace", | ||
"votes": "1", | ||
"title": "WEB页面实现等比例缩放自适应 - 通过 rem 和 vw 实现", | ||
"description": "WEB页面实现等比例缩放自适应 - 通过 rem 和 vw 实现 一、rem 和 vw 简介 1. rem rem 是相对长度单位,是指相对于根元素(即html元素)font-size(字号大小)的倍数。 浏览器支持:Caniuse 示例 若根元素 font-size ...", | ||
"url": "https://segmentfault.com/a/1190000019249274", | ||
"author": "白菜1031", | ||
"home_url": "https://segmentfault.com/u/baicai1031", | ||
"votes": "22", | ||
"rank": 29 | ||
@@ -281,5 +281,5 @@ }, | ||
"home_url": "https://segmentfault.com/u/jrainlau", | ||
"votes": "21", | ||
"votes": "23", | ||
"rank": 30 | ||
} | ||
] |
@@ -7,4 +7,4 @@ [ | ||
"description": "Master the command line, in one page", | ||
"stargazers_count": 46353, | ||
"todayStar": "828 stars today", | ||
"stargazers_count": 46867, | ||
"todayStar": "524 stars today", | ||
"html_url": "https://github.com/jlevy/the-art-of-command-line", | ||
@@ -14,2 +14,12 @@ "rank": 1 | ||
{ | ||
"full_name": "scrumpy/tiptap", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "A rich-text editor for Vue.js", | ||
"stargazers_count": 4030, | ||
"todayStar": "534 stars today", | ||
"html_url": "https://github.com/scrumpy/tiptap", | ||
"rank": 2 | ||
}, | ||
{ | ||
"full_name": "jackfrued/Python-100-Days", | ||
@@ -19,8 +29,38 @@ "language": "JupyterNotebook", | ||
"description": "Python - 100天从新手到大师", | ||
"stargazers_count": 33392, | ||
"todayStar": "376 stars today", | ||
"stargazers_count": 33718, | ||
"todayStar": "338 stars today", | ||
"html_url": "https://github.com/jackfrued/Python-100-Days", | ||
"rank": 2 | ||
"rank": 3 | ||
}, | ||
{ | ||
"full_name": "binhnguyennus/awesome-scalability", | ||
"language": "", | ||
"color": "", | ||
"description": "The Patterns Behind Scalable, Reliable, and Performant Large-Scale Systems", | ||
"stargazers_count": 16118, | ||
"todayStar": "245 stars today", | ||
"html_url": "https://github.com/binhnguyennus/awesome-scalability", | ||
"rank": 4 | ||
}, | ||
{ | ||
"full_name": "sghall/react-vertex", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "◾️ React Vertex | Hooks-based WebGL library for React", | ||
"stargazers_count": 264, | ||
"todayStar": "227 stars today", | ||
"html_url": "https://github.com/sghall/react-vertex", | ||
"rank": 5 | ||
}, | ||
{ | ||
"full_name": "dwmkerr/hacker-laws", | ||
"language": "", | ||
"color": "", | ||
"description": "💻📖 Laws, Theories, Principles and Patterns that developers will find useful.", | ||
"stargazers_count": 5998, | ||
"todayStar": "217 stars today", | ||
"html_url": "https://github.com/dwmkerr/hacker-laws", | ||
"rank": 6 | ||
}, | ||
{ | ||
"full_name": "microsoft/terminal", | ||
@@ -30,18 +70,8 @@ "language": "C++", | ||
"description": "The new Windows Terminal, and the original Windows console host -- all in the same place!", | ||
"stargazers_count": 40954, | ||
"todayStar": "313 stars today", | ||
"stargazers_count": 41151, | ||
"todayStar": "210 stars today", | ||
"html_url": "https://github.com/microsoft/terminal", | ||
"rank": 3 | ||
"rank": 7 | ||
}, | ||
{ | ||
"full_name": "wangzheng0822/algo", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "数据结构和算法必知必会的50个代码实现", | ||
"stargazers_count": 5367, | ||
"todayStar": "269 stars today", | ||
"html_url": "https://github.com/wangzheng0822/algo", | ||
"rank": 4 | ||
}, | ||
{ | ||
"full_name": "TheAlgorithms/Python", | ||
@@ -51,6 +81,6 @@ "language": "Python", | ||
"description": "All Algorithms implemented in Python", | ||
"stargazers_count": 42719, | ||
"todayStar": "239 stars today", | ||
"stargazers_count": 42905, | ||
"todayStar": "193 stars today", | ||
"html_url": "https://github.com/TheAlgorithms/Python", | ||
"rank": 5 | ||
"rank": 8 | ||
}, | ||
@@ -62,28 +92,38 @@ { | ||
"description": "Python framework that facilitates the quick development of complex video analysis applications and other series-processing based applications in a multiprocessing environment.", | ||
"stargazers_count": 303, | ||
"todayStar": "259 stars today", | ||
"stargazers_count": 486, | ||
"todayStar": "200 stars today", | ||
"html_url": "https://github.com/videoflow/videoflow", | ||
"rank": 6 | ||
"rank": 9 | ||
}, | ||
{ | ||
"full_name": "imfunniee/gitfolio", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "personal website + blog for every github user", | ||
"stargazers_count": 2532, | ||
"todayStar": "239 stars today", | ||
"html_url": "https://github.com/imfunniee/gitfolio", | ||
"rank": 7 | ||
"full_name": "afshinea/stanford-cs-221-artificial-intelligence", | ||
"language": "", | ||
"color": "", | ||
"description": "VIP cheatsheets for Stanford's CS 221 Artificial Intelligence", | ||
"stargazers_count": 384, | ||
"todayStar": "188 stars today", | ||
"html_url": "https://github.com/afshinea/stanford-cs-221-artificial-intelligence", | ||
"rank": 10 | ||
}, | ||
{ | ||
"full_name": "Eugeny/terminus", | ||
"language": "TypeScript", | ||
"color": "#2b7489", | ||
"description": "A terminal for a more modern age", | ||
"stargazers_count": 8688, | ||
"todayStar": "217 stars today", | ||
"html_url": "https://github.com/Eugeny/terminus", | ||
"rank": 8 | ||
"full_name": "wangzheng0822/algo", | ||
"language": "C", | ||
"color": "#555555", | ||
"description": "数据结构和算法必知必会的50个代码实现", | ||
"stargazers_count": 5552, | ||
"todayStar": "182 stars today", | ||
"html_url": "https://github.com/wangzheng0822/algo", | ||
"rank": 11 | ||
}, | ||
{ | ||
"full_name": "chris104957/maildown", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "A super simple CLI for sending emails", | ||
"stargazers_count": 338, | ||
"todayStar": "184 stars today", | ||
"html_url": "https://github.com/chris104957/maildown", | ||
"rank": 12 | ||
}, | ||
{ | ||
"full_name": "MisterBooo/LeetCodeAnimation", | ||
@@ -93,68 +133,58 @@ "language": "Java", | ||
"description": "Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)", | ||
"stargazers_count": 27344, | ||
"todayStar": "195 stars today", | ||
"stargazers_count": 27499, | ||
"todayStar": "151 stars today", | ||
"html_url": "https://github.com/MisterBooo/LeetCodeAnimation", | ||
"rank": 9 | ||
"rank": 13 | ||
}, | ||
{ | ||
"full_name": "sveltejs/svelte", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"language": "TypeScript", | ||
"color": "#2b7489", | ||
"description": "Cybernetically enhanced web apps", | ||
"stargazers_count": 16686, | ||
"todayStar": "181 stars today", | ||
"stargazers_count": 16842, | ||
"todayStar": "159 stars today", | ||
"html_url": "https://github.com/sveltejs/svelte", | ||
"rank": 10 | ||
"rank": 14 | ||
}, | ||
{ | ||
"full_name": "cloudkj/scar", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.", | ||
"stargazers_count": 1276, | ||
"todayStar": "174 stars today", | ||
"html_url": "https://github.com/cloudkj/scar", | ||
"rank": 11 | ||
"full_name": "jaywcjlove/linux-command", | ||
"language": "HTML", | ||
"color": "#e34c26", | ||
"description": "Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux", | ||
"stargazers_count": 7841, | ||
"todayStar": "143 stars today", | ||
"html_url": "https://github.com/jaywcjlove/linux-command", | ||
"rank": 15 | ||
}, | ||
{ | ||
"full_name": "amejiarosario/dsa.js", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "Data Structures and Algorithms explained and implemented in JavaScript", | ||
"stargazers_count": 1825, | ||
"todayStar": "163 stars today", | ||
"html_url": "https://github.com/amejiarosario/dsa.js", | ||
"rank": 12 | ||
"full_name": "shunliz/Machine-Learning", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "机器学习原理", | ||
"stargazers_count": 218, | ||
"todayStar": "146 stars today", | ||
"html_url": "https://github.com/shunliz/Machine-Learning", | ||
"rank": 16 | ||
}, | ||
{ | ||
"full_name": "afshinea/stanford-cs-221-artificial-intelligence", | ||
"full_name": "benmahr/RenZhengfei", | ||
"language": "", | ||
"color": "", | ||
"description": "VIP cheatsheets for Stanford's CS 221 Artificial Intelligence", | ||
"stargazers_count": 194, | ||
"todayStar": "157 stars today", | ||
"html_url": "https://github.com/afshinea/stanford-cs-221-artificial-intelligence", | ||
"rank": 13 | ||
"description": "任正非思想", | ||
"stargazers_count": 145, | ||
"todayStar": "132 stars today", | ||
"html_url": "https://github.com/benmahr/RenZhengfei", | ||
"rank": 17 | ||
}, | ||
{ | ||
"full_name": "XiaoMi/Gaea", | ||
"language": "Go", | ||
"color": "#00ADD8", | ||
"description": "Gaea is a mysql proxy, it's developed by xiaomi b2c-systech team.", | ||
"stargazers_count": 441, | ||
"todayStar": "150 stars today", | ||
"html_url": "https://github.com/XiaoMi/Gaea", | ||
"rank": 14 | ||
"full_name": "imfunniee/gitfolio", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "personal website + blog for every github user", | ||
"stargazers_count": 2660, | ||
"todayStar": "135 stars today", | ||
"html_url": "https://github.com/imfunniee/gitfolio", | ||
"rank": 18 | ||
}, | ||
{ | ||
"full_name": "jogendra/LoadingShimmer", | ||
"language": "Swift", | ||
"color": "#ffac45", | ||
"description": "An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.", | ||
"stargazers_count": 455, | ||
"todayStar": "132 stars today", | ||
"html_url": "https://github.com/jogendra/LoadingShimmer", | ||
"rank": 15 | ||
}, | ||
{ | ||
"full_name": "pixijs/pixi.js", | ||
@@ -164,28 +194,8 @@ "language": "JavaScript", | ||
"description": "The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.", | ||
"stargazers_count": 23633, | ||
"todayStar": "122 stars today", | ||
"stargazers_count": 23758, | ||
"todayStar": "130 stars today", | ||
"html_url": "https://github.com/pixijs/pixi.js", | ||
"rank": 16 | ||
"rank": 19 | ||
}, | ||
{ | ||
"full_name": "dwmkerr/hacker-laws", | ||
"language": "", | ||
"color": "", | ||
"description": "💻📖 Laws, Theories, Principles and Patterns that developers will find useful.", | ||
"stargazers_count": 5775, | ||
"todayStar": "122 stars today", | ||
"html_url": "https://github.com/dwmkerr/hacker-laws", | ||
"rank": 17 | ||
}, | ||
{ | ||
"full_name": "STVIR/pysot", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.", | ||
"stargazers_count": 1633, | ||
"todayStar": "114 stars today", | ||
"html_url": "https://github.com/STVIR/pysot", | ||
"rank": 18 | ||
}, | ||
{ | ||
"full_name": "Snailclimb/JavaGuide", | ||
@@ -195,67 +205,57 @@ "language": "Java", | ||
"description": "【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。", | ||
"stargazers_count": 41120, | ||
"todayStar": "101 stars today", | ||
"stargazers_count": 41213, | ||
"todayStar": "100 stars today", | ||
"html_url": "https://github.com/Snailclimb/JavaGuide", | ||
"rank": 19 | ||
"rank": 20 | ||
}, | ||
{ | ||
"full_name": "vuejs/vue", | ||
"full_name": "agalwood/Motrix", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.", | ||
"stargazers_count": 139435, | ||
"todayStar": "106 stars today", | ||
"html_url": "https://github.com/vuejs/vue", | ||
"rank": 20 | ||
}, | ||
{ | ||
"full_name": "groue/GRDB.swift", | ||
"language": "Swift", | ||
"color": "#ffac45", | ||
"description": "A toolkit for SQLite databases, with a focus on application development", | ||
"stargazers_count": 1931, | ||
"todayStar": "109 stars today", | ||
"html_url": "https://github.com/groue/GRDB.swift", | ||
"description": "A full-featured download manager.", | ||
"stargazers_count": 10133, | ||
"todayStar": "111 stars today", | ||
"html_url": "https://github.com/agalwood/Motrix", | ||
"rank": 21 | ||
}, | ||
{ | ||
"full_name": "agalwood/Motrix", | ||
"full_name": "cloudkj/scar", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "A full-featured download manager.", | ||
"stargazers_count": 10018, | ||
"todayStar": "106 stars today", | ||
"html_url": "https://github.com/agalwood/Motrix", | ||
"description": "Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.", | ||
"stargazers_count": 1371, | ||
"todayStar": "109 stars today", | ||
"html_url": "https://github.com/cloudkj/scar", | ||
"rank": 22 | ||
}, | ||
{ | ||
"full_name": "SerenityOS/serenity", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "Serenity Operating System", | ||
"stargazers_count": 1339, | ||
"todayStar": "107 stars today", | ||
"html_url": "https://github.com/SerenityOS/serenity", | ||
"full_name": "azl397985856/leetcode", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)", | ||
"stargazers_count": 8246, | ||
"todayStar": "98 stars today", | ||
"html_url": "https://github.com/azl397985856/leetcode", | ||
"rank": 23 | ||
}, | ||
{ | ||
"full_name": "tensorflow/tensorflow", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "An Open Source Machine Learning Framework for Everyone", | ||
"stargazers_count": 128272, | ||
"todayStar": "88 stars today", | ||
"html_url": "https://github.com/tensorflow/tensorflow", | ||
"full_name": "Eugeny/terminus", | ||
"language": "TypeScript", | ||
"color": "#2b7489", | ||
"description": "A terminal for a more modern age", | ||
"stargazers_count": 8785, | ||
"todayStar": "99 stars today", | ||
"html_url": "https://github.com/Eugeny/terminus", | ||
"rank": 24 | ||
}, | ||
{ | ||
"full_name": "facebook/react", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "A declarative, efficient, and flexible JavaScript library for building user interfaces.", | ||
"stargazers_count": 129800, | ||
"todayStar": "95 stars today", | ||
"html_url": "https://github.com/facebook/react", | ||
"full_name": "CyC2018/CS-Notes", | ||
"language": "Java", | ||
"color": "#b07219", | ||
"description": "📚 技术面试必备基础知识、Leetcode 题解、后端面试、Java 面试、春招、秋招、操作系统、计算机网络、系统设计", | ||
"stargazers_count": 63583, | ||
"todayStar": "83 stars today", | ||
"html_url": "https://github.com/CyC2018/CS-Notes", | ||
"rank": 25 | ||
} | ||
] |
@@ -7,4 +7,4 @@ [ | ||
"description": "The new Windows Terminal, and the original Windows console host -- all in the same place!", | ||
"stargazers_count": 40954, | ||
"todayStar": "39297 stars this month", | ||
"stargazers_count": 41151, | ||
"todayStar": "39508 stars this month", | ||
"html_url": "https://github.com/microsoft/terminal", | ||
@@ -18,4 +18,4 @@ "rank": 1 | ||
"description": "Python - 100天从新手到大师", | ||
"stargazers_count": 33392, | ||
"todayStar": "26172 stars this month", | ||
"stargazers_count": 33718, | ||
"todayStar": "26270 stars this month", | ||
"html_url": "https://github.com/jackfrued/Python-100-Days", | ||
@@ -29,4 +29,4 @@ "rank": 2 | ||
"description": "All Algorithms implemented in Python", | ||
"stargazers_count": 42719, | ||
"todayStar": "17299 stars this month", | ||
"stargazers_count": 42905, | ||
"todayStar": "16876 stars this month", | ||
"html_url": "https://github.com/TheAlgorithms/Python", | ||
@@ -40,4 +40,4 @@ "rank": 3 | ||
"description": "Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)", | ||
"stargazers_count": 27344, | ||
"todayStar": "10860 stars this month", | ||
"stargazers_count": 27499, | ||
"todayStar": "10927 stars this month", | ||
"html_url": "https://github.com/MisterBooo/LeetCodeAnimation", | ||
@@ -51,4 +51,4 @@ "rank": 4 | ||
"description": "Repo for counting stars and contributing. Press F to pay respect to glorious developers.", | ||
"stargazers_count": 244830, | ||
"todayStar": "9559 stars this month", | ||
"stargazers_count": 244860, | ||
"todayStar": "8355 stars this month", | ||
"html_url": "https://github.com/996icu/996.ICU", | ||
@@ -62,4 +62,4 @@ "rank": 5 | ||
"description": "LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)", | ||
"stargazers_count": 8143, | ||
"todayStar": "7909 stars this month", | ||
"stargazers_count": 8246, | ||
"todayStar": "7784 stars this month", | ||
"html_url": "https://github.com/azl397985856/leetcode", | ||
@@ -73,4 +73,4 @@ "rank": 6 | ||
"description": "Master the command line, in one page", | ||
"stargazers_count": 46353, | ||
"todayStar": "6342 stars this month", | ||
"stargazers_count": 46867, | ||
"todayStar": "6884 stars this month", | ||
"html_url": "https://github.com/jlevy/the-art-of-command-line", | ||
@@ -80,2 +80,12 @@ "rank": 7 | ||
{ | ||
"full_name": "dwmkerr/hacker-laws", | ||
"language": "", | ||
"color": "", | ||
"description": "💻📖 Laws, Theories, Principles and Patterns that developers will find useful.", | ||
"stargazers_count": 5998, | ||
"todayStar": "5943 stars this month", | ||
"html_url": "https://github.com/dwmkerr/hacker-laws", | ||
"rank": 8 | ||
}, | ||
{ | ||
"full_name": "CyC2018/CS-Notes", | ||
@@ -85,26 +95,26 @@ "language": "Java", | ||
"description": "📚 技术面试必备基础知识、Leetcode 题解、后端面试、Java 面试、春招、秋招、操作系统、计算机网络、系统设计", | ||
"stargazers_count": 63501, | ||
"todayStar": "5153 stars this month", | ||
"stargazers_count": 63583, | ||
"todayStar": "5124 stars this month", | ||
"html_url": "https://github.com/CyC2018/CS-Notes", | ||
"rank": 8 | ||
"rank": 9 | ||
}, | ||
{ | ||
"full_name": "dwmkerr/hacker-laws", | ||
"full_name": "abhat222/Data-Science--Cheat-Sheet", | ||
"language": "", | ||
"color": "", | ||
"description": "💻📖 Laws, Theories, Principles and Patterns that developers will find useful.", | ||
"stargazers_count": 5775, | ||
"todayStar": "5716 stars this month", | ||
"html_url": "https://github.com/dwmkerr/hacker-laws", | ||
"rank": 9 | ||
"description": "Cheat Sheets", | ||
"stargazers_count": 6545, | ||
"todayStar": "4349 stars this month", | ||
"html_url": "https://github.com/abhat222/Data-Science--Cheat-Sheet", | ||
"rank": 10 | ||
}, | ||
{ | ||
"full_name": "sveltejs/svelte", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"language": "TypeScript", | ||
"color": "#2b7489", | ||
"description": "Cybernetically enhanced web apps", | ||
"stargazers_count": 16686, | ||
"todayStar": "5247 stars this month", | ||
"stargazers_count": 16842, | ||
"todayStar": "5007 stars this month", | ||
"html_url": "https://github.com/sveltejs/svelte", | ||
"rank": 10 | ||
"rank": 11 | ||
}, | ||
@@ -116,15 +126,5 @@ { | ||
"description": "【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。", | ||
"stargazers_count": 41120, | ||
"todayStar": "4391 stars this month", | ||
"stargazers_count": 41213, | ||
"todayStar": "4267 stars this month", | ||
"html_url": "https://github.com/Snailclimb/JavaGuide", | ||
"rank": 11 | ||
}, | ||
{ | ||
"full_name": "abhat222/Data-Science--Cheat-Sheet", | ||
"language": "", | ||
"color": "", | ||
"description": "Cheat Sheets", | ||
"stargazers_count": 6496, | ||
"todayStar": "4359 stars this month", | ||
"html_url": "https://github.com/abhat222/Data-Science--Cheat-Sheet", | ||
"rank": 12 | ||
@@ -137,4 +137,4 @@ }, | ||
"description": "💬 Machine Learning Course with Python", | ||
"stargazers_count": 4602, | ||
"todayStar": "4591 stars this month", | ||
"stargazers_count": 4654, | ||
"todayStar": "4647 stars this month", | ||
"html_url": "https://github.com/machinelearningmindset/machine-learning-course", | ||
@@ -148,4 +148,4 @@ "rank": 13 | ||
"description": "A truly monstrous async web chat using no JS whatsoever on the frontend", | ||
"stargazers_count": 4789, | ||
"todayStar": "4789 stars this month", | ||
"stargazers_count": 4800, | ||
"todayStar": "4800 stars this month", | ||
"html_url": "https://github.com/kkuchta/css-only-chat", | ||
@@ -155,2 +155,12 @@ "rank": 14 | ||
{ | ||
"full_name": "jolaleye/cssfx", | ||
"language": "Vue", | ||
"color": "#2c3e50", | ||
"description": "✨ Beautifully simple click-to-copy CSS effects", | ||
"stargazers_count": 4202, | ||
"todayStar": "4200 stars this month", | ||
"html_url": "https://github.com/jolaleye/cssfx", | ||
"rank": 15 | ||
}, | ||
{ | ||
"full_name": "flutter/flutter", | ||
@@ -160,8 +170,18 @@ "language": "Dart", | ||
"description": "Flutter makes it easy and fast to build beautiful mobile apps.", | ||
"stargazers_count": 64988, | ||
"todayStar": "4241 stars this month", | ||
"stargazers_count": 65048, | ||
"todayStar": "3959 stars this month", | ||
"html_url": "https://github.com/flutter/flutter", | ||
"rank": 15 | ||
"rank": 16 | ||
}, | ||
{ | ||
"full_name": "dgryski/go-perfbook", | ||
"language": "", | ||
"color": "", | ||
"description": "Thoughts on Go performance optimization", | ||
"stargazers_count": 7541, | ||
"todayStar": "3642 stars this month", | ||
"html_url": "https://github.com/dgryski/go-perfbook", | ||
"rank": 17 | ||
}, | ||
{ | ||
"full_name": "cool-RR/PySnooper", | ||
@@ -171,28 +191,18 @@ "language": "Python", | ||
"description": "Never use print for debugging again", | ||
"stargazers_count": 10774, | ||
"todayStar": "4142 stars this month", | ||
"stargazers_count": 10801, | ||
"todayStar": "3554 stars this month", | ||
"html_url": "https://github.com/cool-RR/PySnooper", | ||
"rank": 16 | ||
"rank": 18 | ||
}, | ||
{ | ||
"full_name": "jolaleye/cssfx", | ||
"language": "Vue", | ||
"color": "#2c3e50", | ||
"description": "✨ Beautifully simple click-to-copy CSS effects", | ||
"stargazers_count": 4182, | ||
"todayStar": "4180 stars this month", | ||
"html_url": "https://github.com/jolaleye/cssfx", | ||
"rank": 17 | ||
"full_name": "jaywcjlove/linux-command", | ||
"language": "HTML", | ||
"color": "#e34c26", | ||
"description": "Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux", | ||
"stargazers_count": 7841, | ||
"todayStar": "3206 stars this month", | ||
"html_url": "https://github.com/jaywcjlove/linux-command", | ||
"rank": 19 | ||
}, | ||
{ | ||
"full_name": "dgryski/go-perfbook", | ||
"language": "", | ||
"color": "", | ||
"description": "Thoughts on Go performance optimization", | ||
"stargazers_count": 7536, | ||
"todayStar": "3640 stars this month", | ||
"html_url": "https://github.com/dgryski/go-perfbook", | ||
"rank": 18 | ||
}, | ||
{ | ||
"full_name": "robb0wen/synthwave-vscode", | ||
@@ -202,6 +212,6 @@ "language": "CSS", | ||
"description": "Synthwave inspired colour theme for VS Code 🌅🕶", | ||
"stargazers_count": 3158, | ||
"todayStar": "3157 stars this month", | ||
"stargazers_count": 3161, | ||
"todayStar": "3161 stars this month", | ||
"html_url": "https://github.com/robb0wen/synthwave-vscode", | ||
"rank": 19 | ||
"rank": 20 | ||
}, | ||
@@ -213,15 +223,5 @@ { | ||
"description": "🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.", | ||
"stargazers_count": 139435, | ||
"todayStar": "3107 stars this month", | ||
"stargazers_count": 139489, | ||
"todayStar": "3017 stars this month", | ||
"html_url": "https://github.com/vuejs/vue", | ||
"rank": 20 | ||
}, | ||
{ | ||
"full_name": "jaywcjlove/linux-command", | ||
"language": "HTML", | ||
"color": "#e34c26", | ||
"description": "Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux", | ||
"stargazers_count": 7693, | ||
"todayStar": "3096 stars this month", | ||
"html_url": "https://github.com/jaywcjlove/linux-command", | ||
"rank": 21 | ||
@@ -234,4 +234,4 @@ }, | ||
"description": "🕹️ A basic gameboy emulator with terminal \"Cloud Gaming\" support", | ||
"stargazers_count": 3254, | ||
"todayStar": "3254 stars this month", | ||
"stargazers_count": 3265, | ||
"todayStar": "3265 stars this month", | ||
"html_url": "https://github.com/HFO4/gameboy.live", | ||
@@ -245,4 +245,4 @@ "rank": 22 | ||
"description": "mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。", | ||
"stargazers_count": 13923, | ||
"todayStar": "2702 stars this month", | ||
"stargazers_count": 13965, | ||
"todayStar": "2671 stars this month", | ||
"html_url": "https://github.com/macrozheng/mall", | ||
@@ -256,4 +256,4 @@ "rank": 23 | ||
"description": "The next open source file uploader for web browsers 🐶", | ||
"stargazers_count": 19470, | ||
"todayStar": "3163 stars this month", | ||
"stargazers_count": 19489, | ||
"todayStar": "3145 stars this month", | ||
"html_url": "https://github.com/transloadit/uppy", | ||
@@ -267,4 +267,4 @@ "rank": 24 | ||
"description": "Bring your Flutter code to web browsers", | ||
"stargazers_count": 3109, | ||
"todayStar": "3092 stars this month", | ||
"stargazers_count": 3127, | ||
"todayStar": "3110 stars this month", | ||
"html_url": "https://github.com/flutter/flutter_web", | ||
@@ -271,0 +271,0 @@ "rank": 25 |
[ | ||
{ | ||
"full_name": "jackfrued/Python-100-Days", | ||
"language": "JupyterNotebook", | ||
"color": "#DA5B0B", | ||
"description": "Python - 100天从新手到大师", | ||
"stargazers_count": 33392, | ||
"todayStar": "5320 stars this week", | ||
"html_url": "https://github.com/jackfrued/Python-100-Days", | ||
"rank": 1 | ||
}, | ||
{ | ||
"full_name": "jlevy/the-art-of-command-line", | ||
@@ -17,16 +7,16 @@ "language": "", | ||
"description": "Master the command line, in one page", | ||
"stargazers_count": 46353, | ||
"todayStar": "5571 stars this week", | ||
"stargazers_count": 46867, | ||
"todayStar": "6044 stars this week", | ||
"html_url": "https://github.com/jlevy/the-art-of-command-line", | ||
"rank": 2 | ||
"rank": 1 | ||
}, | ||
{ | ||
"full_name": "microsoft/terminal", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "The new Windows Terminal, and the original Windows console host -- all in the same place!", | ||
"stargazers_count": 40954, | ||
"todayStar": "2659 stars this week", | ||
"html_url": "https://github.com/microsoft/terminal", | ||
"rank": 3 | ||
"full_name": "jackfrued/Python-100-Days", | ||
"language": "JupyterNotebook", | ||
"color": "#DA5B0B", | ||
"description": "Python - 100天从新手到大师", | ||
"stargazers_count": 33718, | ||
"todayStar": "4625 stars this week", | ||
"html_url": "https://github.com/jackfrued/Python-100-Days", | ||
"rank": 2 | ||
}, | ||
@@ -38,16 +28,16 @@ { | ||
"description": "All Algorithms implemented in Python", | ||
"stargazers_count": 42719, | ||
"todayStar": "2359 stars this week", | ||
"stargazers_count": 42905, | ||
"todayStar": "2393 stars this week", | ||
"html_url": "https://github.com/TheAlgorithms/Python", | ||
"rank": 4 | ||
"rank": 3 | ||
}, | ||
{ | ||
"full_name": "imfunniee/gitfolio", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "personal website + blog for every github user", | ||
"stargazers_count": 2532, | ||
"todayStar": "2468 stars this week", | ||
"html_url": "https://github.com/imfunniee/gitfolio", | ||
"rank": 5 | ||
"full_name": "microsoft/terminal", | ||
"language": "C++", | ||
"color": "#f34b7d", | ||
"description": "The new Windows Terminal, and the original Windows console host -- all in the same place!", | ||
"stargazers_count": 41151, | ||
"todayStar": "2553 stars this week", | ||
"html_url": "https://github.com/microsoft/terminal", | ||
"rank": 4 | ||
}, | ||
@@ -59,6 +49,6 @@ { | ||
"description": "Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)", | ||
"stargazers_count": 27344, | ||
"todayStar": "2296 stars this week", | ||
"stargazers_count": 27499, | ||
"todayStar": "2233 stars this week", | ||
"html_url": "https://github.com/MisterBooo/LeetCodeAnimation", | ||
"rank": 6 | ||
"rank": 5 | ||
}, | ||
@@ -70,5 +60,15 @@ { | ||
"description": "Play with fluids in your browser (works even on mobile)", | ||
"stargazers_count": 2658, | ||
"todayStar": "2273 stars this week", | ||
"stargazers_count": 2705, | ||
"todayStar": "2319 stars this week", | ||
"html_url": "https://github.com/PavelDoGreat/WebGL-Fluid-Simulation", | ||
"rank": 6 | ||
}, | ||
{ | ||
"full_name": "imfunniee/gitfolio", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "personal website + blog for every github user", | ||
"stargazers_count": 2660, | ||
"todayStar": "2234 stars this week", | ||
"html_url": "https://github.com/imfunniee/gitfolio", | ||
"rank": 7 | ||
@@ -81,4 +81,4 @@ }, | ||
"description": "Selenium script to delete all of your Facebook wall posts", | ||
"stargazers_count": 1978, | ||
"todayStar": "1967 stars this week", | ||
"stargazers_count": 2009, | ||
"todayStar": "1998 stars this week", | ||
"html_url": "https://github.com/weskerfoot/DeleteFB", | ||
@@ -92,4 +92,4 @@ "rank": 8 | ||
"description": "💻📖 Laws, Theories, Principles and Patterns that developers will find useful.", | ||
"stargazers_count": 5775, | ||
"todayStar": "1774 stars this week", | ||
"stargazers_count": 5998, | ||
"todayStar": "1692 stars this week", | ||
"html_url": "https://github.com/dwmkerr/hacker-laws", | ||
@@ -99,2 +99,12 @@ "rank": 9 | ||
{ | ||
"full_name": "Eugeny/terminus", | ||
"language": "TypeScript", | ||
"color": "#2b7489", | ||
"description": "A terminal for a more modern age", | ||
"stargazers_count": 8785, | ||
"todayStar": "1698 stars this week", | ||
"html_url": "https://github.com/Eugeny/terminus", | ||
"rank": 10 | ||
}, | ||
{ | ||
"full_name": "nusr/hacker-laws-zh", | ||
@@ -104,28 +114,28 @@ "language": "", | ||
"description": "💻📖 Laws, Theories, Principles and Patterns that developers will find useful. (对开发人员有用的定律、理论、原则和模式。)", | ||
"stargazers_count": 2292, | ||
"todayStar": "1645 stars this week", | ||
"stargazers_count": 2347, | ||
"todayStar": "1443 stars this week", | ||
"html_url": "https://github.com/nusr/hacker-laws-zh", | ||
"rank": 10 | ||
}, | ||
{ | ||
"full_name": "Eugeny/terminus", | ||
"language": "TypeScript", | ||
"color": "#2b7489", | ||
"description": "A terminal for a more modern age", | ||
"stargazers_count": 8688, | ||
"todayStar": "1613 stars this week", | ||
"html_url": "https://github.com/Eugeny/terminus", | ||
"rank": 11 | ||
}, | ||
{ | ||
"full_name": "nokia/memory-profiler", | ||
"language": "Rust", | ||
"color": "#dea584", | ||
"description": "", | ||
"stargazers_count": 1553, | ||
"todayStar": "1538 stars this week", | ||
"html_url": "https://github.com/nokia/memory-profiler", | ||
"full_name": "facebookresearch/pythia", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)", | ||
"stargazers_count": 2120, | ||
"todayStar": "1316 stars this week", | ||
"html_url": "https://github.com/facebookresearch/pythia", | ||
"rank": 12 | ||
}, | ||
{ | ||
"full_name": "cloudkj/scar", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.", | ||
"stargazers_count": 1371, | ||
"todayStar": "1362 stars this week", | ||
"html_url": "https://github.com/cloudkj/scar", | ||
"rank": 13 | ||
}, | ||
{ | ||
"full_name": "azl397985856/leetcode", | ||
@@ -135,15 +145,5 @@ "language": "JavaScript", | ||
"description": "LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)", | ||
"stargazers_count": 8143, | ||
"todayStar": "1331 stars this week", | ||
"stargazers_count": 8246, | ||
"todayStar": "1247 stars this week", | ||
"html_url": "https://github.com/azl397985856/leetcode", | ||
"rank": 13 | ||
}, | ||
{ | ||
"full_name": "macrozheng/mall", | ||
"language": "Java", | ||
"color": "#b07219", | ||
"description": "mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。", | ||
"stargazers_count": 13922, | ||
"todayStar": "1153 stars this week", | ||
"html_url": "https://github.com/macrozheng/mall", | ||
"rank": 14 | ||
@@ -153,7 +153,7 @@ }, | ||
"full_name": "sveltejs/svelte", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"language": "TypeScript", | ||
"color": "#2b7489", | ||
"description": "Cybernetically enhanced web apps", | ||
"stargazers_count": 16686, | ||
"todayStar": "1339 stars this week", | ||
"stargazers_count": 16842, | ||
"todayStar": "1321 stars this week", | ||
"html_url": "https://github.com/sveltejs/svelte", | ||
@@ -163,22 +163,12 @@ "rank": 15 | ||
{ | ||
"full_name": "CyC2018/CS-Notes", | ||
"language": "Java", | ||
"color": "#b07219", | ||
"description": "📚 技术面试必备基础知识、Leetcode 题解、后端面试、Java 面试、春招、秋招、操作系统、计算机网络、系统设计", | ||
"stargazers_count": 63501, | ||
"todayStar": "1148 stars this week", | ||
"html_url": "https://github.com/CyC2018/CS-Notes", | ||
"full_name": "nokia/memory-profiler", | ||
"language": "Rust", | ||
"color": "#dea584", | ||
"description": "", | ||
"stargazers_count": 1572, | ||
"todayStar": "1310 stars this week", | ||
"html_url": "https://github.com/nokia/memory-profiler", | ||
"rank": 16 | ||
}, | ||
{ | ||
"full_name": "facebookresearch/pythia", | ||
"language": "Python", | ||
"color": "#3572A5", | ||
"description": "A modular framework for Visual Question Answering research from Facebook AI Research (FAIR)", | ||
"stargazers_count": 2077, | ||
"todayStar": "1275 stars this week", | ||
"html_url": "https://github.com/facebookresearch/pythia", | ||
"rank": 17 | ||
}, | ||
{ | ||
"full_name": "Peltoche/lsd", | ||
@@ -188,8 +178,28 @@ "language": "Rust", | ||
"description": "The next gen ls command", | ||
"stargazers_count": 2559, | ||
"todayStar": "1294 stars this week", | ||
"stargazers_count": 2585, | ||
"todayStar": "1312 stars this week", | ||
"html_url": "https://github.com/Peltoche/lsd", | ||
"rank": 17 | ||
}, | ||
{ | ||
"full_name": "CyC2018/CS-Notes", | ||
"language": "Java", | ||
"color": "#b07219", | ||
"description": "📚 技术面试必备基础知识、Leetcode 题解、后端面试、Java 面试、春招、秋招、操作系统、计算机网络、系统设计", | ||
"stargazers_count": 63583, | ||
"todayStar": "1118 stars this week", | ||
"html_url": "https://github.com/CyC2018/CS-Notes", | ||
"rank": 18 | ||
}, | ||
{ | ||
"full_name": "macrozheng/mall", | ||
"language": "Java", | ||
"color": "#b07219", | ||
"description": "mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。", | ||
"stargazers_count": 13965, | ||
"todayStar": "1057 stars this week", | ||
"html_url": "https://github.com/macrozheng/mall", | ||
"rank": 19 | ||
}, | ||
{ | ||
"full_name": "Snailclimb/JavaGuide", | ||
@@ -199,6 +209,6 @@ "language": "Java", | ||
"description": "【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。", | ||
"stargazers_count": 41120, | ||
"todayStar": "1060 stars this week", | ||
"stargazers_count": 41213, | ||
"todayStar": "1086 stars this week", | ||
"html_url": "https://github.com/Snailclimb/JavaGuide", | ||
"rank": 19 | ||
"rank": 20 | ||
}, | ||
@@ -210,28 +220,8 @@ { | ||
"description": "💬 Machine Learning Course with Python", | ||
"stargazers_count": 4602, | ||
"todayStar": "1157 stars this week", | ||
"stargazers_count": 4654, | ||
"todayStar": "975 stars this week", | ||
"html_url": "https://github.com/machinelearningmindset/machine-learning-course", | ||
"rank": 20 | ||
}, | ||
{ | ||
"full_name": "cloudkj/scar", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.", | ||
"stargazers_count": 1276, | ||
"todayStar": "1247 stars this week", | ||
"html_url": "https://github.com/cloudkj/scar", | ||
"rank": 21 | ||
}, | ||
{ | ||
"full_name": "franciscop/ola", | ||
"language": "JavaScript", | ||
"color": "#f1e05a", | ||
"description": "🌊 Smooth animation library for interpolating numbers", | ||
"stargazers_count": 1417, | ||
"todayStar": "961 stars this week", | ||
"html_url": "https://github.com/franciscop/ola", | ||
"rank": 22 | ||
}, | ||
{ | ||
"full_name": "Nate711/StanfordDoggoProject", | ||
@@ -241,5 +231,15 @@ "language": "", | ||
"description": "Stanford Doggo is an open source quadruped robot that jumps, flips, and trots!", | ||
"stargazers_count": 863, | ||
"todayStar": "835 stars this week", | ||
"stargazers_count": 889, | ||
"todayStar": "843 stars this week", | ||
"html_url": "https://github.com/Nate711/StanfordDoggoProject", | ||
"rank": 22 | ||
}, | ||
{ | ||
"full_name": "andkret/Cookbook", | ||
"language": "TeX", | ||
"color": "#3D6117", | ||
"description": "", | ||
"stargazers_count": 848, | ||
"todayStar": "838 stars this week", | ||
"html_url": "https://github.com/andkret/Cookbook", | ||
"rank": 23 | ||
@@ -252,4 +252,4 @@ }, | ||
"description": "Flutter makes it easy and fast to build beautiful mobile apps.", | ||
"stargazers_count": 64988, | ||
"todayStar": "807 stars this week", | ||
"stargazers_count": 65048, | ||
"todayStar": "808 stars this week", | ||
"html_url": "https://github.com/flutter/flutter", | ||
@@ -259,11 +259,11 @@ "rank": 24 | ||
{ | ||
"full_name": "Bypass007/Emergency-Response-Notes", | ||
"full_name": "SandboxEscaper/polarbearrepo", | ||
"language": "", | ||
"color": "", | ||
"description": "应急响应实战笔记,一个安全工程师的自我修养。", | ||
"stargazers_count": 784, | ||
"todayStar": "782 stars this week", | ||
"html_url": "https://github.com/Bypass007/Emergency-Response-Notes", | ||
"description": "", | ||
"stargazers_count": 713, | ||
"todayStar": "712 stars this week", | ||
"html_url": "https://github.com/SandboxEscaper/polarbearrepo", | ||
"rank": 25 | ||
} | ||
] |
{ | ||
"name": "@wcj/github-rank", | ||
"version": "19.05.25", | ||
"version": "19.05.26", | ||
"description": "Github Users Ranking for China.", | ||
@@ -18,3 +18,3 @@ "scripts": { | ||
"get:trending": "node lib/getTrending.js", | ||
"deploy": "gh-pages -d web -m '2019-05-25'", | ||
"deploy": "gh-pages -d web -m '2019-05-26'", | ||
"prepare": "npm run build", | ||
@@ -21,0 +21,0 @@ "types": "tsbb types", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
7914407
91393