-
I have basic security clearance and financial clearance (through Experian 2019).
-
I am passively searching and happy to consider any contract roles. I am not interested in permanent employment. Contracts have more flexibility based on the fact that most contracts expect an on-site presence and this necessitates obtaining suitably located accommodation, meaning that the closer contracts get to London, the more they approach the £500 a day mark.
-
I aim for my rate to be around the £325 a day (+/- £25) for local contract based in the North of the UK. See above for London and surrounding area.
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
<!DOCTYPE NETSCAPE-Bookmark-file-1> | |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> | |
<TITLE>Bookmarks</TITLE> | |
<H1>Bookmarks</H1> | |
<DL><p> | |
<DT><H3 ADD_DATE="1527292565" LAST_MODIFIED="1527802552" PERSONAL_TOOLBAR_FOLDER="true"></H3> | |
<DL><p> | |
<!-- PASTE CLIPBOARD HERE! --> | |
</DL><p> | |
</DL><p> |
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
How to add all the JS libraries to your web page - https://developers.google.com/speed/libraries/ |
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
if (typeof jQuery != 'undefined') { | |
// jQuery is loaded => print the version | |
alert(jQuery.fn.jquery); | |
} |
List 1
## V1.7.2+ [Source](http://minecraftsurvivalfun.blogspot.co.uk/)
- Collect a few pieces of wood.
- Make a crafting table, a wooden pickaxe, and some sticks.
- Dig down to cobblestone and collect enough to make a complete set of stone tools, 2 stone swords and a furnace. (Could also be the start of your main mine)
- Look for easy food sources. (Animals, mushroom soup, village farms, fishing)
Looking for something else? Take a look at the awesome collection of other awesome lists.
- Guides
- Bento: a collection of guides for web development.
- Hack Design: An easy to follow design course for people who do amazing things.
- Designer School: A group of passionate professionals teaching web development
- Web Style Guide - 3rd Edition covers all the elements from CSS and typography to HTML and the structure of prose.
- Talks To Help You Become A Better Front-End Engineer In 2013
Will always work even on CDMA networks in the states.
-
Firstly, erase any active diverts. Dial ##004# and press OK then dismiss on the message.
-
Dial ##002# and press OK or dismiss.
-
Then dial 61*0795322222230#
You'll get a message about it being successful. Then dial *#61# and you can see your voicemail divert status.
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
using System; | |
namespace ConsoleCoordiates | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
int x = 20; | |
int y = 20; |
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
USE DATABASE_NAME | |
DECLARE @SearchStr nvarchar(100) = 'SEARCH_TEXT' | |
DECLARE @Results TABLE (ColumnName nvarchar(370), ColumnValue nvarchar(3630)) | |
SET NOCOUNT ON | |
DECLARE @TableName nvarchar(256), @ColumnName nvarchar(128), @SearchStr2 nvarchar(110) | |
SET @TableName = '' | |
SET @SearchStr2 = QUOTENAME('%' + @SearchStr + '%','''') |