See how a minor change to your commit message style can make a difference.
git commit \ -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit \ -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
// Place your key bindings in this file to override the defaults | |
[ | |
{ | |
"key": "cmd+i", | |
"command": "composerMode.agent" | |
}, | |
{ | |
"key": "y", | |
"command": "filesExplorer.copy", | |
"when": "explorerViewletFocus && !inputFocus" |
Meta (Instagram, Facebook) | |
// Узлы | |
157.240.253.174, 157.240.253.172, 157.240.253.167, 157.240.253.63, 157.240.253.32 | |
157.240.252.174, 157.240.252.172, 157.240.252.167, 157.240.252.63, 157.240.252.38 | |
57.144.112.34, 57.144.110.1, 157.240.205.174 | |
// Подсети | |
213.102.128.0/24 | |
204.15.20.0/22 | |
199.201.0.0/16 |
<html lang="en" > | |
<head> | |
<meta charset="UTF-8"> | |
<title>CodePen - Sitio en Construccion</title> | |
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,800" rel="stylesheet"> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> | |
<link rel="stylesheet" href="./style.css"> | |
</head> | |
<body> |
# SwiftUI Best Practices for iOS App Development | |
When generating code, finding bugs, or optimizing SwiftUI projects, follow these guidelines: | |
Never modify files without my consent. | |
Only work on the exact feature I request. | |
Don't duplicate files or functionalities. | |
## General Guidelines |
comment = {Proprietary Models} | |
comment = {GPT-4} | |
@article{openai2023gpt4, | |
title={GPT-4 Technical Report}, | |
author={OpenAI}, | |
journal={arXiv preprint arXiv:2303.08774}, | |
year={2023} | |
} |
Note: This gist may be outdated, thanks to all contributors in comments.
adb
is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
;; File has moved over to https://github.com/kaushikgopal/dotfiles/blob/master/.karabiner.edn | |
;; Feel free to raise github issues in that repo, if you have questions/comments/edits |
This is a short outline of how to install the C++ workload with Visual Studio or the build tools using winget.
To find VS releases with winget use search.
winget search buildtools
The install command will install the VS installer with the core of the selected product installed. That isn't much. So if you use either of these commands to insll VS or the build tools you will need to launch the VS installer afterwards and select the relevant C++ workloads you need.
winget install Microsoft.VisualStudio.2022.BuildTools
winget install Microsoft.VisualStudio.2022.Community