-
ScubaBear (HTML5) - perfectly polished, the game is fun to play, and I really like the music changes depending on diving depth, and also the health bar is very original! Amazing to see so much good content created in three days!
-
Asteroid Tycoon (HTML5) - Fun to play, graphics are awesome, some nice humour too! The interface is pretty and convenient.
-
A Glorious Escape for A Lich King (FLASH) - A very good Tower Defence game, with a good interpretation of the theme "Beneath the surface". Graphics are nice too!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#=============================================================================== | |
# Filename: boost.sh | |
# Author: Pete Goodliffe | |
# Copyright: (c) Copyright 2009 Pete Goodliffe | |
# Licence: Please feel free to use this, with attribution | |
# Modified version | |
#=============================================================================== | |
# | |
# Builds a Boost framework for the iPhone. | |
# Creates a set of universal libraries that can be used on an iPhone and in the |
Let's imagine we have a lot of mp3 files ( forexample one of the pluralsite courses converted to mp3 ).
URL=https://www.pluralsight.com/courses/run-effective-meetings
PASS=pass
USER=user
OUTPUT="%(playlist_index)s. %(title)s-%(id)s.%(ext)s"
youtube-dl --username $USER --password $PASS -o $OUTPUT --extract-audio --audio-format mp3 $URL