Giter Site home page Giter Site logo

yozuk / yozuk Goto Github PK

View Code? Open in Web Editor NEW
38.0 1.0 5.0 1.87 MB

Chatbot for Programmers

Home Page: https://yozuk.com

License: MIT License

Rust 97.68% Shell 0.52% JavaScript 0.31% TypeScript 1.50%
nlp bot rust telegram-bot chatbot developer-tools command-line-tool telegram text-based

yozuk's Introduction

yozuk

Yozuk

GitHub license Rust dependency status crates.io WAPM package Telegram: YozukBot Discord: Yozuk#6060

Overview

Yozuk is a bot designed for helping programmers with trivial tasks such as UUID generation, digest calculation and timestamp conversion.

  • Human-friendly: With a combination of machine-learning and pattern-matching NLP, Yozuk infers the meaning of your requests so you don't have to remember the exact syntax of commands.

  • Transparent: Fully open-source, no external dependency, no internet access and no tracking. Your data is completely under your control.

  • Cross-platform: In addition to WebAssembly support (Web browser and WASI), Yozuk runs natively on Windows, macOS, Linux, Android and iOS.

What can Yozuk do?

For example...

  • UUID generation

    >>> generate 3 uuids
    7a4ef819-c6b1-4e12-a446-d108db66bd9d
    b4c3ae2d-601b-416f-bf06-ef4540206d2f
    dce35c4e-974f-4bc7-8a5f-7e2f0d0820ba
    
  • Calculation

    >>> (12345 + 43) * sqrt(5)
    27700.41010526739852
    
  • Dummy text generation

    >>> 25 words lorem ipsum
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis.
    
  • Digest calculation

    >>> "Sphinx of black quartz, judge my vow!" to sha384
    0dd8b5542f71641b2bfe5b55c8f3e1e092777b7f8b6b0eae14089f7af3a67d57093a7c19c21d003c11e8cceae6b9e29e
    
  • Base64 decoding

    >>> 8J+MuPCfjLzwn42E8J+Mvw==
    πŸŒΈπŸŒΌπŸ„πŸŒΏ
    
  • ...and so on!

    The comprehensive skill list is here.

Getting Started

Documentation

https://docs.yozuk.com

Online Demo

Command-Line App

Yozuk works as a standalone single executable called zuk.

asciicast

Gitpod

Open in Gitpod

Pre-built binaries

Other Platforms

Homebrew

brew tap yozuk/yozuk
brew install zuk

Cargo

cargo install zuk

WAPM

wapm install yozuk/zuk

Libraries

Rust

TypeScript / JavaScript

Credits

Yozuk was inspired by the following projects:

yozuk's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

yozuk's Issues

Feature request

Hi, i kinda like your project. Do you have any feature on your plate to implement later? I can use my mediocre coding skill to contribute to the project.

[skill-calc] Support basic mathematical functions

Add the following functions to skill-calc.

  • floor(x)
  • round(x)
  • ceil(x)
  • abs(x)
  • exp(x)
  • sqrt(x)

Note that since skill-calc uses BigDecimal, which has a limited number of mathematical functions, we need additional implementation to support functions such as sin(x).

Example

Input

round(5.5) + sqrt(4)

Output

8

[skill-dice] Coin flipper

Add coin flipping to skill-dice.

Example

Input

flip a coin heads or tails πŸͺ™

Output

πŸͺ™ Tails
πŸͺ™ Heads

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.