HN user

hamid914

354 karma

[ my public key: https://keybase.io/hamidrohani; my proof: https://keybase.io/hamidrohani/sigs/1RplqenShvzp26LFRE2JvmXjACvHlOIz_-JJLMsLAVk ]

Posts99
Comments14
View on HN
tashfeenahmed.github.io 2mo ago

FreeLLMAPI – One key. One billion free LLM tokens. Every month

hamid914
2pts0
juicyqr.com 4mo ago

JuicyQR – Generate QR codes that never expire, for free

hamid914
2pts0
freesewing.eu 5mo ago

Free Bespoke Sewing Patterns – FreeSewing

hamid914
15pts2
www.jpt.sh 11mo ago

Qutting GitHub: Jpt.sh

hamid914
3pts1
fedoramagazine.org 11mo ago

Working with Btrfs – Snapshots

hamid914
2pts0
tbgift.pages.dev 11mo ago

Total Battle Gift URLs

hamid914
1pts0
www.byronpeebles.com 1y ago

Byron Peebles – Compiling Python using pyenv with optimizations

hamid914
2pts0
uclaacm.github.io 1y ago

Gradient Descent Visualiser

hamid914
37pts5
nic-hartley.github.io 1y ago

Git Gud

hamid914
3pts0
www.cs.usfca.edu 1y ago

B-Tree Visualization

hamid914
1pts0
www.cs.usfca.edu 1y ago

B+ Tree Visualization

hamid914
137pts7
github.com 1y ago

Iamcco/Markdown-preview.nvim: Markdown preview plugin for (neo)Vim

hamid914
2pts3
www.alitajran.com 2y ago

Convert thick provisioned disk to thin on VMware ESXi

hamid914
1pts0
www.iceflatline.com 6y ago

How to Dual Boot Windows 7 and Linux Using BCDEdit – Iceflatline

hamid914
1pts0
github.com 6y ago

Wkentaro/gdown: Download a large file from Google Drive

hamid914
1pts0
colorhunt.co 7y ago

Color Hunt – Color Palettes for Designers and Artists

hamid914
62pts19
web.stanford.edu 7y ago

Context-Free Grammar Developer tool

hamid914
1pts1
www.systutorials.com 7y ago

iPhone Connecting to Internet Using Windows PC's Network Through USB Cablث

hamid914
1pts0
www.howtogeek.com 7y ago

Could KGB Archiver Be the Best Compression Tool Available? Or Just the Slowest?

hamid914
1pts1
www.reqrypt.org 7y ago

Tallow: Transparent Tor for Windows

hamid914
32pts3
www.digitalcitizen.life 7y ago

How to turn your Android smartphone into a webcam for your Windows PC

hamid914
1pts0
github.com 7y ago

A list of APIs from Iran

hamid914
2pts0
github.com 7y ago

OS-Folder-Icons: A collection of custom folder icons for (Mac, Linux, Windows)

hamid914
4pts0
www.newosxbook.com 7y ago

The QiLin Jailbreak toolkit

hamid914
2pts0
github.com 7y ago

ProxyBroker: Proxy [Finder – Checker – Server]. HTTP(S) and SOCKS

hamid914
2pts0
haali.su 7y ago

Windows Language Switcher [Solution for Mapping to Caps Lock]

hamid914
2pts0
popcornmobile.com 8y ago

PopCorn – Movies and TV Shows Search Engine

hamid914
1pts0
sindresorhus.com 8y ago

Touch Bar Simulator

hamid914
1pts0
facebook.design 8y ago

Images and Sketch Files of Popular Devices – Facebook Design

hamid914
1pts0
persepolisdm.github.io 8y ago

Persepolis Download Manager (GUI for Aria2)

hamid914
1pts0

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.

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

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
[dead] 9 years ago

Yes it is Iranian. There are original lyrics with their translations line by line. Users can comment on each section of a song or leave comments for the whole song. Unfortunately I don't know any alternatives in Arabic.

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`.