Skip to content

Instantly share code, notes, and snippets.

@26e45ee
26e45ee / index.html
Created May 4, 2024 16:06
[Tailwind] E-Ticket
<body class="bg-white flex justify-center items-center min-h-screen px-4
before:bg-[url('https://images.pexels.com/photos/139366/pexels-photo-139366.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1')]
before:inset-0
before:m-auto
before:fixed
before:opacity-30
before:bg-cover
before:bg-center
before:-z-10
">
@choco-bot
choco-bot / Install.txt
Created May 4, 2024 16:05
exfat7z v1.1.1 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
@ssinelnik
ssinelnik / git_new_features.txt
Created May 4, 2024 16:04
Git commands help for control app versions
создать репозиторий на гитхабе;
создать пустую директорию и перейти в неё;
git clone https://github.com/ssinelnik/test-guru.git - клонировать репозиторий по https протоколу;
git branch - показать ветки;
git branch develop - создать новую ветку;
git checkout develop - перейти на ветку develop;
git add . - зафиксировать изменения в ветке develop после редактирования;
git commit -m "Add App module" - закомитить изменения;
git log - просмотреть историю коммитов и измений;
git branch feature/auth - создать ветку feature/auth (в этой ветке находится какая-то фича, либо фикс);
U2FsdGVkX1/Z2X6/jMZZn4PWX8UtaN+qIWffouwAd9yr69bGbMwr1dlNz1LK/R1UyEAqM9RdwbWbFXLGYpKjqBGVrqsWqWJwGoJO5oLQu/mRwWt/JaFrfBwu2HIPA4apRNqxYTWKhZI79RsPgvfY+xi4EyDuO7CbSijYgZcF3QgExQuKNlbrtk2LDKsc9zcth87ZgFdgQDnMx31ylC7OSN0oJL/jgnGSVPz/yplPcPjWgJUoVpkeKIisjOVjrsl+L7qZR+Lv/mZh51pNYnAO778FJDXa6Cg1l1NHWe/iZ3WWBdjbHzJ0thvq4x3cmxvy22vmOMV+AmG11oLG+r/O8CrZ4I+w4CdzXxokqvVraPUb4PmQSHRZTEupL5BrQMHssXUroPqxFV8EvLGYDDIIBLo7t1kpDkKumtFGFMXqn9jsxRCMKMhfO3A69dgWoUY27Utpa79LFyqWYvXywjJ+h5iVfKzLKwUAe1eRWX+R/8qxYmoM/JAzqEmg/8rwyCRGs2FBDmlAz/QawVzC2vgCTSPc9hVZjwr+NK9ScYvk/y6So3xoa6CcGUU+Anwx7jPGAoWGkW69Ht0XINvW0yIrWv53ObEnqhK9V2/HeUxmovbmA5FjaU7PO1GTO4pPsemvIqqHa0mWweoW6NesA8CZKISsHGbN0Wqpa1IFnGxHj9OTT7WqL5tCelRlhBBYtCWgV5PCxn7vYbuJwFrOCLAdGdVVGKGoWoRjLiv6G+/80lOiYIECNYYj9VD/GChetEs3tywbVcEGuZxlcKo7oCQdqV7NZWpZcLf1A35eDLv6Pu/1R6Kj8H83sU6DB1uGYn0fa6JGBTDmkGQbOahLOvs41tt0X5PRFbXDmiI8LdQCcZfTrq27YF1p8fPTl/B+RhsEy/xu0Ydj/e4fDFus/ieEJc60WhUhBoWGsBVj2VLEL5100hUW1Q+5ZRIM2ekN1fy/LLH1wwmOlU+YwRG/zcElqBQ5xkriTyF52VE8UNjJWvl0QadtwPg0p5uDBQu/VXDD
@choco-bot
choco-bot / Install.txt
Created May 4, 2024 16:04
Kubergrunt v0.7.3 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
@tiendnm
tiendnm / snippets.json
Created May 4, 2024 16:03
Visual Studio Code Snippet for ReactJS
{
"Console Log": {
"scope": "javascript,typescript,javascriptreact,typescriptreact",
"prefix": "cl",
"body": ["console.log($1);"]
},
"Console Warn": {
"scope": "javascript,typescript,javascriptreact,typescriptreact",
"prefix": "cw",
"body": ["console.warn($1);"]
{
"meta": {
"name": "Open Dictionary",
"version": "1.0.0",
"lang": "en",
"created_at": "2018-01-02",
"updated_at": "2024-05-04",
"credits": [
"karsus",
"Rubens Pischedda"
@choco-bot
choco-bot / Install.txt
Created May 4, 2024 16:02
3dsmax v2022.2400923 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<audio controls>
<source src="background_music.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
Maintainers:
obadz: spdlog, spdlog, spdlog, spdlog