Skip to content
View AlanGabbianelli's full-sized avatar
🇪🇺
https://nohello.club/
🇪🇺
https://nohello.club/

Highlights

  • Pro
Block or Report

Block or report AlanGabbianelli

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. associate-file-extensions associate-file-extensions Public

    Associate various file extensions with a specified application on macOS

    Shell

  2. IAmAPeaceBot IAmAPeaceBot Public

    Rails app that powers https://twitter.com/IAmAPeaceBot 🤖🐦

    Ruby

  3. Get list of possible URLs for Settle... Get list of possible URLs for Settle in the UK smart answer and check that they all return 200
    1
    # To run in publisher in production
    2
    # $ gds govuk connect app-console -e production publisher
    3
    
    
    4
    base_url = "https://www.gov.uk/settle-in-the-uk/y"; nil
    5
    @edition = SimpleSmartAnswerEdition.published.find_by(slug: "settle-in-the-uk"); nil
  4. Bluetooth.md Bluetooth.md
    1
    # Problem
    2
    Failing to connect/pair the `Caseflex BT Keyboard` to a Laptop running Ubuntu MATE 16.04 via bluetooth
    3
    
    
    4
    # Solution
    5
    - Restart bluetooth: `sudo /etc/init.d/bluetooth restart`
  5. Apipie concerns Apipie concerns
    1
    # A common concern,include into all doc modules
    2
    # 
    3
    module BaseDoc
    4
      include Apipie::DSL::Concern
    5
    
    
  6. PostgreSQL and pgAdmin PostgreSQL and pgAdmin
    1
    Mac:
    2
    brew update
    3
    brew install postgresql
    4
    brew tap homebrew/services (if services not present)
    5
    brew services start postgresql