You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSPR stands for NetScape Portable Runtime. It is a platform-neutral API for system-level and libc-like functions.
NSS
NSS stands for Network Security Services. They are a collection of libraries for secure communitcation between client and server.
R
REPL
REPL stands for Read-eval-print-loop and describes an environment, where the computes takes input (“read”), works with it (“eval”) and puts the result back (“print”). Then start again (“loop”).