Skip to content

Instantly share code, notes, and snippets.

View anis016's full-sized avatar

Sayed Anisul Hoque anis016

View GitHub Profile
@anis016
anis016 / add_pycharm_launcer
Last active March 8, 2020 19:21 — forked from rob-murray/add_intellij_launcer
Add pycharm launcher shortcut and icon for ubuntu
// create file:
$ sudo touch /usr/share/applications/pycharm.desktop
$ sudo vim /usr/share/applications/pycharm.desktop
[Desktop Entry]
Version=1.0
Name=PyCharm
GenericName=IDE
Exec="/home/ghost016/IDE/pycharm-community-2019.3.3/bin/pycharm.sh" %f
@anis016
anis016 / hiring_developers
Created March 18, 2017 22:04 — forked from markalanevans/hiring_developers
Job Hiring Boards
Coding:
http://jobs.readwriteweb.com/
http://noodleyard.com/
http://angel.co/jobs
http://startuply.com/
http://jobs.37signals.com/
http://www.dice.com/
http://jobs.github.com/
http://www.craigslist.org
http://news.ycombinator.com/jobs
@anis016
anis016 / List.md
Created April 2, 2016 17:41 — forked from msurguy/List.md
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):

@anis016
anis016 / 01_Laravel 5 Simple ACL manager_Readme.md
Created March 19, 2016 21:01 — forked from amochohan/01_Laravel 5 Simple ACL manager_Readme.md
Laravel 5 Simple ACL - Protect routes by an account / role type

#Laravel 5 Simple ACL manager

Protect your routes with user roles. Simply add a 'role_id' to the User model, install the roles table and seed if you need some example roles to get going.

If the user has a 'Root' role, then they can perform any actions.

Installation

Simply copy the files across into the appropriate directories, and register the middleware in App\Http\Kernel.php