Skip to content
View AlexJLP's full-sized avatar
🍅
Focusing
🍅
Focusing

Organizations

@compsoc-edinburgh @Twilight-Travelers-FFXIV
Block or Report

Block or report AlexJLP

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. edinburghsocietea/edinburghsocietea.github.io edinburghsocietea/edinburghsocietea.github.io Public

    Edinburgh SocieTea website

    JavaScript 1

  2. Opencart Countries to seperate Geozones Opencart Countries to seperate Geozones
    1
    -- Adds all countries as geo zones individually
    2
    INSERT INTO oc_zone_to_geo_zone (country_id, geo_zone_id) SELECT `country_id`, `geo_zone_id` FROM `oc_country`, `oc_geo_zone` WHERE oc_country.name = oc_geo_zone.name