This guide will demonstrate how to mirror an SVN into a Git repo. You're the target audience if you're an SVN user, just getting started with Git and need to coax your project team over to Git.
The branching scenario has been simplified for clarity.
| <?php | |
| /** | |
| * @file | |
| * Implements a Solr proxy. | |
| * | |
| * Currently requires json_decode which is bundled with PHP >= 5.2.0. | |
| * | |
| * You must download the SolrPhpClient and store it in the same directory as this file. | |
| * |
| <div class="itemsListYearMonth"> | |
| <a:groupedForDateTime each="{items}" as="itemsByYear" groupBy="start" format="Y" groupKey="year"> | |
| <a:groupedForDateTime each="{itemsByYear}" as="itemsByMonth" groupBy="start" format="m" dateTimeKey="month"> | |
| <div class="yearMonth clearfix"> | |
| <div class="timeframe" data-behavior="FixTimeframe"> | |
| {month -> f:format.date(format: 'F Y')} | |
| </div> | |
| <f:for each="{itemsByMonth}" as="item"> | |
| <div class="item"> | |
| <p class="startEnd"><a:format.duration start="{item.start}" end="{item.end}" /></p> |
Please check here for an up-to-date config for a WISP (wireless ISP) setup on OpenWrt 14.07.
| // http://compass-style.org/reference/compass/helpers/sprites/ | |
| @mixin get-sprite($map, $sprite, $repeat: no-repeat, $height: true, $width: true) | |
| //http://compass-style.org/reference/compass/helpers/sprites/#sprite-file | |
| $sprite-image: sprite-file($map, $sprite) | |
| // http://compass-style.org/reference/compass/helpers/sprites/#sprite-url | |
| $sprite-map: sprite-url($map) | |
| // http://compass-style.org/reference/compass/helpers/sprites/#sprite-position |
| <?php | |
| /** | |
| * Create an SVG sprite as a DOMDocument. | |
| */ | |
| class Sprite { | |
| /** | |
| * The URI for the SVG namespace. | |
| * |
This is my constantly updated CS:GO autoexec config. Changelogs can be found under revisions here
Put autoexec.cfg in ...\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg or take what you want from it and add to your autoexec config!
After the Wild West Simulator 2015 update, video.txt needs to be put in ...\Steam\userdata\<Steam3 ID>\730\local\cfg
| # Welcome to your htaccess file. | |
| # Remember that modifying this file can break the entire website | |
| # so please edit carefully. | |
| # Also remember that the order of the rules below does matter, | |
| # so be sure of what you're doing before shuffling things around. | |
| AuthType Basic | |
| AuthName "My Dev Environment" | |
| # Specify what user/password file the server should look |