Giter Site home page Giter Site logo

z-example's Introduction

Z-Example

Linux Build Status MacOS Build Status

This package provides several examples using ZHaskell libraries, demonstrating usability and performance.

๐Ÿฅ Simple-File-Sync ๐Ÿฅ

Automaticly run rsync if change happens. This will helps if you do development on remote machines, but use local file editors.

Config example: simple-file-sync.yaml

๐Ÿฅ LSP-Network ๐Ÿฅ

A small tool that help you communicate with language server through network(tcp) instead of stdio.

Source code: LSP-Network

N.B. You must keep your server projects synchronously with your local projects, including directory structure.

โญ You can use docker volumes on server to keep the same project structure as your locals. And a SimpleFileSync to sync your projects.

Quickstart

On server:

z-lsp-network-server --host 0.0.0.0 --port 3001

On client, set your lsp-client plugin:

z-lsp-network-client --host <your-server-ip> --port 3001 --projects lsp-network-client.yaml

TODO

  • Enable TLS.
  • Enable password proteced connection.

๐Ÿฅ Other ๐Ÿฅ

  • wc, simple word counter with same performance with system wc.
  • guess-std-type, provide infos on how stdout is connected.

z-example's People

Contributors

4euep avatar winterland1989 avatar

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.