Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
*.conf text eol=lf | |
*.config text eol=lf | |
*.sh text eol=lf |
# Requires: | |
# Set-ExecutionPolicy RemoteSigned -s CurrentUser | |
# Install apps | |
iex (New-Object Net.WebClient).DownloadString('https://get.scoop.sh') | |
scoop install git | |
scoop bucket add extras | |
scoop install vscode |
version: '3' | |
services: | |
authenticate: | |
image: "quay.io/dtan4/nginx-basic-auth-proxy:latest" | |
ports: | |
- 80:80 | |
environment: | |
- BASIC_AUTH_USERNAME=username | |
- BASIC_AUTH_PASSWORD=password | |
- PROXY_PASS=http://nuget.julian.wtf/ |
Have a repository on GitHub? Planning on making a repository on GitHub? This checklist is intended to introduce you to various features that may help you make the most of your GitHub repository with specific recommendations for C# repositories.
These are only suggestions.
They may not be appropriate for all repositories.
They are in no particular order.
Click each item to expand for more information.
Zig aims to be a simple language. It is not easy to define what simple exactly means, but zig is also a low-level programming language that aims for c-compatibility. To reach this goal, it needs good semantics in its type system so that developers have a complete toolbox to manipulate data.
So types in zig are composable, but this can become rapidly overwhelming. See those examples. Are you able to understand them at a glance, as soon as you read them?
*const ?u8
?*const u8
*const [2]u8
These reports track the Pub ecosystem's migration from CocoaPods to Swift Package Manager.
This data was generated on 2024-10-06 using pub insights: https://github.com/loic-sharma/pub_insights
.podspec
file..modulemap
file.