Skip to content
View lucablackwell's full-sized avatar
๐ŸŒธ
Did you know you have rights? The constitution says you do, and so do I!
๐ŸŒธ
Did you know you have rights? The constitution says you do, and so do I!
Block or Report

Block or report lucablackwell

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
lucablackwell/README.md

Hello there!

(General Kenobi)

I'm Luca Blackwell!

What I work with:

  • PHP (Laravel)
  • Blade
  • Markdown

What I've dabbled in:

  • Bash (short scripts for swapping containers around)
  • Python (my first language, used for Computer Science at GCSE)
  • Go

What I'm currently working on:

Links:

Pinned Loading

  1. eXit eXit Public

    Forked from sinfulz/eXit

    A PHP (previously Python) version of the eXit game in Mr Robot.

    PHP

  2. heroica heroica Public

    An (loose) adaptation of the Lego board game Heroica

    PHP

  3. deadhouse.php deadhouse.php
    1
    <?php
    2
    
                  
    3
    # Colours
    4
    function cyan($text) {
    5
        return "\e[0;36m$text\e[0m";
  4. php password generator, one-liner or... php password generator, one-liner or interactive - substitutes letters for numbers, makes sure there are caps and punctuation
    1
    <?php
    2
    # generates password
    3
    
                  
    4
    # Colours
    5
    function blue($text) {
  5. script that quickly switches between... script that quickly switches between docker instances, or starts the chosen one if nothing is running
    1
    #!/bin/bash
    2
    # Swaps local docker instances
    3
    # (I recommend making an alias to call the script)
    4
    
                  
    5
    # Directory names will need changing for your needs!
  6. Onelinerhub/onelinerhub Onelinerhub/onelinerhub Public

    Thousands of code solutions with clear explanation @ onelinerhub.com

    PHP 801 159