« 76 77 78 79 80 84 »

Pages are deceptive. Live life in a basket.

QR decomposition - Wikipedia, the free encyclopedia

CentralNotice QR decomposition From Wikipedia, the free encyclopedia Jump to: navigation , search In linear algebra , a QR decomposition (also called a QR factorization ) of a matrix is a decomposition of a matrix A into a product A = QR of an orthogonal matrix Q and an upper triangular matrix R . QR decomposition is often used to solve the linear least squares problem, and is the basis for a particular eigenvalue algorithm , the QR algorithm . If A has n linearly independent columns, then the first n columns of Q form an orthonormal basis for the column space of A . More specifically, the first k columns of Q form an orthonormal basis for the span of the first k columns of A for any 1 ≤ k ≤ n . [ 1 ] The fact that any column k of A only depends on the first k columns of Q is responsible for the triangular form of R . [ 1 ] 1 History 2 Definitions 2.1 Squar...

Linked on 2014-11-24 04:58:32 | Similar Links
Source Checkout - s3fs - FUSE-based file system backed by Amazon S3 - Google Project Hosting

My favorites ▼ | Sign in [if lte IE 7]> <div style="text-align:center;"> Your version of Internet Explorer is not supported. Try a browser that contributes to open source, such as <a href="http://www.firefox.com">Firefox</a>, <a href="http://www.google.com/chrome">Google Chrome</a>, or <a href="http://code.google.com/chrome/chromeframe/">Google Chrome Frame</a>. </div> <![endif] s3fs FUSE-based file system backed by Amazon S3 Project Home Downloads Wiki Issues Source Checkout Browse Changes How-to: Explore this project's source code by clicking the "Browse" and "Changes" links above. Use this command to anonymously check out the latest project source code: # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http ://s3fs.googlecode.com/svn/trunk/ s3fs-read-only This ...

Linked on 2014-11-23 23:57:29 | Similar Links
query.py - appengine-ndb-experiment - NDB: An new Python API for the Google App Engine Datastore - Google Project Hosting

My favorites ▼ | Sign in [if lte IE 7]> <div style="text-align:center;"> Your version of Internet Explorer is not supported. Try a browser that contributes to open source, such as <a href="http://www.firefox.com">Firefox</a>, <a href="http://www.google.com/chrome">Google Chrome</a>, or <a href="http://code.google.com/chrome/chromeframe/">Google Chrome Frame</a>. </div> <![endif] appengine-ndb-experiment NDB: An new Python API for the Google App Engine Datastore Project Home Downloads Wiki Issues Source Repository: default wiki Checkout Browse Changes Clones Source path: hg / ndb / query.py Branch: default r102 sandbox sandbox2 sandbox3 drop-core (closed) questionable-speedup (closed) structured-orphans (closed) bbc44fd8eb16 Tag: <none> 0.1 0.2 0.2.1 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.9.1 0.9.2...

Linked on 2014-11-22 00:36:19 | Similar Links
caribou/caribou-core · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 38 Fork 2 caribou / caribou-core /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Core functionality for Caribou 627 commits 49 branches 48 releases 5 contributors Clojure 100% Clojure branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters 0.9.0 /.select-menu-item alias /.select-menu-item app-fields /.select-menu-item app-instance /.select-menu-item app-level-hooks /.select-menu-item beam-validation /.select-menu-item ...

Linked on 2014-11-21 22:41:56 | Similar Links
prof

Sign up for a GitHub account Sign in All Gists lykkin / gist:cf115bb24a5f93e8f7c9 Created November 21, 2014 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav prof View gist:cf115bb24a5f93e8f7c9 gistfile1.txt Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 from functools import wraps from datetime import datetime def memo(f): cache = {} @wraps(f) def inner(*args, **kwargs): key = str(args) + str(kwargs) try: return cache[key] except KeyError: cache[key] ...

Linked on 2014-11-21 19:51:00 | Similar Links
Saskatchewan winter too much for one CBC Radio listener - Saskatchewan - CBC News

ClickTale Top part ClickTale end of Top part Skip to main content Skip to CBC accessibility page include virtual="/i/o/globalnav/v10/notification.html" CBC.ca News News Menu Sports Sports Menu Music Radio Radio Menu TV TV Menu My Region Menu More CBC Menu Watch Watch Menu Listen Listen Menu content header slot will be used for the sports ticker & Hamilton masthead value options: normal|major value options: <string> value options: <string> value options: <string> value options: </path/to/file> value options: </path/to/ept/file> value options: </path/to/ept/file> value option: </path/to/regional/file> value options: </path/to/file> value options: </path/to/file> value options: </path/to/file> | null value options: </path/to/file> value options: </path/to/file> | null value options: </path...

Linked on 2014-11-21 00:34:28 | Similar Links
The Netflix Tech Blog: Node.js in Flames

corrects IE6 width calculation google_ad_section_start(name=default) Wednesday, November 19, 2014 We’ve been busy building our next-generation Netflix.com web application using Node.js. You can learn more about our approach from the presentation we delivered at NodeConf.eu a few months ago. Today, I want to share some recent learnings from performance tuning this new application stack. We were first clued in to a possible issue when we noticed that request latencies to our Node.js application would increase progressively with time. The app was also burning CPU more than expected, and closely correlated to the higher latency. While using rolling reboots as a temporary workaround, we raced to find the root cause using new pe...

