Git Product home page Git Product logo

baduit / yololtranslator Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 526 KB

C'est un projet composé d'un programme en C++, d'une api rest et d'un bot discord en nodejs pour traduire du texte normal en un texte écrit par un kikoulol avec plein d'abréviations et de fautes.

Home Page: https://yololtranslate-api.baduit.eu/

C++ 43.39% CMake 45.32% JavaScript 3.05% HTML 1.35% CSS 3.28% Python 2.56% Dockerfile 1.05%
cpp cpp11 cpp14 cpp17 discord discord-bot discord-js fun javascript js node-js nodejs nodejs-server rest rest-api rest-server restful restful-api translate translation

yololtranslator's Introduction

Who am I ?

I'm a young french developper living in Nantes and working at GoPro.

My favourite programming language is C++, well modern C++, because before C++11 a lot of things are really frustrating to do and when you have tried C++17, it is hard to use something older. Now that I have tasted C++20 I think I will never make any pet project in an older standard because it has so much new useful features.

Sometimes I also like to make little projects in javascript (with node.js) or python but I'm not as fluent in these languages as I am in C++.

Also I did some little stuff in C# but I can't really say I have experience in this language.

And now I'm currently leanring Rust and I love it! I hope one day I'll have time to learn a bit of Ada.

My articles

I have a blog made with Github pages and Jekyll: https://baduit.github.io/

yololtranslator's People

Contributors

baduit avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

yololtranslator's Issues

Add a bot for slack

We use it at work, it could be nice.

I don't want to use subprocesses or rely on node-ffi(-napi) (because it is pain in the ass) so nodejs is probably out of the table. I could :

  • Write it in C++, but I didn't find any library with the needed features, so I would need to write my own library => more work but interesting
  • Compile the core to wasm and load it with nodejs => not really a fan of the idea
  • Use an other langage with a library for slack and an really easy integration with C

Rework the discord bot

The bot is actually relying on node-ffi which is not maintained anymore, the alternative node-ffi-napi is not ideal because installing it rely on compiler and node version and it is a pain in the ass.

With https://github.com/luccanunes/discord.cpp I could use the same stack for the core and the bot, building and deploying would be nice.

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.