Enterprise Search
Summary An element in stack. APIs Search POST https://search-api.test.kfupm.edu.sa/api/as/v1/engines/test/search Content-Type: application/json Authorization: Bearer search-2e6t6s7egdqdpuxpgangpqjc "query": "search"
Summary An element in stack. APIs Search POST https://search-api.test.kfupm.edu.sa/api/as/v1/engines/test/search Content-Type: application/json Authorization: Bearer search-2e6t6s7egdqdpuxpgangpqjc "query": "search"
Installation steps followed this Download code from source ``` git clone git://git.savannah.gnu.org/emacs.git emacs-native-comp ``` install packages ``` sudo apt install libgccjit-10-dev # libgccjit-8-dev sudo apt install libjansson-dev export CC=“gcc-10” # export CC=“gcc-8” #while using libgccjit-8-dev ``` Run ``` ./autogen.sh ./configure –with-native-compilation –with-json –with-mailutils ./configure –with-native-compilation –with-json –with-mailutils –with-cairo # worked ./configure –with-native-compilation –with-json –with-mailutils –with-cairo ./configure –with-native-compilation –with-json –with-mailutils –with-cairo –with-imagemagick –with-jpeg –with-png –with-rsvg...
general meaning to convert or translate. to convert (a message, information, etc.) into code. Code(in this context): a system for communication by telegraph, heliograph, etc., in which long and short sounds, light flashes, etc., are used to symbolize the content of a message: e.g.Morse code. a system used for brevity or secrecy of communication, in which arbitrarily chosen words, letters, or symbols are assigned definite meanings.
Prerequisite Installing Kubernetes Make sure that persistent volumn is created Installation Steps official doc kubectl get nodes # to check nodes kubectl describe nodes # to details of node, make sure there no warnings and issues kubectl get pods # to see all the pods Install Custom Resource Definitions and the Operator with Role Based Access Control kubectl create -f https://download.elastic.co/downloads/eck/1.7.0/crds.yaml kubectl apply -f https://download.elastic.co/downloads/eck/1.7.0/operator.yaml Monitor Operator kubectl -n elastic-system logs -f statefulset....
Summary Director(CEO) of ICTC from 2017/8 to 2019
this is my new thought
Create EXWM.desktop Initial configs: https://github.com/daviwil/emacs-from-scratch/blob/219c060e1bd695948c7691955a12a5dcaf3a9530/show-notes/Emacs-Desktop-01.org
Decoding Decode(v):convert (a coded message) into intelligible language. From this definition it means, in context of python, to convert a string of bytes(coded) to unicode(intellible). In python3, strings are already decoded with . ref. There is no string without encoding If you followed the discussion so far, you probably already picked up on a crucial point about saving and reading text on a computer: Having a string without knowing its encoding makes no sense at all....