Transpiler

Summary ref A transpiler (also called source-to-source compiler or a transcompiler) is a program that translates a source code from a language to another at the same level of abstraction (which makes it different from a compiler whose output is lower level than its input).

1 min · Jaaved Khan

Unable to resolve link on org export for code block result · Issue #13387 · syl20bnr/spacemacs

Have you tried using

1 min · Jaaved Khan

Tayyab Mujahid

Summary Met him KFUPM during master’s days. Worked with him on

1 min · Jaaved Khan

Tiago Forte

The productivity guru who started (Build A Second Brain) Idea.

1 min · jaavedkhan

this is another example

test tets

1 min · jaavedkhan

third idea

this is the screen shot that I got here.

1 min · Jaaved Khan

Test file 2

for testing

1 min · Jaaved Khan

Test file

This is an example. link Test file 2

1 min · Jaaved Khan

Tawakkalna Scanner

:ID: 4c47a1f6-17d9-4987-aebd-2a08ede644e3 OCR tools Evaluation easyocr (pyvenv-workon "tawakkalna_env") import os import easyocr reader = easyocr.Reader(['en'], gpu = False) reader_ar = easyocr.Reader(['ar'], gpu = False) Loading model into memory dir_path = "/mnt/data/Dropbox/pictures/tawakkalna/english" print(dir_path) image_paths = os.listdir(dir_path) image_paths = [dir_path + '/' + path for path in image_paths] dir_path_ar = "/mnt/data/Dropbox/pictures/tawakkalna/arabic" image_paths_ar = os.listdir(dir_path_ar) image_paths_ar = [dir_path_ar + '/' + path for path in image_paths_ar] Testing parsing English for path in image_paths: print(path) result = reader....

2 min · Jaaved Khan

Storage Classes

Tags Summary ref Different classes might map to quality-of-service levels, or to backup policies, or to arbitrary policies determined by the cluster administrators. Each StorageClass contains the fields provisioner, parameters, and reclaimPolicy, which are used when a PersistentVolume belonging to the class needs to be dynamically provisioned. *The name of a StorageClass object is significant, and is how users can request a particular class. Administrators set the name and other parameters of a class when first creating StorageClass objects, and the objects cannot be updated once they are created....

1 min · Jaaved Khan