Skip to content

Instantly share code, notes, and snippets.

View AzadGh95's full-sized avatar
😃
Programming is fun ... at least useful.

Azade Ghasemi AzadGh95

😃
Programming is fun ... at least useful.
View GitHub Profile
@sajaddp
sajaddp / CollectionPaginate.md
Last active November 15, 2022 10:11
Laravel Collection Paginate

In new versions of Laravel, you can create your own paginate. Source: https://laravel.com/docs/9.x/pagination

use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Collection;

/**
* @param  Collection  $collection
* @param int $perPage
@hakerdefo
hakerdefo / sources.list
Last active June 29, 2024 03:19
Ubuntu 22.04 LTS (Jammy Jellyfish) complete sources.list
deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
@EvanHerman
EvanHerman / bootstrap-alert.css
Created March 17, 2018 13:09
Bootstrap Alert CSS
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
@roachhd
roachhd / README.md
Created December 8, 2014 23:09
Games on GitHub

Games on GitHub

Below is a list of open source games and game-related projects that can be found on GitHub - old school text adventures, educational games, 8-bit platform games, browser-based games, indie games, GameJam projects, add-ons/maps/hacks/plugins for commercial games, libraries, frameworks, engines, you name it.

Contributing

If you'd like to add a repository to the list, please create an Issue, or fork this repository and submit a pull request.

Help: MarkDown Help, Markdown Cheatsheet