resources.html 3.08 KB
Newer Older
1 2 3
---
title: Resources
pagestyle: cann-table
4
permalink: /resources/
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
---
<div class="section">
	A CV template in LaTeX (modified from one obtained online, original included): <br>
	<a href="files/CV-LaTeX.tar.gz">CV-LaTeX.tar.gz</a>
</div>
<div class="section">
	Some stuff that I drag around with me on my various Linux boxes:
	<ol>
		<li class="no-marker">Vimrc and vim plugins: 
			<a href="files/vim.tar.bz2">vim.tar.bz2</a><br>
			Currently contains a nifty <code>vimrc</code>, and some plugins:
			<ul class="resources-list" id="plugins-list">
				<li><a href="http://www.vim.org/scripts/script.php?script_id=2332" target="_blank">Pathogen</a></li>
				<li><a href="http://www.vim.org/scripts/script.php?script_id=2736" target="_blank">Syntastic</a></li>
				<li><a href="http://www.vim.org/scripts/script.php?script_id=1643" target="_blank">SuperTab</a></li>
				<li><a href="http://www.vim.org/scripts/script.php?script_id=294" target="_blank">Align</a></li>
				<li><a href="http://www.vim.org/scripts/script.php?script_id=884" target="_blank">AutoAlign</a></li>
				<li><a href="http://www.vim.org/scripts/script.php?script_id=3109" target="_blank">Latex-Box</a></li>
				<li><a href="http://www.vim.org/scripts/script.php?script_id=1697" target="_blank">Surround.vim</a></li>
				<li><a href="http://www.vim.org/scripts/script.php?script_id=2603" target="_blank">Haskell Cuteness</a></li>
				<li><a href="http://www.vim.org/scripts/script.php?script_id=3282" target="_blank">Extended Regex</a></li>
				<li><a href="https://github.com/lukerandall/haskellmode-vim" target="_blank">Haskell Mode - Vim</a></li>
				<li><a href="https://github.com/dag/vim2hs" target="_blank">Vim to Haskell</a></li>
			</ul>
			<p style="clear: both;padding-top: 0.5em;">You might wanna do a <code>git pull</code> on some of the plugins inside <code>.vim/bundle</code>.
		</li>
		<li class="no-marker">Some bash scripts:
			<ul class="resources-list" style="list-style: decimal">
				<li><a href="files/curlwc.sh">curlwc.sh</a>:
					This script uses <a href="http://linux.die.net/man/1/curl" target="_blank">curl(1)</a> to download the target file in parts. Not very robust.
				</li>
				<li><a href="files/mtcd.sh">mtcd.sh</a>:
					This script mounts all arguments in directories within <code>~/cdrom</code> (as ISO9660 images), and also handles unmounting.
				</li>
			</ul>
			These and more can be found on my <a href="https://github.com/murukeshm/scripts" target="_blank">GitHub scrips repo</a>.
		</li>
	</ol>
</div>
44
<!--
45 46 47 48 49 50 51 52 53 54
<div class="section">
	<h3 id="cann"><a href="http://www.sussex.ac.uk/Users/iane/cannyclubs.php" target="_blank" >A Cann Table:</a> </h3>
	<!--#include virtual="cann-table.html"-->
	<p> I have followed the banding used by <a href="http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/">
		@7amkickoff</a>.
	<p> This table is updated weekly via a cronjob. <br>
	The data is scraped from <a href=http://www.premierleague.com/en-gb/matchday/league-table.html" target="_blank">the PL site</a>
	without any permission. <br>
	Hopefully this will count as personal use. :)
</div>
55
-->