- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 46 for Paikin (0.56 sec)
-
website/src/_posts/2019-04-liftoff-09.md
- [ ] Release Uppy (add inline customFingerPrint & AsyncStorage for now, we'll remove customFingerPrint later, once tus-js-client is in good shape) (Artur Paikin) - [ ] Test fingerprinting for Audio, Document (Artur Paikin)
Plain Text - Registered: 2021-01-11 11:51 - Last Modified: 2020-04-13 07:48 - 3.8K bytes - Viewed (0) -
website/src/_data/authors.yml
arturi: email: '******@****.***' name: 'Artur Paikin' id: 'artur' tagline: 'Frontend developer and interface designer' ife: email: '******@****.***' name: 'Ifedapo Olarewaju' id: 'ife' tagline: 'Software Developer' tyler: email: '******@****.***' name: 'Tyler McAllister' id: tyler tagline: 'Technical Writer' samuel: email: '******@****.***' name: 'Samuel Ogundipe'
Plain Text - Registered: 2021-01-11 11:51 - Last Modified: 2019-03-25 15:12 - 879 bytes - Viewed (0) -
website/src/docs/community-projects.md
- [uppy-aws-amplify](https://github.com/joelvh/uppy-aws-amplify) — Upload to AWS Amplify Storage (S3) with Uppy
Plain Text - Registered: 2021-01-11 11:51 - Last Modified: 2020-10-27 11:28 - 1.6K bytes - Viewed (0) -
conf/gitignore/ROS
.cproject # qcreator stuff CMakeLists.txt.user srv/_*.py *.pcd *.pyc qtcreator-* *.user /planning/cfg /planning/docs /planning/src *~ # Emacs .#* # Catkin custom files
Plain Text - Registered: 2021-01-14 01:40 - Last Modified: 2015-08-28 08:44 - 493 bytes - Viewed (0) -
lib/performance/AssetsOverSizeLimitWarning.js
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Sean Larkin @thelarkinn */ "use strict"; const { formatSize } = require("../SizeFormatHelpers"); const WebpackError = require("../WebpackError"); /** @typedef {import("./SizeLimitsPlugin").AssetDetails} AssetDetails */ module.exports = class AssetsOverSizeLimitWarning extends WebpackError { /** * @param {AssetDetails[]} assetsOverSizeLimit the assets
JavaScript - Registered: 2021-01-10 10:01 - Last Modified: 2020-11-28 19:04 - 974 bytes - Viewed (0) -
PATRONS.md
- [Charlie Cheever](https://twitter.com/ccheever) - [Eugene G](https://twitter.com/e1g) - [Matt Apperson](https://twitter.com/mattapperson) - [Jed Watson](https://twitter.com/jedwatson) - [Sasha Aickin](https://twitter.com/xander76) - [Stefan Tennigkeit](https://twitter.com/whobubble) - [Sam Vincent](https://twitter.com/samvincent)
Plain Text - Registered: 2021-01-10 03:43 - Last Modified: 2020-12-23 20:14 - 803 bytes - Viewed (0) -
src/runtime/easing/index.ts
export function backInOut(t: number) { const s = 1.70158 * 1.525; if ((t *= 2) < 1) return 0.5 * (t * t * ((s + 1) * t - s)); return 0.5 * ((t -= 2) * t * ((s + 1) * t + s) + 2); } export function backIn(t: number) { const s = 1.70158; return t * t * ((s + 1) * t - s); } export function backOut(t: number) { const s = 1.70158; return --t * t * ((s + 1) * t + s) + 1; }
Plain Text - Registered: 2021-01-13 07:25 - Last Modified: 2019-05-27 20:05 - 3.7K bytes - Viewed (0) -
lib/performance/SizeLimitsPlugin.js
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Sean Larkin @thelarkinn */ "use strict"; const { find } = require("../util/SetHelpers"); const AssetsOverSizeLimitWarning = require("./AssetsOverSizeLimitWarning"); const EntrypointsOverSizeLimitWarning = require("./EntrypointsOverSizeLimitWarning"); const NoAsyncChunksWarning = require("./NoAsyncChunksWarning"); /** @typedef {import("webpack-sources").Source} Source */
JavaScript - Registered: 2021-01-10 10:01 - Last Modified: 2020-04-28 17:42 - 4.3K bytes - Viewed (0) -
docs/design/2018-10-31-window-functions.md
# Proposal: Support Window Functions - Author(s): [Haibin Xie](https://github.com/lamxTyler) - Last updated: 2018-10-31 - Discussion at: ## Abstract This proposal aims to support the window functions. Window functions are a widely used feature, so after supporting it, TiDB will be more friendly to users. ## Background A window function calculates results for each row using rows related to it. Let's first take an example to get a concrete feeling:
Plain Text - Registered: 2021-01-14 09:02 - Last Modified: 2018-11-02 05:29 - 5.2K bytes - Viewed (0) -
CODEOWNERS
homeassistant/components/counter/* @fabaff homeassistant/components/cover/* @home-assistant/core homeassistant/components/cpuspeed/* @fabaff homeassistant/components/cups/* @fabaff homeassistant/components/daikin/* @fredrike homeassistant/components/darksky/* @fabaff homeassistant/components/debugpy/* @frenck homeassistant/components/deconz/* @Kane610 homeassistant/components/delijn/* @bollewolle @Emilv2
Plain Text - Registered: 2020-12-27 14:58 - Last Modified: 2020-12-05 12:09 - 25.6K bytes - Viewed (0)