Skip to content

Instantly share code, notes, and snippets.

View t9toqwerty's full-sized avatar
🎯
Focusing

RAHUL K JHA t9toqwerty

🎯
Focusing
View GitHub Profile
@paramaggarwal
paramaggarwal / README.md
Last active April 9, 2023 18:08
How to authorise Audible in Books app on macOS Big Sur

How to authorise Audible in Books app on macOS Big Sur

As of this writing the token auth flow is broken due to the following reasons:

  1. The country based override causes failure of the "Activate in iTunes" button to show up.
  2. Once the button exists, it attempts to open the Music app rather than the Books app.

Step 0

Before attempting any of this, go to Audible library and download your audiobook and open it, it will get added to Books app on macOS. Now try to play it and it will as for permission to authorise it.

@lukevers
lukevers / LaravelInterviewQuestions.md
Created October 23, 2015 15:23
Laravel Interview Questions

Laravel 5 Interview Questions

This is a compiled list of Laravel interview questions. If Laravel is an engineer's PHP framework of choice, they definitely have potential to be a good candidate, but a lot of new PHP engineers have been into Laravel too. The framework itself is very welcoming to newcomers, which makes it easy for beginners to feel that they know more than they really do.

General Questions

1. How long have you been using Laravel?

This question can help decide what level of questions to ask.

# Before Script
before_script:
- composer self-update
- composer install --prefer-dist > /dev/null
- cp .env.example .env
- php artisan key:generate
- php artisan migrate:refresh
# Services
services:
@JeffreyWay
JeffreyWay / .vimrc
Last active January 22, 2024 11:42
My .vimrc file
set nocompatible " Disable vi-compatibility
set t_Co=256
colorscheme xoria256
set guifont=menlo\ for\ powerline:h16
set guioptions-=T " Removes top toolbar
set guioptions-=r " Removes right hand scroll bar
set go-=L " Removes left hand scroll bar
set linespace=15