hamid914's comments

hamid914 | 25 days ago | on: Free Bespoke Sewing Patterns – FreeSewing

Hi Joost, FreeSewing is a great idea! I personally don't know anything about sewing, but I got interested in it after visiting the website. However, what attracts me to it is its software modeling.

hamid914 | 1 year ago | on: Iamcco/Markdown-preview.nvim: Markdown preview plugin for (neo)Vim

Thanks for your suggestion. I tried peek.nvim and found some cons:

  - It required Deno runtime
  - It does not support Table of Contents
  - It does not have Dark/Bright mode button
  - It does not support PlantUML
  - It does not support term definition
  - It does not support Sequence Diagrams
  - It does not support Flowcharts
  - It does not support Graphvis Dot
  - It does not support Charts
  - It does not support local images

hamid914 | 1 year ago | on: Iamcco/Markdown-preview.nvim: Markdown preview plugin for (neo)Vim

This vim plugin is the best way to write Markdown documents. It has a lot of features:

    Cross platform (MacOS/Linux/Windows)
    Synchronised scrolling
    Fast asynchronous updates
    KaTeX for typesetting of math
    PlantUML
    Mermaid
    Chart.js
    js-sequence-diagrams
    Flowchart
    dot
    Table of contents
    Emojis
    Task lists
    Local images
    Flexible configuration

hamid914 | 9 years ago | on: Introduction to Apache Thrift – EMAG TechLabs

For macOS users who install thrift with HomeBrew, 8th line of MyAddServer.php should be: define('THRIFT_PHP_LIB', '/usr/local/Cellar/thrift/0.9.3'); If thrift module has been installed with `pip install thrift`, 5th line of MyAddClient.py is not necessary. In 19th line of MyAddClient.py, `MyFirstService` is not defined. It should be `AddService`.
page 1