Bookmark
An Introduction to Programming in Go
www.golang-book.com/, posted 2014 by peter in development golang online reference
Bookmark
Getting Started | Dropwizard
dropwizard.github.io/dropwizard/getting-started.html, posted 2014 by peter in development howto java software
Getting Started will guide you through the process of creating a simple Dropwizard project: Hello World. Along the way, we’ll explain the various underlying libraries and their roles, important concepts in Dropwizard, and suggest some organizational techniques to help you as your project grows. (Or you can just skip to the fun part.)
Bookmark
Quantum Computing Playground
qcplayground.withgoogle.com/#/home, posted 2014 by peter in development online simulation
Quantum Computing Playground is a browser-based WebGL Chrome Experiment. It features a GPU-accelerated quantum computer with a simple IDE interface, and its own scripting language with debugging and 3D quantum state visualization features. Quantum Computing Playground can efficiently simulate quantum registers up to 22 qubits, run Grover's and Shor's algorithms, and has a variety of quantum gates built into the scripting language itself.
Bookmark
DRY-ing Out Your Sass Mixins · An A List Apart Article
alistapart.com/article/dry-ing-out-your-sass-mixins, posted 2014 by peter in conversion css development howto toread webdesign
One of the most powerful features of the CSS preprocessor Sass is the mixin, an abstraction of a common pattern into a semantic and reusable chunk. Think of taking the styles for a button and, instead of needing to remember what all of the properties are, having a selector include the styles for the button instead. The button styles are maintained in a single place, making them easy to update and keep consistent.
Bookmark
Use Git even if your team doesn't: git-svn tips and tricks - Atlassian Blogs
blogs.atlassian.com/2013/12/git-svn-tips-and-tricks/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+AllAtlassianBlogs+%28Atlassian+-+All+Blogs%29, posted 2013 by peter in development howto reference versioncontrol
The list below contains all the tricks and tips I had to research and integrate in my workflow to keep using Git joyfully in conjunction with SVN. Enjoy!
Bookmark
CSS Variables in Firefox 29 • Cameron McCormack's blog
mcc.id.au/blog/2013/12/variables, posted 2013 by peter in css development firefox html toread webdesign
As reported by Cameron McCormack, Firefox Nightly (version 29) now supports CSS variables. You can get a quick overview in this short screencast:
Bookmark
BayesDB
probcomp.csail.mit.edu/bayesdb/, posted 2013 by peter in ai database development software statistics toread
BayesDB, a Bayesian database table, lets users query the probable implications of their data as easily as a SQL database lets them query the data itself. Using the built-in Bayesian Query Language (BQL), users with no statistics training can solve basic data science problems, such as detecting predictive relationships between variables, inferring missing values, simulating probable observations, and identifying statistically similar database entries.
Bookmark
K-tree - a height balanced tree structured vector quantizer
ktree.sourceforge.net/, posted 2013 by peter in ai development text
K-tree is a tree structured clustering algorithm. It is also refered to as a Tree Structured Vector Quantizer (TSVQ). The goal of cluster analysis is to group objects based on similarity. Each object in a K-tree is represented by an n-dimensional vector. All vectors in the tree must have the same number of dimensions.
Bookmark
The Problem With Perl Testing | Ovid [blogs.perl.org]
blogs.perl.org/users/ovid/2013/10/the-problem-with-perl-testing.html, posted 2013 by peter in development opinion perl testing
If there is one thing about testing in Perl which bugs me, it's that most testing in Perl is what cgi-lib.pl is to Plack. The following is mostly a rant and I'm also guilty of many of these sins.
What is repl.it? § It is an online environment for interactively exploring programming languages. The name comes from the read-eval-print loop, the interactive toplevel used by languages like Lisp and Python.
|< First < Previous 129–138 (530) Next > Last >|