Skip to content

Instantly share code, notes, and snippets.

View lharby's full-sized avatar
💭
Actively looking for a new role

Luke Harby lharby

💭
Actively looking for a new role
View GitHub Profile

This company sells counterfeit goods. They operate illegally.

Despite having a returns policy, they force customers to use their own DHL service charging €20 which they claim is non-refundable.

So they are profiteering from selling counterfeit goods, and then extorting money from customers who wish to return items.

AVOID.

<cfscript>
function getImages(string catname) {
var imageData = queryNew(
"Category, file, title, year",
"varchar, varchar, varchar, integer",
[
{
"Category":"Still-Life",
"File":"01.jpg",
<cfscript>
imageData = queryNew(
"section, file, title, year",
"varchar, varchar, varchar, integer",
[
{
"Section":"Still-Life",
"File":"01.jpg",
"Title":"Fernet Branca",
"Year":2015
@lharby
lharby / SassMeister-input-HTML.html
Created June 25, 2015 09:08
Generated by SassMeister.com.
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
<li>d</li>
<li>e</li>
<li>f</li>
<li>g</li>
<li>h</li>
<li>i</li>