- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 85 for Frei (0.28 sec)
-
examples/js/shaders/FreiChenShader.js
/** * Edge Detection Shader using Frei-Chen filter * Based on http://rastergrid.com/blog/2011/01/frei-chen-edge-detector * * aspect: vec2 of (1/width, 1/height) */ THREE.FreiChenShader = { uniforms: { 'tDiffuse': { value: null }, 'aspect': { value: new THREE.Vector2( 512, 512 ) } }, vertexShader: [ 'varying vec2 vUv;', 'void main() {', ' vUv = uv;',
JavaScript - Registered: 2021-01-13 04:56 - Last Modified: 2020-12-04 21:22 - 3K bytes - Viewed (0) -
gui/default/syncthing/core/aboutModalView.html
HTML - Registered: 2021-01-13 01:19 - Last Modified: 2020-06-03 05:45 - 9.8K bytes - Viewed (0) -
AUTHORS
Sacheendra Talluri (sacheendra) <******@****.***> Scott Klupfel (kluppy) <******@****.***> Sergey Mishin (ralder) <******@****.***> Shaarad Dalvi <******@****.***> Simon Frei (imsodin) <******@****.***> Simon Mwepu <******@****.***> Sly_tom_cat <******@****.***> Stefan Kuntz (Stefan-Code) <******@****.***> <******@****.***>
Plain Text - Registered: 2021-01-13 01:19 - Last Modified: 2020-06-03 05:45 - 12.2K bytes - Viewed (0) -
packages/strapi-admin/admin/src/translations/de.json
"app.components.UpgradePlanModal.text-ce": "Community Edition", "app.components.UpgradePlanModal.text-ee": "Enterprise Edition", "app.components.UpgradePlanModal.text-power": "Schalte die ganze Power frei", "app.components.UpgradePlanModal.text-strapi": "in dem du Strapi upgradest auf", "app.components.Users.MagicLink.connect": "Diesen Link dem Benutzer zum Verbinden schicken.",
Json - Registered: 2021-01-12 15:31 - Last Modified: 2020-10-09 23:45 - 22.9K bytes - Viewed (0) -
CONTRIBUTORS.md
- Lars Strojny (lstrojny) - Massimiliano Arione (garak) - Jacob Dreesen (jdreesen) - Florian Voutzinos (florianv) - Teoh Han Hui (teohhanhui) - Przemysław Bogusz (przemyslaw-bogusz) - Colin Frei - Oskar Stark (oskarstark) - Javier Spagnoletti (phansys) - Joshua Thijssen - Daniel Wehner (dawehner) - Tugdual Saunier (tucksaun) - excelwebzone - Gordon Franke (gimler) - Joel Wurtz (brouznouf)
Plain Text - Registered: 2021-01-17 06:48 - Last Modified: 2020-09-27 03:46 - 59.8K bytes - Viewed (0) -
AUTHORS
Zheng Dayu <******@****.***> Zhongtao Chen <******@****.***> Zhou Peng <******@****.***> Ziad Hatahet <******@****.***> Zorion Arrizabalaga <******@****.***> Максим Федосеев <max.faceless.frei@gmail.com> Роман Хавроненко <******@****.***> Тарас Буник <******@****.***> Фахриддин Балтаев <******@****.***> 张嵩 <******@****.***>
Plain Text - Registered: 2021-01-15 12:35 - Last Modified: 2020-07-08 00:10 - 54.4K bytes - Viewed (0) -
CONTRIBUTORS
Zhou Peng <******@****.***> Ziad Hatahet <******@****.***> Ziheng Liu <******@****.***> Zorion Arrizabalaga <******@****.***> Максадбек Ахмедов <******@****.***> Максим Федосеев <max.faceless.frei@gmail.com> Роман Хавроненко <******@****.***> Тарас Буник <******@****.***> Фахриддин Балтаев <******@****.***> 张嵩 <******@****.***>
Plain Text - Registered: 2021-01-15 12:35 - Last Modified: 2020-08-10 21:51 - 93.2K bytes - Viewed (0) -
Discovery/Web-Content/raft-small-files-lowercase.txt
findhotels.mi forgot_password.cfm forgotpass.html forgotpassword.htm form1.php format.css format.php forum.cgi forum.old forums.html fotos.php fpdf.php free-shipping.html frei.php friends.htm frontend.php froogle.php funciones.js function.extract function.fread function.strpos g.asp gallery2.html games.asp get_last_post.asp get_url.php
Plain Text - Registered: 2021-01-17 14:35 - Last Modified: 2017-08-23 13:55 - 137.4K bytes - Viewed (0) -
docs/notes/48. 最长不含重复字符的子字符串.md
for (int curI = 0; curI < str.length(); curI++) { int c = str.charAt(curI) - 'a'; int preI = preIndexs[c]; if (preI == -1 || curI - preI > curLen) { curLen++; } else { maxLen = Math.max(maxLen, curLen); curLen = curI - preI; } preIndexs[c] = curI; } maxLen = Math.max(maxLen, curLen); return maxLen; } ```
Plain Text - Registered: 2020-11-12 20:08 - Last Modified: 2019-11-02 09:33 - 1020 bytes - Viewed (0) -
lib/vscode/extensions/vscode-api-tests/src/singlefolder-tests/quickInput.test.ts
events: ['active', 'selection', 'accept', 'active', 'selection', 'active', 'selection', 'accept', 'hide'], activeItems: [['eins'], [], ['drei']], selectionItems: [['eins'], [], ['drei']], acceptedItems: { active: [['eins'], ['drei']], selection: [['eins'], ['drei']], dispose: [false, true] }, }, (err?: any) => done(err)); quickPick.items = ['eins', 'zwei'].map(label => ({ label }));
Plain Text - Registered: 2021-01-12 22:17 - Last Modified: 2020-12-15 22:52 - 8.1K bytes - Viewed (0)