Ramadan

Summary Holy Islamic month of fasting.

April 6, 2022 · 1 min · Jaaved Khan

Al Khozama International School

Summary Zayan’s and ’s first school together.

April 6, 2022 · 1 min · Jaaved Khan

Zayan

April 6, 2022 · 0 min · Jaaved Khan

ERC721

Summary The standard: ERC-721 defines a minimum interface a smart contract must implement to allow unique tokens to be managed, owned, and traded. It does not mandate a standard for token metadata or restrict adding supplemental functions. ERC: Ethereum Request for Comment

April 4, 2022 · 1 min · Jaaved Khan

Verb

Summary

April 4, 2022 · 1 min · Jaaved Khan

elisp

Summary Emacs Lisp Learning converting list to string (setq vetted-human-kfupm-emails '("hali" "mamohsin") ) (defvar vetted-human-kfupm-emails '("hali" "mamohsin") ) (format "%s" vetted-human-kfupm-emails) ;; to print (message "%s" vetted-human-kfupm-emails) ;; to print (setq query (concat "from:" (mapconcat 'identity vetted-human-kfupm-emails " OR from:"))) (setq vetted-query (concat "(maildir:/kfupm/Inbox) AND " "from:" (mapconcat 'identity vetted-human-kfupm-emails " OR from:"))) (message "%s" query) (message "%s" vetted-query) interactive to make function visible be called from emac ui (defun jak/add-to-kfupm-vetted-emails-list (username) (interactive "sUSERNAME: ") ;; s -> string n-> number ;; USERNAME will be displayed in buffer (add-to-list 'vetted-human-kfupm-emails username) ) append (defcustom jak/boss-emails nil "" :type '(repeat string) ) (defcustom jak/people-i-know-at-kfupm nil "" :type '(repeat string) ) (defcustom jak/ictc-colleagues-emails nil "" :type '(repeat string) ) (defcustom jak/kfupm-colleagues-emails nil "" :type '(repeat string) ) (setq jak/people-i-know-at-kfupm (append jak/boss-emails jak/ictc-colleagues-emails jak/kfupm-colleagues-emails)) (message "%s" jak/people-i-know-at-kfupm) (defun jak/set-people-i-know-at-kfupm() (setq jak/people-i-know-at-kfupm (append jak/boss-emails jak/ictc-colleagues-emails jak/kfupm-colleagues-emails)) (message "%s" jak/people-i-know-at-kfupm) ) (jak/set-people-i-know-at-kfupm) saving variable pro grammatically to custom-file (defun jak/add-to-boss-emails (username) (interactive "sBOSS_USERNAME: ") (add-to-list 'jak/boss-emails username) (customize-save-variable 'jak/boss-emails jak/boss-emails) ;; ***** setq and ;; from here:https://stackoverflow....

April 4, 2022 · 2 min · Jaaved Khan

Pronoun

Summary A pronoun is a part of a speech which functions as a replacement for a noun. Some examples of pronouns are: I, it, he, she, mine, his, hers, we, they, theirs, and ours.

April 4, 2022 · 1 min · Jaaved Khan

algorithm

Summary In mathematics and computer science, an algorithm (ˈælɡərɪðəm (audio speaker iconlisten)) is a finite sequence of well-defined instructions, typically used to solve a class of specific problems or to perform a computation.[1] Algorithms are used as specifications for performing calculations and data processing. By making use of artificial intelligence, algorithms can perform automated deductions (referred to as automated reasoning) and use mathematical and logical tests to divert the code through various routes (referred to as automated decision-making)....

April 4, 2022 · 1 min · Jaaved Khan

Mustafa Alsaleh

Summary

April 4, 2022 · 1 min · Jaaved Khan

MS Active Directory @KFUPM

Summary KFUPM uses MS AD to store all the user profile information. Groups that are dynamically updated from Ebusiness and Banner Security Groups: Faculty (KFUPMFaculty) Staff (Staff) Graduated Students (gradstu) Under Graduated Student (STU-GROUP) Distributed Groups: Faculty (fa-gr-tt) Staff (staff-kfupmall) Graduated Students (grad_111) Under Graduated Student (ugrad-111) Attributes that can be used for enterprise roles of IAM KFUPM Job Title Academic positions like dean, chairman. Description Employee type from e-business

April 4, 2022 · 1 min · Jaaved Khan