- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 159 for Harris (0.33 sec)
-
computer_vision/harriscorner.py
import cv2 import numpy as np """ Harris Corner Detector https://en.wikipedia.org/wiki/Harris_Corner_Detector """ class Harris_Corner: def __init__(self, k: float, window_size: int): """ k : is an empirically determined constant in [0.04,0.06] window_size : neighbourhoods considered """ if k in (0.04, 0.06): self.k = k self.window_size = window_size
Python - Registered: 2021-01-14 19:18 - Last Modified: 2020-07-06 07:44 - 2.1K bytes - Viewed (1) -
.mailmap
Keno Fischer <******@****.***> <******@****.***> Keno Fischer <******@****.***> <******@****.***> Harlan Harris <harlan@harris.name> <harlan@harris.name> Harlan Harris <harlan@harris.name> <harlan.harris@kaplan.com> Douglas Bates <******@****.***> <******@****.***> Andreas Noack Jensen <******@****.***> <******@****.***>
Plain Text - Registered: 2021-01-11 02:21 - Last Modified: 2019-05-30 12:53 - 11K bytes - Viewed (0) -
site/content/blog/2017-08-07-the-easiest-way-to-get-started.md
--- title: The easiest way to get started with Svelte description: This'll only take a minute. author: Rich Harris authorURL: https://twitter.com/Rich_Harris ---
Plain Text - Registered: 2021-01-13 07:25 - Last Modified: 2020-12-02 03:46 - 3.2K bytes - Viewed (0) -
site/content/blog/2019-01-31-svelte-on-the-changelog.md
--- title: Svelte on The Changelog description: Listen to the interview here author: Rich Harris authorURL: https://twitter.com/Rich_Harris --- Earlier this month, I had the privilege of appearing on [The Changelog](https://changelog.com/podcast), a podcast about software development. We had a fun (for me) and wide-ranging conversation: * life as a coder inside a newsroom * the big compilers-as-frameworks trend * scalability
Plain Text - Registered: 2021-01-13 07:25 - Last Modified: 2019-05-08 00:54 - 1.6K bytes - Viewed (0) -
site/content/blog/2019-04-15-setting-up-your-editor.md
--- title: Setting up your editor description: Instructions for configuring linting and syntax highlighting author: Rich Harris authorURL: https://twitter.com/Rich_Harris draft: true --- *__Coming soon__* This post will walk you through setting up your editor so that recognises Svelte files: * eslint-plugin-svelte3 * svelte-vscode * associating .svelte files with HTML in VSCode, Sublime, etc. ## Atom
Plain Text - Registered: 2021-01-13 07:25 - Last Modified: 2020-09-22 23:24 - 1.8K bytes - Viewed (0) -
site/content/blog/2018-12-26-svelte-css-in-js.md
Plain Text - Registered: 2021-01-13 07:25 - Last Modified: 2019-04-23 18:49 - 1.6K bytes - Viewed (0) -
tools/tests/apps/modules/packages/modules-test-package/node_modules/acorn/bin/update_authors.sh
# Combine existing list of authors with everyone known in git, sort, add header. tail --lines=+3 AUTHORS > AUTHORS.tmp git log --format='%aN' | grep -v abraidwood | grep -v Rich-Harris | grep -v ForbesLindesay >> AUTHORS.tmp echo -e "List of Acorn contributors. Updated before every release.\n" > AUTHORS sort -u AUTHORS.tmp >> AUTHORS
Shell Script - Registered: 2021-01-13 22:11 - Last Modified: 2016-09-22 18:34 - 354 bytes - Viewed (0) -
TODO/rollup-interview.md
# Rollup - 下一代 ES6 模块化打包工具 - 对 Rich Harris 的采访 鉴于浏览器目前尚不能按照“原样”解析 JavaScript 源码,所以**打包**这一步必不可少。将源代码编译成浏览器可以理解的形式,这是打包工具(例如 Browserify,Rollup 或者 webpack)存在的原因。 为了深入探讨这个话题,我们正在采访 Rollup 的作者 [Rich Harris](https://twitter.com/Rich_Harris)。 > 我早些时候已经采访过 [Rich,他同样是 UI 框架 Svelte 的作者](https://survivejs.com/blog/svelte-interview/)。 ## 你可以介绍下自己吗?
Plain Text - Registered: 2021-01-07 14:49 - Last Modified: 2017-11-14 02:17 - 10.3K bytes - Viewed (0) -
site/content/blog/2020-11-03-whats-the-deal-with-sveltekit.md
--- title: What's the deal with SvelteKit? description: We're rethinking how to build Svelte apps. Here's what you need to know author: Rich Harris authorURL: https://twitter.com/rich_harris --- <aside><p>If you didn't attend Svelte Summit, you can catch up on the <a href="https://www.youtube.com/c/SvelteSociety/videos">Svelte Society YouTube page</a></p></aside>
Plain Text - Registered: 2020-11-04 07:25 - Last Modified: 2020-11-04 06:00 - 9.4K bytes - Viewed (0) -
site/content/blog/2020-11-05-whats-the-deal-with-sveltekit.md
--- title: What's the deal with SvelteKit? description: We're rethinking how to build Svelte apps. Here's what you need to know author: Rich Harris authorURL: https://twitter.com/rich_harris --- <aside><p>If you didn't attend Svelte Summit, you can catch up on the <a href="https://www.youtube.com/c/SvelteSociety/videos">Svelte Society YouTube page</a></p></aside>
Plain Text - Registered: 2021-01-13 07:25 - Last Modified: 2020-11-05 02:28 - 9.4K bytes - Viewed (0)