Using GitHub for free Javascript and CSS hosting
rawgit.com When you request certain types of files (like JavaScript, CSS, or HTML) from raw.githubusercontent.com or gist.githubusercontent.com, GitHub serves them with a Content-Type header set to text/plain. As a result, most modern browsers won’t actually interpret these files as JavaScript, CSS, or HTML and will instead just display them as text. RawGit acts as a […]
Read Full Post | Make a Comment ( Comments Off on Using GitHub for free Javascript and CSS hosting )Downloads for all Firefox releases
here
Read Full Post | Make a Comment ( Comments Off on Downloads for all Firefox releases )Time synchronization between Ubuntu and VirtualBox
rem VirtualBox: How to sync host and guest time? rem https://superuser.com/questions/463106/virtualbox-how-to-sync-host-and-guest-time rem all times in ms REM ALL THE %VM% STUFF IS UNTESTED REM ALL THE %VM% STUFF IS UNTESTED REM ALL THE %VM% STUFF IS UNTESTED set VM=”Ubuntu 16.04.2″ REM ALL THE %VM% STUFF IS UNTESTED REM ALL THE %VM% STUFF IS UNTESTED REM […]
Read Full Post | Make a Comment ( Comments Off on Time synchronization between Ubuntu and VirtualBox )Interesting Perl modules
Somewhere to keep track of modules I might want to use in the future: Const::Fast Facility for creating read-only scalars, arrays, and hashes Leon Timmermans (LEONT) Dist::Zilla::PluginBundle::Starter A minimal Dist::Zilla plugin bundle Dan Book (DBOOK) Import::Into Import packages into other packages Graham Knop (HAARG) Syntax::Construct Identify which non-feature constructs are used in the code E […]
Read Full Post | Make a Comment ( Comments Off on Interesting Perl modules )Installing Swift on Ubuntu
Downloads for recent Ubuntus (14.04 LTS and 15.10 at the time of writing) are available from the Swift homepage as compressed tar archives. Installation goes as follows (untested): # download, then… tar xfz swift-2.2-RELEASE-ubuntu14.04.tar.gz ~ ln -s ~/swift-2.2-RELEASE-ubuntu14.04/usr/ ~ export PATH=~/usr/bin:”$PATH” # better in .bashrc
Read Full Post | Make a Comment ( Comments Off on Installing Swift on Ubuntu )Bash scripting links
Better Bash Scripting in 15 Minutes Greg’s Wiki specifically BashGuide and BashFAQ
Read Full Post | Make a Comment ( Comments Off on Bash scripting links )*nix VirtualBox installation
NOTE The debian stuff is wrong. Select “debian graphical environment”, “Xfce” and “standard utilities” in dselect. Installing the OS Copy & paste has to be enabled in VirtualBox Manager (General > Advanced > Shared Clipboard = Bidirectional) Install (Ubuntu Server) as cleanly as possible. In particular, do not select any packages to install. Remove CD/DVD […]
Read Full Post | Make a Comment ( Comments Off on *nix VirtualBox installation )Eclipse Plugins
AnyEdit Tools adds several new tools to the context menu of text-based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar. Adds many whitespace handlers: delete trailing whitspace, convert tabs to spaces etc. Counterclockwise for Clojure support Infinitest is a Continuous Testing plugin for Eclipse and IntelliJ. Each time a change is […]
Read Full Post | Make a Comment ( Comments Off on Eclipse Plugins )« Previous Entries