Skip to content

Instantly share code, notes, and snippets.

View alldevic's full-sized avatar
:octocat:

Nikolay Bely alldevic

:octocat:
View GitHub Profile
@alldevic
alldevic / Makefile
Last active October 4, 2022 07:33
pgadmin
#!/usr/bin/make
include .env
SHELL = /bin/sh
CURRENT_UID := $(shell id -u):$(shell id -g)
export CURRENT_UID
COMPOSE_FILE := docker-compose.yml
@alldevic
alldevic / task.md
Last active November 6, 2020 00:54

2048, алгоритм гуглится, переносится с одного языка на другой

v1 - одиночная, 2 недели

  • 4х4
  • 2048
  • счет

v2 - одиночная, 1 неделя, в порядке исключения разрешается сторонняя помощь

  • режимы 3х3 4х4 5х5
  • 1024 2048 4096 бесконечность
@alldevic
alldevic / #README.md
Last active April 21, 2020 03:33
Svelte+sapper dockerize

Svelte+sapper dockerize sample

Revision history:

  1. Add revision history
  2. Sync versions of nodejs in dev and prod images
  3. Fix incorrect nodejs version in dev image
  4. Add mode ingores from template .gitignore, remove unnecessary "npm cache clean"
  5. Add Makefile with current user, list of images, .env
  6. Fix revision history
using System;
using System.IO;
using System.Linq;
using System.Text;
namespace ConsoleApplication10
{
internal class Program
{
public static void Main(string[] args)
using System;
namespace ConsoleApplication9
{
internal class Program
{
public static void Main(string[] args)
{
int x, y;
byte red, green, blue;
using System;
using System.IO;
using System.Linq;
using System.Text;
namespace ConsoleApplication7
{
class Program
{
static void Main(string[] args)
using System;
namespace ConsoleApplication6
{
internal class Program
{
public static void Main(string[] args)
{
var n = 5;
var step = 2;
using System;
namespace Taylor
{
internal class Program
{
public static void Main(string[] args)
{
double xbegin, xend, dx, eps;
using System;
namespace ConsoleApplication3
{
internal class Program
{
public static void Main(string[] args)
{
int n = 5, m = 3;
int[,] matrix = GenerateMatrix(n, m);
using System;
namespace Taylor
{
internal class Program
{
public static void Main(string[] args)
{
double xbegin, xend, dx, eps;