background preloader

Structure and Interpretation of Computer Programs, Video Lectures

Structure and Interpretation of Computer Programs, Video Lectures

Cydia Search | Comprehensive Package Database Although packages are easily navigated from any jailbroken iOS device through the Cydia application itself, Cydia Search is a browser-based search engine offering a quick and reliable alternative for finding packages currently available in Cydia. Cydia Search checks all included repositories for new and updated packages once per hour. Additional information on how this system handles package data as well as asnwers to many frequently asked questions can be found on the FAQs page. Cydia is a full-featured graphical front end to APT and the dpkg package management system for the iOS developed by Jay Freeman (saurik). Cydia is typically installed on iOS devices during the jailbreaking process and includes a handful of default repositories known as community sources. Default Repositories Other Repositories

CodeKata iPhone Development Wiki Matrix Algorithms, Volume I & II Book Description This book is the second volume in a projected five-volume survey of numerical linear algebra and matrix algorithms. This volume treats the numerical solution of dense and large-scale eigenvalue problems with an emphasis on algorithms and the theoretical background required to understand them. Stressing depth over breadth, Professor Stewart treats the derivation and implementation of the more important algorithms in detail. The book is divided into two parts: dense eigenproblems and large eigenproblems. The volumes in this survey are not intended to be encyclopedic. About the Author G. Book Details Paperback: 469 pages Publisher: SIAM: Society for Industrial and Applied Mathematics (August 1, 2001) Language: English ISBN-10: 0898715032 ISBN-13: 978-0898715033 Download E-Book SIAM.Matrix.Algorithms.Volume.I.Basic.Decompositions.1998.rar [SPONSOR] SIAM.Matrix.Algorithms.Volume.I.Basic.Decompositions.1998.rar [FREE DL] SIAM.Matrix.Algorithms.Volume.II.Eigensystems.Aug.2001.rar

网易公开课_网易视频 #040001 #35373d #2e1e21 kernel panic Porting Python 2 Code to Python 3 — Python v3.4.0a0 documentation To help with writing source-compatible code using one of the projects mentioned in Projects to Consider, consider following the below suggestions. Some of them are handled by the suggested projects, so if you do use one of them then read their documentation first to see which suggestions below will taken care of for you. Try to Support Python 2.6 and Newer Only While not possible for all projects, if you can support Python 2.6 and newer only, your life will be much easier. Below are the benefits you gain if you only have to support Python 2.6 and newer. from __future__ import print_function It will not only get you used to typing print() as a function instead of a statement, but it will also give you the various benefits the function has over the Python 2 statement (six provides a function if you support Python 2.5 or older). from __future__ import unicode_literals Bytes/string literals This is a very important one. from __future__ import absolute_import Supporting Python 2.5 and Newer Only

Brilliant SICP videos from far far away days but, unbelievable, still valid! by hoornet Jul 27

Related: