-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
85 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
items: | ||
- Dreamacro/clash | ||
- Psiphon-Inc/psiphon | ||
- getlantern/lantern | ||
- shadowsocks/shadowsocks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
display_name: fantasy-game | ||
topic: fantasy-game | ||
related: fighting-fantasy, cyoa, choose-you-own-adventure | ||
related: fighting-fantasy, cyoa | ||
short_description: A genre of video game. | ||
--- | ||
A genre of game, where players assume the roles of characters and act out fantastical adventures. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
aliases: iac | ||
display_name: Infrastructure as code | ||
short_description: Infrastructure as code is a way to manage environment packages as code instead of manual installation and mantainance. | ||
related: cloud-computing, devops, containerization, as-code, everything-as-code, container-orchestration, infrastructure-as-a-service, provisioning, infrastructure-drift | ||
topic: infrastructure-as-code | ||
wikipedia_url: https://en.wikipedia.org/wiki/Infrastructure_as_code | ||
--- | ||
Nowadays, developers strive to have as identical environments for production, staging and development as possible to rule out any infrastructure interferance. Therefore, instead of installing and maintaining packages manually, **infrastructure** is defined and managed **as code**. Container orchestration solutions and version control systems help keeping all environments in sync and changes transparent. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
created_by: Kris Zyp, Francis Galiegue, Gary Court, Austin Wright, Henry Andrews, Ben Hutton, and Greg Dennis | ||
aliases: jsonschema | ||
display_name: JSON Schema | ||
logo: json-schema.png | ||
released: '2009' | ||
short_description: JSON Schema is a vocabulary that allows you to validate, annotate, and manipulate JSON | ||
documents. | ||
topic: json-schema | ||
url: https://json-schema.org/ | ||
related: json | ||
--- | ||
While JSON is probably the most popular format for exchanging data, **JSON Schema** is the vocabulary that enables JSON data consistency, validity, and interoperability at scale. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,35 @@ | ||
--- | ||
aliases: laravel4, laravel5, laravel54, laravel55, laravel-framework, laravel6 | ||
aliases: laravel4, laravel5, laravel54, laravel55, laravel-framework, laravel6, laravel7, laravel8, laravel9, laravel10 | ||
created_by: Taylor Otwell | ||
display_name: Laravel | ||
github_url: https://github.com/laravel | ||
logo: laravel.png | ||
related: framework, php | ||
related: framework, php, symfony, eloquent, mvc, syntactic-sugar, codeigniter, blade-template, php-artisan, october-cms | ||
released: June 2011 | ||
short_description: The PHP Framework for Web Artisans. | ||
topic: laravel | ||
url: https://laravel.com/ | ||
wikipedia_url: https://en.wikipedia.org/wiki/Laravel | ||
--- | ||
Laravel is a popular PHP framework, used for the development of MVC web applications. | ||
**Laravel** is a popular PHP framework, used for the development of MVC web applications, based on [Symfony](https://github.com/topics/symfony) and created as an attempt to provide a more advanced alternative to [CodeIgniter](https://github.com/topics/codeigniter). | ||
|
||
# [Versions](https://laravel.com/docs/10.x/releases#versioning-scheme) | ||
[**v4**](https://github.com/topics/laravel4) ([v4.2](https://github.com/topics/laravel42)) • [**v5**](https://github.com/topics/laravel5) ([v5.1](https://github.com/topics/laravel51) • [v5.2](https://github.com/topics/laravel52) • [v5.3](https://github.com/topics/laravel53) • [v5.4](https://github.com/topics/laravel54) • [v5.5](https://github.com/topics/laravel55) • [v5.6](https://github.com/topics/laravel56) • [v5.7](https://github.com/topics/laravel57) • [v5.8](https://github.com/topics/laravel58)) • [**v6**](https://github.com/topics/laravel6) • [**v7**](https://github.com/topics/laravel7) • [**v8**](https://github.com/topics/laravel8) • [**v9**](https://github.com/topics/laravel9) • [**v10**](https://github.com/topics/laravel10) | ||
|
||
# Packages | ||
* [Valet](https://github.com/topics/valet) | ||
* [Homestead](https://github.com/topics/homestead) | ||
* [Cashier](https://github.com/topics/laravel-cashier) | ||
* [Socialite](https://github.com/topics/laravel-socialite) | ||
* [Passport](https://github.com/topics/laravel-passport) | ||
* [Scout](https://github.com/topics/laravel-scout) | ||
* [Dusk](https://github.com/topics/laravel-dusk) | ||
* [Horizon](https://github.com/topics/laravel-horizon) | ||
* [Telescope](https://github.com/topics/laravel-telescope) | ||
* [Sanctum](https://github.com/topics/laravel-sanctum) | ||
* [Jetstream](https://github.com/topics/laravel-jetstream) | ||
* [Sail](https://github.com/topics/laravel-sail) | ||
* [Echo](https://github.com/topics/laravel-echo) | ||
* [Inertia](https://github.com/topics/inertiajs) | ||
* [Livewire](https://github.com/topics/livewire) | ||
* [Nova](https://github.com/topics/laravel-nova) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
aliases: object-oriented-programming, object-oriented-design | ||
created_by: MIT, Alan Kay | ||
display_name: Object-oriented programming (OOP) | ||
released: 1960 | ||
short_description: Object-oriented programming is a programming paradigm based on the concept of objects fundamental to many programming languages. | ||
topic: oop | ||
wikipedia_url: https://en.wikipedia.org/wiki/Object-oriented_programming | ||
related: procedural-programming, open-closed-principle, inheritance, polymorphism, orm, functional-programming, event-driven-programming | ||
--- | ||
**Object-oriented programming** (**OOP**) is a programming paradigm based on the concept of objects fundamental to many programming languages, including [Java](https://github.com/topics/java) and [C++](https://github.com/topics/cpp). OOP can be devided in two sub types: class-based (or "classical") and prototype-based OOP (found in [JavaScript](https://github.com/topics/javascript), for example). | ||
|
||
Object-oriented programming has several advantages over procedural programming: | ||
* OOP provides a clear structure for the programs | ||
* OOP helps to keep the code DRY "Don't Repeat Yourself", and makes the code easier to maintain, modify and debug | ||
* Logic can be abstracted, encapsulated, composed, inherited and decoupled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters