-
Hey guys,
Unfortunately, I cannot find the source code of the example page (this one with the magic hat). http://scrollmagic.io/
Could somebody be so kind and send me the link?
Thanks in adva…
-
This issue describes the implementation plan for eslint/rfcs#99, which will take place in several phases:
## Phase 1: Implement external changes
- [x] https://github.com/estools/esquery/pull/139
- […
-
Came here from the [NuGet page](https://www.nuget.org/packages/AbuseIPDB.APIv2/) for the `AbuseIPDB.APIv2` package. But I don't see any source? Where is it?
-
# 一、什么是`Router`?
Router, Route区别?
Router负责route创建,path到route匹配。
而处理函数的调用由route负责。
# 二、`router`函数
```js
var proto = module.exports = function(options) {
var opts = options || {};
functi…
-
# `Route`构造函数
## 一、什么是`Route`?
1. `Route`实例对象表示具体的一个路径信息,包含`path`,`处理函数`列表。
2. 和`Router`的区别:
Router:负责路由管理,路由分发,决定当前请求应该由哪个route处理?
[What is the difference between “router” and “route”?](http…
-
# `layer.js`
## 一、什么是`Layer`?
`Layer`是个执行者
- 路径匹配判断(利用`path-to-regexp`)
- 调用`request handler` OR `error handler`
## 二、构造函数`Layer`
```js
function Layer(path, options, fn) {
if (!(this insta…
-
We need an open-source license for the project.
## Review material(s)
- Producing Open Source Software - Chapter 2 [Choosing a License and Applying It](http://producingoss.com/en/license-quickstart.ht…
-
Dear @floele, @canneverbe: It is possible to upload the CDBurnerXP sourcecode?
- https://forum.cdburnerxp.se/
- https://cdburnerxp.se/
The project has been stopped a long time ago.
You have al…
-
im curious how i can access custom opentype font axis and other opentype font features.
i read through freetypes sourcecode and imagine it to be possible, but i dont understand the ftgl api well enou…
-
Configuring the `guild.yml` file to execute a `scripts/dnn.py` as follows
```yaml
train:
main: scripts/dnn
```
works fine, but when I add
```yaml
train:
main: scripts/dnn
sourcecode…