Skip to content

Commit

Permalink
Deploying to gh-pages from @ c03b0bf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed May 20, 2024
1 parent cd7e3bb commit 06c20e4
Show file tree
Hide file tree
Showing 147 changed files with 1,146 additions and 957 deletions.
13 changes: 7 additions & 6 deletions 2013/08/active-record-like-search-results.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Active Record like Search Results</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">Active Record like Search Results</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -110,7 +111,7 @@ <h1 class="font-light text-3xl border-b border-gray-200 mb-4">Active Record like
<p>Hardly a huge class is it? This is a little rough around the edges but it serves its purpose and when combined with AR like search methods will be incredibly easy to read and use.</p>
</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
13 changes: 7 additions & 6 deletions 2013/08/expects.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Expects</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">Expects</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -81,7 +82,7 @@ <h1 class="font-light text-3xl border-b border-gray-200 mb-4">Expects</h1>
<p>As I have said Expects main audience is Gem Developers who want to stop their code doing something damaging when the end user gives it an input that its not expecting.</p>
</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
13 changes: 7 additions & 6 deletions 2013/08/issue-37.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Issue 37</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">Issue 37</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -93,7 +94,7 @@ <h2 id="the-fix">The fix</h2>
<p>Anonymous bind is going to be disabled by default but can be turned back on using <code class="language-plaintext highlighter-rouge">c.anonymous_bind = true</code> during your <code class="language-plaintext highlighter-rouge">Adauth.configure</code> block.</p>
</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
13 changes: 7 additions & 6 deletions 2013/11/cancan-route-contraints.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CanCan Route Constraints</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">CanCan Route Constraints</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -71,7 +72,7 @@ <h1 class="font-light text-3xl border-b border-gray-200 mb-4">CanCan Route Const
<p>This means that for anyone not given manage permissions on sidekiq the route simply wont exist, you will get a 404 instead of a 403.</p>
</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
13 changes: 7 additions & 6 deletions 2014/02/deploying-adobe-air-and-air-apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Deploying Adobe Air and Air Apps</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">Deploying Adobe Air and Air Apps</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -105,7 +106,7 @@ <h1 class="font-light text-3xl border-b border-gray-200 mb-4">Deploying Adobe Ai
<p>Thats about it, our script makes deploying stuff via silent exes quite easy and safe. You can use GPP to delete the key files and have the script automatically re-install the software (unless the exe see the target product and ignores the request).</p>
</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
13 changes: 7 additions & 6 deletions 2014/02/powershell-script-to-update-sims-and-fms.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Powershell script to update SIMS & FMS</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">Powershell script to update SIMS & FMS</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -88,7 +89,7 @@ <h2 id="a-disclaimer">A Disclaimer</h2>
<p>I will happily respond to queries about this script and any suggestions for improvements will be taken seriously.</p>
</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
13 changes: 7 additions & 6 deletions 2014/04/a-jekyll-extension-for-atom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>A Jekyll extension for Atom</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">A Jekyll extension for Atom</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -52,7 +53,7 @@ <h3 id="what-can-it-do">What can it do?</h3>
<p>I have a couple of ideas for expanding it but I need to look more at how <a href="http://atom.io/">Atom</a> works behind the scenes and whether I can link into things like autocomplete.</p>
</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
13 changes: 7 additions & 6 deletions 2015/04/creating-the-less-compiler-for-compile-watch.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Creating the Less compiler for compile-watch</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">Creating the Less compiler for compile-watch</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -118,7 +119,7 @@ <h2 id="open-a-pull-request">Open a pull request</h2>

</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
13 changes: 7 additions & 6 deletions 2015/06/jekyll-atom-1-0-0.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Jekyll Atom 1.0.0</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">Jekyll Atom 1.0.0</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -52,7 +53,7 @@ <h1 class="font-light text-3xl border-b border-gray-200 mb-4">Jekyll Atom 1.0.0<
<p>I have some ideas for improvements &amp; new features that I will be looking at in the near future.</p>
</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
13 changes: 7 additions & 6 deletions 2015/07/caching-apple-downloads-on-a-windows-server.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Caching Apple downloads on a Windows server</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome/css/all.min.css" />
</head>
<body>
<div class="grid grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 mt-4 ml-4 col-start-2">
<img src="/assets/profile.jpg" />
<div class="grid grid-cols-1 lg:grid-cols-layout gap-4">
<div class="bg-white border-gray-200 border shadow-xl p-2 m-4 lg:mb-0 lg:mr-0 lg:col-start-2 text-center lg:text-left">
<img src="/assets/profile.jpg" alt="Adam Laycock" class="m-auto" />
<h2 class="font-light text-2xl">Adam Laycock</h2>

<a href="/">Home</a>
Expand All @@ -18,8 +19,8 @@ <h2 class="font-light text-2xl">Adam Laycock</h2>
<a href="/uses/">Uses</a>
<a href="/contact/">Contact</a>
</div>
<div class="row-span-2">
<section class="pt-4 pr-4">
<div class="lg:row-span-2">
<section class="p-4 lg:pb-0 lg:pl-0">
<div class="bg-white border-gray-300 border shadow-xl p-2 mb-4">
<h1 class="font-light text-3xl border-b border-gray-200 mb-4">Caching Apple downloads on a Windows server</h1>
<ul class="flex gap-2">
Expand Down Expand Up @@ -128,7 +129,7 @@ <h1 class="font-light text-3xl border-b border-gray-200 mb-4">Caching Apple down
<p>My <a href="/2015/07/caching-apple-downloads/">original article</a> has more about what we are actually doing with this config.</p>
</div>
</section>
<footer class="mt-4">
<footer class="mt-4 px-4 lg:px-0">
&copy; Adam Laycock 2024
</footer>
</div>
Expand Down
Loading

0 comments on commit 06c20e4

Please sign in to comment.