Skip to content

Instantly share code, notes, and snippets.

View trickybestia's full-sized avatar
🚀
Launching a new project!

trickybestia

🚀
Launching a new project!
  • Moscow, Russia
  • 17:18 (UTC +03:00)
View GitHub Profile
@schleumer
schleumer / lefile.md
Last active April 14, 2021 07:24
My ArchLinux setup

Steps to set up a Arch Linux

Install vim <3

pacman -Syu

pacman -S vim

Create partition

fdisk /dev/sda

Format partition

@davidfowl
davidfowl / dotnetlayout.md
Last active July 22, 2024 09:49
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/
@avinash-oza
avinash-oza / boot-from-ram-debian.md
Last active June 10, 2024 03:37
How to boot from RAM on debian
@fbaierl
fbaierl / ForkMITLicensedProject.md
Created November 6, 2018 14:17
HOWTO fork a MIT licensed project

No, you are not allowed to change the copyright notice. Indeed, the license text states pretty clearly:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

But you are allowed to add a copyright notice.

If you want to keep the MIT license, which is what I would advise you to do, you only need to add a single line to the license file, before or after Copyright (c) 2012 Some Name with your own copyright notice. The final LICENSE file will look like this:

The MIT License (MIT)

@NEK-RA
NEK-RA / .guide - Running Cloudflare Wrangler in the cloud IDE.md
Last active November 25, 2021 05:23
Running Cloudflare Wrangler in the cloud IDE

What is it

Cloudflare Wrangler is a

CLI tool designed for folks who are interested in using Cloudflare Workers. quote from Github Repository - https://github.com/cloudflare/wrangler

Cloudflare Workers is a service, where you can host javascript code, which will run when you open it's URL. There is no access to filesystem or direct connections to databases, but you can check examples in official docs to decide if you need that or not.

Target of this Repl(project)

Смотрим фильмы/сериалы/видеоролики вместе в 2022 году

Часто ли у вас появлялось желание вместе посмотреть фильм, сериал или просто какой-то видеоролик? А часто ли у вас получалось это сделать? А в желаемом качестве и с желаемой озвучкой?

Если хотя бы один из ответов на два последних вопроса - "нет", то милости прошу! Сейчас вы научитесь смотреть что угодно вместе с кем-то прямо через интернет, не прибегая к использованию различных сервисов, обвешанных рекламой и ограничениями.

Всё упоминаемое далее ПО является свободным. Его исходный код находится в открытом доступе и разивается силами сообщества.

Так что нужно сделать?