Created at 1am, Mar 15
btcdharmaBook
0
Dictionary of Computer and Internet Terms (Vol. 1) John C. Rigdon, Editor
lz_9rD9eCv2JOpnK1wK5nVYy3svkiahpYXW_61wzdtI
File Type
PDF
Entry Count
5179
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

This dictionary contains over 32,000 terms that are specific to Computers andthe Internet. Each term includes a definition / description. With more than750 pages, this dictionary is one of the most comprehensive resourcesavailable.Terms relate to applications, commands, functions, operating systems, imageprocessing and networking.No other dictionary of computing terms even comes close to the breadth ofthis one. It is designed to be used by everyone from the novice seeking themost basic information … to the mainframe systems programmer and MISprofessional looking for sophisticated and hard-to-find information that’s notavailable in most reference books. It’s all here in one indispensable referencesource.· artificial intelligence.· computer-integrated manufacturing· data communication· databases· distributed data processing· fiber optics· fundamental terms· local area networks· multimedia· office automation· open systems interconnection· peripheral equipment· personal computing· processing units· programming· system development· text processingThis dictionary is ideal not only for students of computing but for thosestudying the related fields of Information Technology, mathematics, physics,media communications, electronic engineering, and natural sciences.We also publish a companion volume (Vol.2) of Computer Acronyms andAbbreviations with an additional 4,500 terms. Volume 2 also includes asection on file name extensions showing the most commonly used extensionsand their association with various software systems.This dictionary is available in more than 100 languages. See our website forpricing and availability.http://www.wordsrus.info/catalog/computer_dictionary.htmlAbbreviations used:(n) – noun(pn) – Proper Name(v) – verb(adj) – adjective(oth) – other

managed bean (n)~ A Java object that allows you to implement access to the instrumentation of a resource.
id: 141f8b21a64c1f2d1b3beffa16baad40 - page: 738
Managed Cache Service (PN)~ A secure, dedicated Azure cache offering based on the App Fabric Cache engine, that is managed by Microsoft. managed client object model (n)~ A set of managed libraries based on the Microsoft .NET Framework that enable the user to write code for client computers to work with many of the common objects in SharePoint sites. managed code (n)~ Code that is executed by the common language runtime environment rather than directly by the operating system. Managed code applications gain common language runtime services such as automatic garbage collection, runtime type checking and security support, and so on. These services help provide uniform platform- and language-independent behavior of managed-code applications. managed code extension (n)~ An application-level add-in or document-level customization. Generally, an extension to Microsoft Office that is created by using Visual Studio Tools for Office. managed computer (n)~ A computer that has been discovered,
id: adcec1eccbcb6b4497c0f604a64d770e - page: 739
Managed Computers (PN)~ The default host group, which contains all host groups managed by Virtual Machine Manager. managed computers (n)~ Computers that are being managed by using Windows Intune. Managed Computers list (n)~ A list of computers matching the Managed Computer rule for an Agent Manager. managed content settings (n)~ Settings that are applied to the managed folders in users mailboxes to control the retention and journaling of messages for messaging records management (MRM). Managed content settings define when messages that are no longer needed are to be removed or journaled (copied) to a separate storage location outside the mailbox. managed custom folder (n)~ A type of managed folder that is created by an Exchange administrator and placed in a users mailbox for messaging records management (MRM) purposes. The retention and journaling of messages in managed custom folders are controlled by
id: 0055d68cc2443d76c97cecdadd92b539 - page: 739
managed data (n)~ Objects whose lifetimes are managed by the common language runtime. The runtime automatically handles object layout and manages references to these objects, releasing them when they are no longer being used. managed default folder (n)~ A mailbox folder (such as the Inbox folder) that appears in Office Outlook by default and to which messaging records management (MRM) has been applied. The retention and journaling of messages in managed default folders are controlled by managed content settings that are applied to the folder. managed deployment (n)~ A deployment performed in a managed environment, that is on desktops where security settings are enforced and managed by IT personnel. Managed E-mail Folder (n)~ An e-mail folder with associated retention, archive, or expiration policies that are applied to its contents. Organizations can facilitate policy enforcement by providing such folders for users to classif
id: bfebd49ce9fdcddb19b0a247635a30f3 - page: 739
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "lz_9rD9eCv2JOpnK1wK5nVYy3svkiahpYXW_61wzdtI", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "lz_9rD9eCv2JOpnK1wK5nVYy3svkiahpYXW_61wzdtI", "level": 2}'