Ferro's Gitbook
  • README
  • DevOps
    • Grafana_Cloud
  • OpenWrt
    • DHCP_DNS
    • GLiNet
    • boot
    • captive_portal
    • luci
    • mwan3
    • radius
    • theme
    • wireless
  • apps
    • web
  • BSD
    • Mac
  • Cloud
    • aws
    • azure
    • cf
    • gcp
    • github
    • ibm_bluemix
    • Pricing
  • container
    • docker
    • Kubernetes
    • podman
  • db
    • InfluxDB
    • loki
    • MySQL & MariaDB
    • Oracle
    • PostgreSQL
  • dev
    • AHK
    • BI
    • LBS
    • ML
    • android
    • editor
    • flutter_web
    • git
    • go
    • HTML5/BS
    • j2ee
    • js
    • js_grid
    • js_vue
    • jupyter
    • ocaml
    • powershell
    • py
    • py_GUI
    • Django
    • shell
    • snippets
    • uni
    • vba
    • wechat.zh
    • wechat_mp.zh
  • elec
    • 3D Printing
    • AC
    • MOSFET
    • battery
    • boost
    • bulk
    • metal
    • simulator
  • hw
    • GPU
    • PCI
    • arduino
    • Bluetooth
    • ent
    • Pinout
    • x86_AMD
    • x86_intel
  • linux
    • Test System
    • X
    • arch
    • fs
    • kernel
    • Memory
    • nw
    • Linux Services
    • Systemd
    • text
  • ms
    • vscode
    • windows
    • wsl
  • multimedia
    • Blender
    • audio
    • blender
    • graphics
    • home
  • nw
    • L3
    • L3_IPv6
    • SDN
    • VPN
    • dns
    • hw
    • Low Level
    • mikrotik
    • mwan
    • Openflow
    • OVS
    • pfsense
    • ppp
    • proxy
    • tsocks
    • pxe
    • Security
    • TCP
  • phone
    • Mi
    • android
  • Storage(SW)
  • vt
    • Intel GVT-g
    • PVE
    • QEMU
    • VDI
    • hyper-v
    • kube
    • libvirt
    • OpenStack
  • Web
    • IBM_MQ
    • IBM_Websphere
    • SSL
    • Apache/IBM_IHS
    • blockchain
    • caddy
    • j2ee
    • nginx
    • static_site
Powered by GitBook
On this page
  • AI
  • GraphQL
  • Markdown
  • Parser
  • Converter
  • Markdown + LaTeX
  • reStructuredText
  • OCR
  • Offline
  • Windows Universal
  • Excel
  • Formula
  • CSharp
  • CSharp
  • .Net Core
  • InPage Search
  • My Notes

Was this helpful?

Edit on Git

dev

PreviousPostgreSQLNextAHK

Last updated 1 year ago

Was this helpful?

AI

  • AWS | free/$19: https://aws.amazon.com/codewhisperer/pricing/

  • Tabnine | free/$12: https://www.tabnine.com/pricing

  • Cursor IDE | based on OpenAI GPT: https://www.cursor.so/

  • Cursor for VSCode: https://github.com/Helixform/CodeCursor

  • Github | 2 month trial/$10+: https://github.com/features/copilot#pricing

  • GPT: https://github.com/formulahendry/awesome-gpt

GraphQL

http://graphql.org/ a query language and execution engine tied to any backend service.

enum Episode { NEWHOPE, EMPIRE, JEDI }

interface Character {
    id: String
    name: String
    friends: [Character]
    appearsIn: [Episode]
}

type Human implements Character {
    id: String
    name: String
    friends: [Character]
    appearsIn: [Episode]
    homePlanet: String
}

Markdown

Parser

http://demo.showdownjs.com/ https://github.com/showdownjs/showdown#browser

var converter = new showdown.Converter();
var md = '- works in the server and in the **browser**';
var html = converter.makeHtml(md);

https://github.com/chjj/marked#browser https://github.com/jonschlinkert/remarkable https://github.com/evilstreak/markdown-js https://github.com/markdown-it/markdown-it https://github.com/evilstreak/markdown-js#browser

Converter

Text/HTML table: https://html.ferro.pro/md.html CSV/WIKI table: http://jakebathman.github.io/Markdown-Table-Generator/ HTML(non table): https://domchristie.github.io/to-markdown/

Markdown + LaTeX

https://github.com/pandao/editor.md

reStructuredText

  • .md -> .rst: https://pandoc.org/try/

  • table -> .rst: https://tableconvert.com/restructuredtext-generator

OCR

Offline

https://github.com/hiroi-sora/Umi-OCR text on screen: https://docs.microsoft.com/en-us/windows/powertoys/text-extractor

Windows Universal

https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/OCR https://docs.microsoft.com/en-us/uwp/api/Windows.Media.Ocr

Excel

Formula

https://exceljet.net/sites/default/files/styles/function_screen/public/images/formulas/Split%20text%20string%20at%20specific%20character.png?itok=WM1v7nsL

=LEFT(B5,FIND("_",B5)-1)
=RIGHT(B5,LEN(B5)-FIND("_",B5))

CSharp

https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/interop/how-to-access-office-onterop-objects

CSharp

async:https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/

.Net Core

https://github.com/thangchung/awesome-dotnet-core

InPage Search

https://docsearch.algolia.com/docs/DocSearch-v3

My Notes

  • Scripts of Powershell/Python/etc: https://github.com/fzinfz/scripts

Jupyter: http://nbviewer.jupyter.org/github/fzinfz/scripts/tree/master/jupyter/ []

Source
AI
GraphQL
Markdown
Parser
Converter
Markdown + LaTeX
reStructuredText
OCR
Offline
Windows Universal
Excel
Formula
CSharp
CSharp
Net Core
InPage Search
My Notes