Skip to content

Instantly share code, notes, and snippets.

View luxplanjay's full-sized avatar
:shipit:
Just doing corona things

Alexander Repeta luxplanjay

:shipit:
Just doing corona things
View GitHub Profile
@luxplanjay
luxplanjay / flex-basis-calc.css
Last active April 10, 2025 17:07
Формула расчёта ширины flex-элемента в сетке
.element {
flex-basis: calc((100% - кол-во маржинов в строке * значение маржина) / кол-во элементов в строке);
}
@luxplanjay
luxplanjay / nodejs.yml
Created November 5, 2020 13:31
Деплой по ftp с github actions
name: Node.js CI
on:
push:
branches:
- master
jobs:
FTP-Deploy-Action:
name: Build and publish via FTP
runs-on: ubuntu-latest
steps:
@luxplanjay
luxplanjay / notes.json
Created September 24, 2025 14:16
NoteHub API base notes collection
[
{
"title": "Buy groceries",
"content": "Milk, eggs, bread, coffee",
"tag": "Shopping"
},
{
"title": "Weekly meeting notes",
"content": "Discussed Q3 goals and deadlines",
"tag": "Meeting"
@luxplanjay
luxplanjay / students.json
Created September 24, 2025 14:25
Students dashboard API base collection
[
{
"_id": {
"$oid": "65ca67e7ae7f10c88b598375"
},
"name": "Abel Gibson-Jakubowski",
"age": 15,
"gender": "male",
"avgMark": 10.6,
"onDuty": false,