Giter Site home page Giter Site logo

mikack's Introduction


Elixir Rust Typescript Dart React SolidJs Flutter NixOS Android avator

About me

Hi, I'm Hentioe, a professional and personal developer living in China. Used to work in Shanghai, now in Shenzhen.

Since I became a full-time independent developer, I've used Elixir and Rust extensively as base programming languages, and have acquired a very rich technology stack and experience across various domains.

Elixir and Rust are my main areas of research, but that doesn't mean I haven't worked with other languages. In fact, in my previous work, I've mainly worked with more mainstream languages such as Java, Ruby, and Golang.

Contact me

Over the past few years, I managed to develop (or participate in the development of) several software products for companies/individuals all over the world (Singapore/USA/Europe). Especially in the areas of Telegram, blockchain, cloud computing, etc., in-house infrastructure framework development and design, etc.

Feel free to contact me, I accept remote work.

mikack'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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mikack's Issues

基本文档

  • platforms
    • 获取 platform 列表
    • 根据标签过滤 platforms
  • comics
    • 获取 comic 列表
    • 搜索 comics
  • chapters
    • 获取 chapter 列表
  • pages
    • 获取 pages 列表
    • 基于迭代器惰性获取 pages

包含 wnacg 的封面

后续发现此平台存在大量不重复的封面图,所以初期判断封面为重复资源是个错误。

有关章节列表分组的新设计

  • 新设计的 helper::grouped_items 模块将支持已分组章节列表解析
  • 每一个组间隔 10000(自增的 which 值)。作用在于仅靠 which 就可以判断章节是否位于同一个分组中。假设要将 which 值为 10010 的章节之前的所有同组章节标记为已阅读状态,那么只需要操作 10000 - 10010 之间的章节即可。注:前提是你确实要求仅操作同一组数据。
  • 分组可以全部展平,亦或部分或不展平。无论最终结果如何,都不应该有 which 值的变化。

新增的一些章节/漫画信息字段

  • author(作者)
  • description(描述)
  • tags(标签列表)
  • last_updated_date(最后更新日期,统一转换为时间戳)
  • state(状态:连载中/完结)

以上全部都为可选项,可为空或“未知”。在 fetch_chapterspages_iter 调用中皆可填充,尽量完整。

加载 YYLS 章节列表时更新漫画封面

因为搜索结果中不提供封面,当来漫画信息自搜索结果时将永远不会获取到封面信息。

注意:mikack-ffi 的相关包装代码也需要更新参数中的封面(如果不为空)。

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.