Linked on 2014-11-20 17:31:18 | Similar Links
bramstein/funcy · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 40 Fork 7 bramstein / funcy /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar An experiment in adding functional pattern matching to JavaScript 8 commits 1 branch 1 release 2 contributors JavaScript 100% JavaScript branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to show /.select-menu-list v0.0.2 /.select-menu-item Nothing to show /.select-menu-list /.select-menu-modal /.select-menu-moda...

Linked on 2014-11-20 03:31:52 | Similar Links
Compare Revisions · deweing/deweing.github.com Wiki · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 0 Fork 0 deweing / deweing.github.com /.container /.repohead Code Issues Pull Requests Wiki Pulse Graphs /.repository-sidebar New Page Unified Split Showing 1 changed file with 5 additions and 0 deletions . + 5 − 0      Home.md 5      Home.md 100644 → 100755 Show notes View @@ -1 +1,6 @@ Welcome to the deweing.github.com wiki! + +== Test + +* hello +* world Toggle all file notes Revert Changes Back to Top #wiki-wrapper /.repo-container /.container /.site Status API Training Shop Blog About © 2014 GitHub , Inc. Terms Privacy Security Contact /.site-footer Some...

Linked on 2014-11-19 18:43:25 | Similar Links
invalid-email-address (Check your git settings!) · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Check your git settings! invalid-email-address support@github.com https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user Joined on Nov 3, 2009 150 followers 0 Starred 0 Following Follow Contributions Repositories Public activity gollum Oct 30, 2014 invalid-email-address edited the deweing/deweing.github.com wiki Edited Home . View the diff » /.wrapper Status API Training Shop Blog About © 2014 GitHub , Inc. Terms Privacy Security Contact /.site-footer /.container Something went wrong with that request. Please try again. ...

Linked on 2014-11-19 18:42:02 | Similar Links
Introduction - Material design - Google design guidelines

Material design Introduction Show navigation Material design Introduction What is material? Environment Material properties Objects in 3D space Animation Authentic motion Responsive interaction Meaningful transitions Delightful details Style Color Icons Imagery Typography Layout Principles Metrics & keylines Structure Components Bottom sheets Buttons Cards Chips Dialogs Dividers Grids Lists List controls Menus Pickers Progress & activity Sliders Snackbars & toasts Subheaders Switches Tabs Text fields Tooltips Patterns Data formats Errors Gestures Loading images Navigation drawer Navigational transitions Scrolling techniques Search Selection Settings Swipe to refresh Usability Accessibility Bidirectionality Resources Color palettes Layout templates Roboto & Noto fonts Sticker sheets & icons W...

Linked on 2014-11-18 19:10:28 | Similar Links
Finger tree - Wikipedia, the free encyclopedia

CentralNotice Finger tree From Wikipedia, the free encyclopedia Jump to: navigation , search For the binary search tree, see finger search tree . A finger tree is a purely functional data structure used in efficiently implementing other functional data structures. A finger tree gives amortized constant time access to the "fingers" (leaves) of the tree, where data is stored, and also stores in each internal node the result of applying some associative operation to its descendants. This "summary" data stored in the internal nodes can be used to provide the functionality of data structures other than trees. For example, a priority queue can be implemented by labeling the internal nodes by the minimum priority of its children in the tree, or an indexed list/array can be implemented with a labeling of nodes by the count of the leaves in their children. Finger trees can pro...

Linked on 2014-11-17 23:30:45 | Similar Links
Red–black tree - Wikipedia, the free encyclopedia

CentralNotice Red–black tree From Wikipedia, the free encyclopedia Jump to: navigation , search This article needs additional citations for verification . Please help improve this article by adding citations to reliable sources . Unsourced material may be challenged and removed. (October 2012) Red–black tree Type Tree Invented 1972 Invented by Rudolf Bayer Time complexity in big O notation Average Worst case Space O(n) O(n) Search O(log n) O(log n) Insert O(log n) O(log n) Delete O(log n) O(log n) A red–black tree is a data structure which is a type of self-balancing binary search tree . Balance is preserved by painting each node of the tree with one of two colors (typically called 'red' and 'black') in a way that satisfies certain properties, which collectively constrain how unbalanced the tree can become in the wor...

Linked on 2014-11-17 23:29:05 | Similar Links
run - Hoogle

Instant is off Search plugin Manual haskell.org run Packages text fgl QuickCheck base bytestring run :: (forall s. ST s (MArray s)) -> Array text Data.Text.Array Run an action in the ST monad and return an immutable array of its result. run :: (DynGraph g, Ord a) => g a b -> NodeMapM a b g r -> (r, (NodeMap a, g a b)) fgl Data.Graph.Inductive.NodeMap Run a construction; return the value of the computation, the modified NodeMap , and the modified Graph . run :: Monad m => m a -> PropertyM m a QuickCheck Test.QuickCheck.Monadic run InBoundThread :: IO a -> IO a base Control.Concurrent Run the IO computation passed as the first argument. If the calling thread is not bound , a bound thread is created temporarily. runInBoundThread doesn't finish until the IO computation finishes. You can wrap a series of foreign function calls that rely on thread-local state w...

Linked on 2014-11-17 21:40:34 | Similar Links
« 76 77 78 79 80 84 »

Pages are deceptive. Live life in a basket.