Search references for LEAF CLASS-COMPUTER-PROGRAMMING. Phrases containing LEAF CLASS-COMPUTER-PROGRAMMING
See searches and references containing LEAF CLASS-COMPUTER-PROGRAMMING!LEAF CLASS-COMPUTER-PROGRAMMING
In class-based object-oriented programming languages, a leaf class is a class that should not be subclassed. This can be enforced either by convention
Leaf class (computer programming)
Leaf_class_(computer_programming)
Sequence of program instructions invokable by other software
In computer programming, a function (also procedure, method, subroutine, routine, or subprogram) is a callable unit of software logic that has a well-formed
Function (computer programming)
Function_(computer_programming)
Method in computer programming of forming higher-level object types
Composite type. Computer programming portal Composite type Composition over inheritance Decomposition (computer science) Delegation (programming) Function composition
Object_composition
Basic unit of a data structure
trees is in web development. In programming, XML is used to communicate information between computer programmers and computers alike. For this reason XML is
Node_(computer_science)
Topics referred to by the same term
Graphics Layout Engine, a computer programming language Mercedes-Benz GLE-Class, a model of sport utility vehicle Gold-leaf electroscope, a scientific
GLE
List of unsolved computational problems
This article is a list of notable unsolved problems in computer science. A problem in computer science is considered unsolved when no solution is known
List of unsolved problems in computer science
List_of_unsolved_problems_in_computer_science
Functional programming language created in 2007
Total functional programming Brady, Edwin (12 December 2007). "Index of /~eb/darcs/Idris". University of St Andrews School of Computer Science. Archived
Idris_(programming_language)
Computer hardware and software capable of playing chess
the program determines that a final "leaf" position has been reached (e.g. checkmate). One particular type of search algorithm used in computer chess
Computer_chess
Evolving computer programs with techniques analogous to natural genetic processes
"Genetic Programming: On the Programming of Computers by Means of Natural Selection". www.cs.bham.ac.uk. Retrieved 2018-05-19. "Genetic Programming:The Movie"
Genetic_programming
Style of computer programming
Generic programming is a style of computer programming in which algorithms are written in terms of data types to-be-specified-later that are then instantiated
Generic_programming
Field of artificial intelligence around Go computer programs
Computer Go is the field of artificial intelligence (AI) dedicated to creating a computer program that plays the traditional board game Go. The field
Computer_Go
Feature of a programming language
an essential part of the template method pattern. Computer programming portal Class Concept Type class Mitchell, John C.; Plotkin, Gordon D.; Abstract Types
Abstract_type
Type of data structure
Tree) extends Tree val tree = Node(5, Node(1, Leaf, Leaf), Node(3, Leaf, Node(4, Leaf, Leaf))) Because the class hierarchy is sealed, the compiler can check
Tagged_union
Linked node hierarchical data structure
LLC - Kdp. p. 247. ISBN 978-1792901690. Donald Knuth. The Art of Computer Programming: Fundamental Algorithms, Third Edition. Addison-Wesley, 1997. ISBN 0-201-89683-4
Tree_(abstract_data_type)
Computer programming function
(Fork (Leaf 1) (Leaf 2)) (Fork (Leaf 3) (Leaf 4))) Fork (Fork (Leaf 1) (Leaf 4)) (Fork (Leaf 9) (Leaf 16)) For every instance of the Functor type class, fmap
Map_(higher-order_function)
Data type defined by combining other types
In computer programming, especially in functional programming and type theory, an algebraic data type (ADT) is a composite data type, i.e. a type formed
Algebraic_data_type
Computer program for poker
intelligence computer program designed to play two-player poker, specifically heads up no-limit Texas hold 'em. It is the first computer program to outplay
DeepStack
Lightweight programming language
[ˈlu(w)ɐ] meaning moon) is a lightweight, high-level, multi-paradigm programming language designed mainly for embedded use in applications. Lua is cross-platform
Lua
Design pattern in software engineering
can treat Leaf and Composite uniformly. The Leaf class has no children and implements the Component interface directly. The Composite class maintains
Composite_pattern
Tree data structure
In computer science, an in-tree or parent pointer tree is an N-ary tree data structure in which each node has a pointer to its parent node, but no pointers
Parent_pointer_tree
Compile-time transformation
"Definitional Interpreters for Higher-Order Programming Languages". Reynolds' observation was that a given program contains only finitely many function abstractions
Defunctionalization
Programming language derived from Perl
the leaf of a hash containing hashes that contain arrays my @trans_verbs = %dictionary<verb><transitive><>; Perl supports object-oriented programming via
Raku_(programming_language)
Restructuring existing computer code without changing its external behavior
In computer programming and software design, code refactoring is the process of restructuring existing source code—changing the factoring—without changing
Code_refactoring
Use of functions that call themselves
computer programming languages support recursion by allowing a function to call itself from within its own code. Some functional programming languages
Recursion_(computer_science)
Computer programming testing tool
is distributed across as many computers as possible. Since the calculation of an abstract test case from a test class is completely independent from
Fastest
Bennion and James Henry. Computer programming by Alan C. Ashton, Robert Bennion, James Henry and Prentiss Knowlton. Music programming by Prentiss Knowlton
Unplayed_by_Human_Hands
Tree data structure that partitions a 2D area
four quadrants or regions. The data associated with a leaf cell varies by application, but the leaf cell represents a "unit of interesting spatial information"
Quadtree
Stack-based programming language
Forth is a stack-oriented programming language and interactive integrated development environment designed by Charles H. "Chuck" Moore and first used
Forth_(programming_language)
Data structure for storing strings
In computer programming, a rope, or cord, is a data structure composed of smaller strings that is used to efficiently store and manipulate longer strings
Rope_(data_structure)
Computerized information extraction from images
sciences (for example in leaf counting for food crops). Each of the application areas described above employ a range of computer vision tasks; more or less
Computer_vision
Data structure for Boolean functions
In computer science, a binary decision diagram (BDD) or branching program is a data structure that is used to represent a Boolean function. On a more abstract
Binary_decision_diagram
Evolutionary algorithm
expression programming (GEP) in computer programming is an evolutionary algorithm that creates computer programs or models. These computer programs are complex
Gene_expression_programming
Homomorphism from an initial algebra into another algebra
John (ed.), "Functional programming with bananas, lenses, envelopes and barbed wire", Functional Programming Languages and Computer Architecture, vol. 523
Catamorphism
Data structure
Gwehenberger. Donald Knuth, pages 498–500 in Volume III of The Art of Computer Programming, calls these "Patricia's trees", presumably after the acronym in
Radix_tree
Tree data structure with a variable and unbounded number of branches per node
ISBN 0-13-484346-0. Malcolm, Grant (1990). "Data structures and program transformation". Science of Computer Programming. 14 (2): 255–279. doi:10.1016/0167-6423(90)90023-7
Rose_tree
Battery electric compact car
Nissan Leaf (first generation) is a compact car that was manufactured by Japanese automaker Nissan from 2010 to 2017. Its name, stylised as LEAF, is a
Nissan Leaf (first generation)
Nissan_Leaf_(first_generation)
University in the United States
bachelors' and masters' degree programs in computer science, game design, digital art and animation, and audio programming and design. In 1988, DigiPen
DigiPen Institute of Technology
DigiPen_Institute_of_Technology
Gradient boosting machine learning library
algorithms include: Clever penalization of trees A proportional shrinking of leaf nodes Newton Boosting Extra randomization parameter Implementation on single
XGBoost
Computer science data structure
In computer science, a heap is a tree-based data structure that satisfies the heap property: In a max heap, for any given node C, if P is the parent node
Heap_(data_structure)
Search algorithm
optimality in terms of the expected running time for trees with randomly assigned leaf values in two papers. The optimality of the randomized version of alpha–beta
Alpha–beta_pruning
Topics referred to by the same term
programming Echo, a command in programming languages to output one or more strings Echo, a discussion forum on FidoNet ECHO IV, "Electronic Computer for
Echo_(disambiguation)
Two functions defined from each other
Higher-Order Programming Languages" (PDF). Proceedings of the ACM Annual Conference. Boston, Massachusetts. pp. 717–740. Harper, Robert (2000), Programming in Standard
Mutual_recursion
Artificial intelligence poker playing computer program
Libratus is an artificial intelligence computer program designed to play poker, specifically heads up no-limit Texas hold 'em. Libratus' creators intend
Libratus
Notion in combinatorial game theory
Decision complexity (number of leaf nodes in the smallest decision tree for initial position) Game-tree complexity (number of leaf nodes in the smallest full-width
Game_complexity
Army technical sergeant (sergeant first class) / platoon sergeant. For the other services, the bronze-metal oak-leaf on the army's samal rishon rank insignia
Israel_Defense_Forces_ranks
Programming language implementation problem
In computer science, the funarg problem (function argument problem) refers to the difficulty in implementing first-class functions (functions as first-class
Funarg_problem
Computational complexity class of problems
bounded-error quantum polynomial time (BQP) is the class of decision problems solvable by a quantum computer in polynomial time, with an error probability
BQP
Battery electric car
The Nissan Leaf (Japanese: 日産・リーフ, Hepburn: Nissan Rīfu; stylized as LEAF) is a battery electric car produced by Nissan since 2010. It was offered exclusively
Nissan_Leaf
Feature of coding platforms
navigate, or visualize the structure of object-oriented programming code. Most modern class browsers owe their origins to Smalltalk, one of the earliest
Class_browser
Problem of finding the longest simple path for a given graph
cycles", Proc. Int. Coll. Automata, Languages and Programming (ICALP 2004), Lecture Notes in Computer Science, vol. 3142, Berlin: Springer-Verlag, pp. 222–233
Longest_path_problem
Playing of contract bridge with computer software
Computer bridge is the playing of the game contract bridge using computer software. After years of limited progress, since around the end of the 20th
Computer_bridge
Sequence merge algorithm in computer science
Merging and Replacement Selection". Sorting and Searching. The Art of Computer Programming. Vol. 3 (2nd ed.). Addison-Wesley. pp. 252–255. ISBN 0-201-89685-0
K-way_merge_algorithm
Tree-based computer data structure
Modifications". Proceedings of the Institute for System Programming of the RAS. 31 (3). Institute for System Programming of the RAS (ISP RAS): 203–216. doi:10
B-tree
Parallel programming model
high-level parallel programming model for parallel and distributed computing. Algorithmic skeletons take advantage of common programming patterns to hide
Algorithmic_skeleton
assignment problem Integer programming. The variant where variables are required to be 0 or 1, called zero-one linear programming, and several other variants
List_of_NP-complete_problems
Inherent difficulty of computational problems
complexity Leaf language Limits of computation List of complexity classes List of computability and complexity topics List of unsolved problems in computer science
Computational complexity theory
Computational_complexity_theory
Subset of a graph's vertices, including at least one endpoint of every edge
vertices that includes at least one endpoint of every edge of the graph. In computer science, the problem of finding a minimum vertex cover is a classical optimization
Vertex_cover
Measure of graph complexity
many graph classes defined by forbidden induced subgraphs has been classified. Other graphs with bounded clique-width include the k-leaf powers for bounded
Clique-width
Heuristic search algorithm for evaluating game trees
In computer science, Monte Carlo tree search (MCTS) is a heuristic search algorithm for some kinds of decision processes, most notably those employed in
Monte_Carlo_tree_search
System of elements that are subordinated to each other
example of a containment hierarchy is demonstrated in class inheritance in object-oriented programming. Two types of containment hierarchies are the subsumptive
Hierarchy
subject. Like aspect-oriented programming, subject-oriented programming, composition filters, feature-oriented programming and adaptive methods are considered
Subject-oriented_programming
Node ordering for directed acyclic graphs
hdl:11422/2585, ISBN 0-8186-8052-0, S2CID 206554481 D. E. Knuth, The Art of Computer Programming, Volume 1, section 2.2.3, which gives an algorithm for topological
Topological_sorting
Categorization of data using statistics
methods Genetic programming – Evolving computer programs with techniques analogous to natural genetic processes Gene expression programming – Evolutionary
Statistical_classification
Form of data structure
commonly used by vector-based graphics editing applications and modern computer games, which cascades the inheritance or spatial representation of a set
Scene_graph
This is a list of free and open-source software (FOSS) packages, computer software licensed under free software licenses and open-source licenses. Software
List of free and open-source software packages
List_of_free_and_open-source_software_packages
Undirected, connected, and acyclic graph
Press, 2001 [1994] Knuth, Donald E. (November 14, 1997), The Art of Computer Programming Volume 1: Fundamental Algorithms (3rd ed.), Addison-Wesley Professional
Tree_(graph_theory)
digraphs or accessible rooted graphs (see § Set theory). The Art of Computer Programming defines rooted digraphs slightly more broadly, namely, a directed
Rooted_graph
Image dataset
000 classes. ImageNet-1K contains 1,281,167 training images, 50,000 validation images and 100,000 test images. Each category in ImageNet-1K is a leaf category
ImageNet
Machine learning algorithm
different input feature. Each leaf of the tree is labeled with a class or a probability distribution over the classes, signifying that the data set has
Decision_tree_learning
September 8, 1999. Class Action Reporter, bankrupt.com (Beard Group), Vol. 6, No. 161, August 16, 2004. Accessed April 1, 2012. Apple Computer Inc., SEC Form
Apple_litigation
Unit of information
include data-driven programming and data-driven journalism. Biological data Computer data processing Computer memory Dark data Data (computer science) Data
Data
National airline of Canada
green/almost black tail was replaced with a new version of the maple leaf known as the 'Frosted Leaf'. On 9 November 2005, Air Canada agreed to renew its widebody
Air_Canada
1965 film by Henry Koster
The Leafs take Erasmus for testing at the university; he agrees to be tested if they will pay him. He answers questions correctly before the computer can
Dear_Brigitte
Japanese video game designer (born 1965)
two-year technical degree program at the National Institute of Technology, Tokyo College, where he majored in electronics and computer science. Tajiri wrote
Satoshi_Tajiri
Symbolic description of a mathematical object
large class of mathematical statements, including all well-formed algebraic statements, and all statements written in modern computer programming languages
Expression_(mathematics)
International historically African American collegiate sorority
would join the Ivy Leaf Pledge Club before being inducted into the sorority. In Our Kind of People: Inside America's Upper Class, Lawrence Otis Graham
Alpha_Kappa_Alpha
Sheet of paper on which one performs work
green-tinted. In office software, spreadsheet software presents, on a computer monitor, a user interface that resembles one or more paper accounting worksheets
Worksheet
American sports car by the Chevrolet division of General Motors (GM)
won the big-bore GT5.0 class, finishing 8th overall, driven by Fitch and Bob Grossman. In 1984, General Motors funded a program in the 1985 IMSA GT Championship
Chevrolet_Corvette
Discrete model of computation
Shalizi's Cellular Automata Notebook contains an extensive list of academic and professional reference material. Portals: Computer programming Systems science
Cellular_automaton
Algorithm for caching data
cache algorithms) are optimizing instructions or algorithms which a computer program or hardware-maintained structure can utilize to manage a cache of information
Cache_replacement_policies
State machines and generalizations in UML
notation. The concepts behind it are about organizing the way a device, computer program, or other (often technical) process works such that an entity or each
UML_state_machine
Class of algorithms
In computer science, tree traversal (also known as tree search and walking the tree) is a form of graph traversal and refers to the process of visiting
Tree_traversal
Probabilistic problem-solving algorithm
of sequence in numerical analysis Temporal difference learning – Computer programming concept Kalos & Whitlock 2008. Kroese, D. P.; Brereton, T.; Taimre
Monte_Carlo_method
Software verification technique
WebAssembly". The Art, Science, and Engineering of Programming, 2025, Vol. 9, Issue 1. Vol. 9. doi:10.22152/programming-journal.org/2025/9/3. SAGE team (2009). "Microsoft
Concolic_testing
Study of developmental programs and patterns in plants from an evolutionary perspective
developing leaf which define the leaf's axis. Changes in these morphogen gradients may also affect the leaf form. Another very important class of regulators
Plant evolutionary developmental biology
Plant_evolutionary_developmental_biology
Type of types in a type system
F. Since higher-order type operators are uncommon in programming languages, in most programming practice, kinds are used to distinguish between data types
Kind_(type_theory)
List of software distributions using the Linux kernel
the original on 2012-11-27. Retrieved 2012-11-29. "LEAF — Linux Embedded Appliance Firewall". leaf.sourceforge.net. Archived from the original on 2012-11-07
List_of_Linux_distributions
Widely used CAD 3D data exchange file format
used data exchange form of STEP. ISO 10303 can represent 3D objects in computer-aided design (CAD) and related information. A STEP-file is ASCII text with
ISO_10303-21
Former division of Nintendo
sound designers. Ikeda's creative team had many ideas, but lacked the programming skills to put them into action. Mario Bros., one of the unit's first
Nintendo Entertainment Analysis & Development
Nintendo_Entertainment_Analysis_&_Development
Combinatorial game theory concept to represent all possible game states
are designed to play this class of games will use partial game trees, which makes computation feasible on modern computers. Various methods exist to solve
Game_tree
Motor vehicle
the 300ZX ranked first in the GTS-1 class and 5th overall. In an attempt to level the playing field in the GTS-1 class by reducing the allowable horsepower
Nissan_Z-car
List of x86 microprocessor instructions
support. The instructions are usually part of an executable program, often stored as a computer file and executed on the processor. The x86 instruction set
List_of_x86_instructions
American designer, architect and film maker (1907–1978)
related through Charles' telling of what he called "the banana leaf parable", a banana leaf being the most basic eating utensil in southern India. He related
Charles_Eames
Series of subcompact luxury cars produced by Mercedes-Benz
generation was a four-door sedan based on the platform of the W176 A-Class and W246 B-Class compact cars, marketed as a four-door coupé. In 2015, Mercedes-Benz
Mercedes-Benz_CLA
Numerical invariant of graphs
35th International Colloquium on Automata, Languages and Programming, Lecture Notes on Computer Science, vol. 5126, Springer-Verlag, pp. 39–50, doi:10
Tree-depth
Measurement of sound permeability
Sound Transmission Class (STC) is an integer rating of how well a building partition attenuates airborne sound. In the US, it is widely used to rate interior
Sound_transmission_class
Machine-learning process
representation of a grammar, a terminal symbol of a production rule corresponds to a leaf node of the tree. Its parent nodes corresponds to a non-terminal symbol (e
Grammar_induction
Tree node with two other nodes as descendants
Languages and Programming, 32nd International Colloquium, ICALP 2005, Lisbon, Portugal, July 11-15, 2005, Proceedings, Lecture Notes in Computer Science, vol
Lowest_common_ancestor
2013 American TV series or program
15, 2016. Retrieved August 16, 2016. "Amazon Renews Kids Series 'Tumble Leaf', 'Creative Galaxy', 'Annedroids' & 'Gortimer Gibbon's Life' For Season 2"
Creative_Galaxy
Thought experiment
to the more general Byzantine Generals problem in introductory classes about computer networking (particularly with regard to the Transmission Control
Two_Generals'_Problem
LEAF CLASS-COMPUTER-PROGRAMMING
LEAF CLASS-COMPUTER-PROGRAMMING
Female
English
 Old English name LEA means "meadow." Compare with another form of Lea.
Girl/Female
Tamil
Leaf
Female
Hebrew
 Variant spelling of Hebrew Leah, LEA means "weary." Compare with another form of Lea.
Surname or Lastname
English, Spanish, and Portuguese
English, Spanish, and Portuguese : nickname for a loyal or trustworthy person, from Old French leial, Spanish and Portuguese leal ‘loyal’, ‘faithful (to obligations)’, Latin legalis, from lex, ‘law’, ‘obligation’ (genitive legis).
Female
English
English short form of Latin Cassandra, CASS means "she who entangles men."Â
Surname or Lastname
English
English : from the medieval female personal name Cass, a short form of Cassandra. This was the name (of uncertain, possibly non-Greek, origin) of an ill-fated Trojan prophetess of classical legend, condemned to foretell the future but never be believed; her story was well known and widely popular in medieval England.
Surname or Lastname
English
English : from the medieval personal name Classe, a short form of Nicholas. See also Clayson.Variant of Klaas or Klass, North German forms of Claus.
Male
German
Short form of German Niclaus, CLAUS means "victor of the people."Â
Surname or Lastname
English and German
English and German : metonymic occupational name for a glazier or glass blower, from Old English glæs ‘glass’ (akin to Glad, referring originally to the bright shine of the material), Middle High German glas.Irish and Scottish : Anglicized form of the epithet glas ‘gray’, ‘green’, ‘blue’ or any of various Gaelic surnames derived from it.German : altered form of the personal name Klass, a reduced form of Nikolaus (see Nicholas).Jewish (Ashkenazic) : ornamental name from German Glass ‘glass’, or a metonymic occupational name for a glazier or glass blower.
Boy/Male
Tamil
Computer
Female
English
 Variant spelling of Old English Lea, LEAH means "meadow." Compare with other forms of Leah.
Male
Icelandic
Icelandic form of Old Norse Guðleifr, GUÃLEIF means "divine heir."
Surname or Lastname
English (chiefly Devon)
English (chiefly Devon) : nickname for a thin or lean person, from Middle English lene ‘lean’ (Old English hlǣne).Irish : reduced Anglicized form of Gaelic Ó Liatháin (see Lehane).Reduced form of Scottish McLean.
Girl/Female
Tamil
Leaf
Male
Scandinavian
Scandinavian form of Old Norse Leifr, LEIF means "descendant, heir."
Surname or Lastname
English
English : variant spelling of Leaf.
Girl/Female
Tamil
Pallabi | பலà¯à®²à®¾à®ªà¯€ Â
Leaf
Pallabi | பலà¯à®²à®¾à®ªà¯€ Â
Female
Hebrew
(לֵ×ָה) Hebrew name LEAH means "weary." In the bible, this is the name of Jacob's first wife. Compare with other forms of Leah.
Surname or Lastname
English
English : from the Old English personal names Lēofa (masculine) and Lēofe (feminine) ‘dear’, ‘beloved’. These names were in part short forms of various compound names with this first element, in part independent affectionate bynames.English : apparently a topographic name for someone who lived in a densely foliated area, from Middle English lēaf ‘leaf’; a certain Robert Intheleaves is recorded in London in the 14th century.Americanized form of Swedish Lö(ö)f, Löv, an ornamental name from löv ‘leaf’.English translation of the Ashkenazic Jewish ornamental surname Blatt.
Boy/Male
Hindu
Computer
LEAF CLASS-COMPUTER-PROGRAMMING
LEAF CLASS-COMPUTER-PROGRAMMING
Boy/Male
Hindu, Indian
Lord Chaitanya
Boy/Male
Hindu, Indian, Marathi
Blue Lotus
Girl/Female
Hindu, Indian
Idle Daughter
Girl/Female
English French Shakespearean
Modern variants of Frances meaning From France or free one.
Girl/Female
Tamil
Hemaprabha | ஹேமபà¯à®°à®ªà®¾
Golden light
Boy/Male
Indian, Sanskrit
Lord of the Place Where the Horses Rest; Holy Tree Under which God Sit
Boy/Male
Indian, Tamil
King of World
Girl/Female
Tamil
Bhanupriya | பாநà¯à®ªà¯à®°à®¿à®¯à®¾
The suns beloved
Surname or Lastname
English (Nottinghamshire)
English (Nottinghamshire) : possibly a habitational name from Beard Hall Farm in Derbyshire, named with Old English brerd ‘edge’, ‘hillside’ + hall ‘hall’, ‘manor house’.Possibly an Americanized spelling of German Bärt(h)el (see Bartel).
Girl/Female
American, Anglo, Australian, British, Chinese, English, French, German, Jamaican, Japanese
Child of Mighty Warrior; Child of Matthew
LEAF CLASS-COMPUTER-PROGRAMMING
LEAF CLASS-COMPUTER-PROGRAMMING
LEAF CLASS-COMPUTER-PROGRAMMING
LEAF CLASS-COMPUTER-PROGRAMMING
LEAF CLASS-COMPUTER-PROGRAMMING
n.
An article made of lead or an alloy of lead
n.
A computer.
v. t.
To case in glass.
n.
To arrange in classes; to classify or refer to some class; as, to class words or passages.
a.
Decayed; tasteless; dead; as, a deaf nut; deaf corn.
v. t.
To exchange; to put or substitute something else in place of, as a smaller penalty, obligation, or payment, for a greater, or a single thing for an aggregate; hence, to lessen; to diminish; as, to commute a sentence of death to one of imprisonment for life; to commute tithes; to commute charges for fares.
v. t.
Variant of Clasp
imp. & p. p.
of Compete
n.
A group of individuals ranked together as possessing common characteristics; as, the different classes of society; the educated class; the lower classes.
imp. & p. p.
of Compute
n.
One who commutes; especially, one who commutes in traveling.
v. i.
To shoot out leaves; to produce leaves; to leave; as, the trees leaf in May.
n.
One who computes.
n.
A composer or compiler of hymns; one versed in hymnology.
v. t.
A looking-glass; a mirror.
imp. & p. p.
of Commute
n.
To divide into classes, as students; to form into, or place in, a class or classes.
n.
One of the sections into which a church or congregation is divided, and which is under the supervision of a class leader.
v. t.
To shut or fasten together with, or as with, a clasp; to shut or fasten (a clasp, or that which fastens with a clasp).
v. t.
Anything made of glass.