Monday, October 07, 2013

Looks Like Music - Mudam 2013 on Vimeo

Looks Like Music - Mudam 2013 on Vimeo:

Looks Like Music - Mudam 2013 from Yuri Suzuki on Vimeo.

Ferro: The keyboard interface to Chrome

Ferro: The keyboard interface to Chrome: " is a Google Chrome extension that functions similarly to application launchers like Quicksilver, Launchy, and GNOME Do, but it can do much more than just open apps. Using only your keyboard, you can quickly open pages in your history or bookmarks, open extension options pages, and save your current tabs for opening later (see sessions section below). You can also per"

'via Blog this'

Performance Matters ∙ An A List Apart Column

Performance Matters ∙ An A List Apart Column: " (Navigation Timing, Resource Timing, User Timing, Performance Timeline, High Resolution Time), and more efficiently schedule activities in web applications (requestAnimationFrame, Page Visibility, Efficient Script Yielding)."

'via Blog this'

Sunday, October 06, 2013

Revision3 > Blog > Pick Your Favorite Shows & Create a Personalized Feed

Revision3 > Blog > Pick Your Favorite Shows & Create a Personalized Feed: "Today we’ve got a very exciting and cool new feature on Revision3.com that I’m psyched to tell you about. As you know we have a bunch of shows here at Revision3 for you to watch, and there are numerous ways to watch them: You can watch your favorite shows here on Revision3.com, or you can go to YouTube, or if you have a Roku or TIVO you can watch them there. But one way that a large number of Revision3 fans watch our shows is via RSS through an application like Apple iTunes, where you can subscribe to a feed for each show you watch."

'via Blog this'

Friday, October 04, 2013

DeViSE: A Deep Visual-Semantic Embedding Model

DeViSE: A Deep Visual-Semantic Embedding Model: "Abstract: Modern visual recognition systems are often limited in their ability to scale to large numbers of object categories. This limitation is in part due to the increasing difficulty of acquiring sufficient training data in the form of labeled images as the number of object categories grows. One remedy is to leverage data from other sources – such as text data – both to train visual models and to constrain their predictions."

'via Blog this'

Wednesday, October 02, 2013

▶ The Next Generation of Neural Networks - YouTube

▶ The Next Generation of Neural Networks - YouTube: ""

'via Blog this'

This is how I Z my shell, Z my shell, Z my shell

This is how I Z my shell, Z my shell, Z my shell: " paulreimer / .zshrc
Created 23 minutes ago

This is how I Z my shell, Z my shell, Z my shell"

'via Blog this'

zsh-syntax-highlighting/highlighters at master · zsh-users/zsh-syntax-highlighting · GitHub

zsh-syntax-highlighting/highlighters at master · zsh-users/zsh-syntax-highlighting · GitHub: "main - the base highlighter, and the only one active by default.
brackets - matches brackets and parenthesis.
pattern - matches user-defined patterns.
cursor - matches the cursor position.
root - triggered if the current user is root."

'via Blog this'

command line - How to use regex quantifiers to rename multiple files with zmv? - Super User

command line - How to use regex quantifiers to rename multiple files with zmv? - Super User: "This should work for you:

zmv '1-([0-9])( *)' '1-0$1$2'
or

zmv '1-([0-9])([^0-9]*)' '1-0$1$2'
You just need to make the match include only one digit followed by a space or non-digit. With the way you had it, it was matching one digit followed by anything."

'via Blog this'

builtin:functions:zmv [ZshWiki]

builtin:functions:zmv [ZshWiki]: "o load zmv :
autoload -U zmv
zmv is a module that allow people to do massive rename. The first option to know about zmv is the -n option that will show what will be done without being executed.
to rename a class music files which names are la like this : artist - album - track - title.ogg :
"

'via Blog this'

Actimetrics

Actimetrics: "Bout analysis

The program has identified and displayed the start of activity bouts that exceed a user-defined threshold (here, 5 counts/minute) for a user-defined period (here, 10 minutes). The day, start time, circadian day, circadian start time, number of counts per bout, and bout duration can be exported to a spreadsheet file."