Code Monkey home page Code Monkey logo

beautiful-listing's Introduction

Hi 👋, I'm Andrew

A middle fullstack developer from Russia

  • 🔭 I’m currently working on Aurora Launcher

  • 🌱 I’m currently learning all about backend

  • 👨‍💻 All of my projects are available at github :)

  • 💬 Ask me about js/node.js/ts and other

  • 📫 How to reach me discord/telegram

Connect with me:

Xsb7Yjp

Currently working with:

My Skills

Previously worked with:

My Skills

and many other things...

I study it in my spare time:

My Skills

Stats

jocat

stats

stats stats

stats stats

stats

stats

jocat

beautiful-listing's People

Contributors

jocat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

beautiful-listing's Issues

Axios

Как можно реализовать POST, чтобы получить список серверов в виде json?

Nginx and async download

Как сделать, чтобы при скачивании с облака, можно было переходить в другие диррективы. В моём случае виснет и, пока не скачается файл, нельзя перемещаться.

Конфиг nginx:
`server {
listen 80 default_server;
listen [::]:80 default_server;

    index index.html index.htm index.nginx-debian.html;

    server_name mirror-sky.xyz;

    location / {
    root /var/www/mirror;
    add_header 'Access-Control-Allow-Origin' '*';
autoindex on; # �������� ����� ��������� ������
autoindex_localtime on; # ������� ����� � �������� �������� � ��������� ��������� ����
autoindex_exact_size off; # ��������� ������� ������ � �������� �������� �� ��������, �������� � ��������
sub_filter '<html>' ''; # ������� � ������� �������� �� ������ ��� ����
sub_filter '<head><title>Index of $uri</title></head>' '';
sub_filter '<body>' '';
sub_filter '<h1>Index of $uri</h1><hr>' '';
sub_filter '<hr></body>' '';
sub_filter '</html>' '';
sub_filter_once on; # �������� ����������� ������������ ��������
add_before_body /.html/header.html; # ���������� "�����" �����
add_after_body /.html/footer.html; # ���������� "������" �����
    }

}
`
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.