- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 156 for Harris (0.38 sec)
-
computer_vision/harris_corner.py
import cv2 import numpy as np """ Harris Corner Detector https://en.wikipedia.org/wiki/Harris_Corner_Detector """ class HarrisCorner: 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: 2023-02-02 19:18 - Last Modified: 2023-02-01 13:14 - 2.2K bytes - Viewed (1) -
site/content/blog/2021-12-01-whats-new-in-svelte-december-2021.md
Here are the highlights: - [Rich Harris](https://twitter.com/rich_harris) took us through a tour of Svelte's history and announced [his move to Vercel](https://vercel.com/blog/vercel-welcomes-rich-harris-creator-of-svelte) - where he will be helping maintain Svelte full-time! ([20:00](https://www.youtube.com/watch?v=1Df-9EKvZr0&t=1200s))
Plain Text - Registered: 2022-12-14 07:25 - Last Modified: 2021-12-03 14:55 - 11.6K 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: 2022-12-14 07:25 - Last Modified: 2022-10-05 14:44 - 3.5K bytes - Viewed (0) -
site/content/blog/2018-12-26-svelte-css-in-js.md
Plain Text - Registered: 2022-12-14 07:25 - Last Modified: 2019-04-23 18:49 - 1.6K bytes - Viewed (0) -
site/content/blog/2021-11-01-whats-new-in-svelte-november-2021.md
- [PodRocket](https://podrocket.logrocket.com/rich-harris), LogRocket's podcast, talks Svelte with Rich Harris - [PodRocket also dove deep](https://podrocket.logrocket.com/elderjs) into Elder.js with Nick Reese
Plain Text - Registered: 2022-12-14 07:25 - Last Modified: 2022-10-27 15:09 - 10.4K bytes - Viewed (0) -
.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: 2023-01-30 02:21 - Last Modified: 2022-03-14 21:27 - 12.1K 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: 2023-01-26 14:49 - Last Modified: 2017-11-14 02:17 - 10.3K 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: 2022-12-14 07:25 - Last Modified: 2021-09-28 15:19 - 9.4K 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: 2022-12-14 07:25 - Last Modified: 2022-10-05 14:44 - 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 it recognises Svelte files: * eslint-plugin-svelte3 * svelte-vscode * associating .svelte files with HTML in VSCode, Sublime, etc. ## Atom
Plain Text - Registered: 2022-12-14 07:25 - Last Modified: 2022-04-16 01:39 - 1.8K bytes - Viewed (0)