- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 125 for Sharma (0.34 sec)
-
deps/cares/AUTHORS
the fork was made: Albert Chin Alex Loukissas Alexander Klauer Alexander Lazic Alexey Simak Andreas Rieke Andrew Andkjar Andrew Ayer Andrew C. Morrow Ashish Sharma Ben Greear Ben Noordhuis BogDan Vatra Brad House Brad Spencer Bram Matthys Chris Araman Dan Fandrich Daniel Johnson Daniel Stenberg David Drysdale David Stuart Denis Bilenko Dima Tisnek
Plain Text - Registered: 2023-02-07 21:40 - Last Modified: 2021-08-06 11:17 - 1.2K bytes - Viewed (0) -
sorts/cycle_sort.py
""" Code contributed by Honey Sharma Source: https://en.wikipedia.org/wiki/Cycle_sort """ def cycle_sort(array: list) -> list: """ >>> cycle_sort([4, 3, 2, 1]) [1, 2, 3, 4] >>> cycle_sort([-4, 20, 0, -50, 100, -1]) [-50, -4, -1, 0, 20, 100] >>> cycle_sort([-.1, -.2, 1.3, -.8]) [-0.8, -0.2, -0.1, 1.3] >>> cycle_sort([]) [] """ array_len = len(array)
Python - Registered: 2023-02-02 19:18 - Last Modified: 2020-06-07 21:05 - 1.2K bytes - Viewed (0) -
maths/extended_euclidean_algorithm.py
""" Extended Euclidean Algorithm. Finds 2 numbers a and b such that it satisfies the equation am + bn = gcd(m, n) (a.k.a Bezout's Identity) https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm """ # @Author: S. Sharma <silentcat> # @Date: 2019-02-25T12:08:53-06:00 # @Email: ******@****.*** # @Last modified by: pikulet # @Last modified time: 2020-10-02 from __future__ import annotations import sys
Python - Registered: 2023-02-02 19:18 - Last Modified: 2022-10-16 05:25 - 2K bytes - Viewed (0) -
TESTOWNERS
/dev/devicelab/bin/tasks/run_debug_test_linux.dart @loic-sharma @flutter/tool /dev/devicelab/bin/tasks/run_debug_test_macos.dart @cbracken @flutter/tool /dev/devicelab/bin/tasks/run_debug_test_windows.dart @loic-sharma @flutter/tool /dev/devicelab/bin/tasks/run_release_test_linux.dart @loic-sharma @flutter/tool /dev/devicelab/bin/tasks/run_release_test_macos.dart @cbracken @flutter/tool
Plain Text - Registered: 2023-02-03 06:24 - Last Modified: 2023-01-31 17:37 - 24.3K bytes - Viewed (0) -
doc/release-notes/release-notes-24.0.1.md
- Adam Jonas - akankshakashyap - Ali Sherief - amadeuszpawlik - Andreas Kouloumos - Andrew Chow - Anthony Towns - Antoine Poinsot - Antoine Riard - Aurèle Oulès - avirgovi - Ayush Sharma - Baas - Ben Woosley - BrokenProgrammer - brunoerg - brydinh - Bushstar - Calvin Kim - CAnon - Carl Dong - chinggg - Cory Fields - Daniel Kraft - Daniela Brozzoni - darosior
Plain Text - Registered: 2023-02-07 01:31 - Last Modified: 2022-12-06 14:10 - 13.8K bytes - Viewed (0) -
TODO/story-thought-and-system-thought.md
4. [Abhinav Sharma](https://twitter.com/abhinavsharma) has written about [using Kahneman’s ideas in product design](https://medium.com/quora-design/designing-fast-or-slow-2a4db40c39aa#.6y19u14qv) and how that lens clarifies some of these issues.
Plain Text - Registered: 2023-01-05 14:49 - Last Modified: 2017-01-04 09:28 - 14.7K bytes - Viewed (0) -
.mailmap
Trivikram Kamat <******@****.***> <******@****.***> ttzztztz <******@****.***> <******@****.***> Tyler Larson <******@****.***> Ujjwal Sharma <******@****.***> <******@****.***> Ujjwal Sharma <******@****.***> <******@****.***> Uttam Pawar <******@****.***> <******@****.***> Viero Fernando <******@****.***> <******@****.***>
Plain Text - Registered: 2023-02-07 21:40 - Last Modified: 2022-05-29 13:24 - 28.7K bytes - Viewed (2) -
TODO/the-evolution-of-code-deploys-at-reddit.md
> * 原文地址:[The Evolution of Code Deploys at Reddit](https://redditblog.com/2017/06/02/the-evolution-of-code-deploys-at-reddit/) > * 原文作者:[Neil Williams & Saurabh Sharma](https://redditblog.com/2017/06/02/the-evolution-of-code-deploys-at-reddit/) > * 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner) > * 译者:[steinliber](https://github.com/steinliber) > * 校对者:[zaraguo](https://github.com/zaraguo), [CACppuccino](https://github.com/CACppuccino) # 在 Reddit 中代码部署的演进
Plain Text - Registered: 2022-12-08 14:49 - Last Modified: 2017-06-20 08:37 - 16.4K bytes - Viewed (0) -
AUTHORS
Plain Text - Registered: 2023-02-05 18:27 - Last Modified: 2022-05-24 19:04 - 22.3K bytes - Viewed (0) -
website/src/pages/index.js
JavaScript - Registered: 2023-02-05 04:05 - Last Modified: 2022-09-07 10:33 - 29.6K bytes - Viewed (1)