Wolfram Resource System

Search the Wolfram Resource System

Search the Wolfram Resource System

Paclet Resource: Wolfram/StylesheetTools

Utilities for creating and editing stylesheet notebooks

Paclet Resource: Wolfram/QuantumFramework

Perform analytic and numeric quantum computations

Paclet Resource: Wolfram/Patterns

Utilities for working with patterns

Paclet Resource: Wolfram/PacletCICD

Continuous integration and deployment for Wolfram Language paclets

Paclet Resource: Wolfram/Multicomputation

Various functions for multicomputation

Paclet Resource: Wolfram/LLMFunctions

Language model and other API based machine learning functions for the WL

Paclet Resource: Wolfram/Lazy

Lazy computation

Paclet Resource: Wolfram/GitLink

Integrate git functionality into the Wolfram Language

Paclet Resource: Wolfram/CommandLineParser

Parser for command line arguments

Paclet Resource: WolframChemistry/ProteinVisualization

Functions for protein visualizations

Paclet Resource: WolframChemistry/IsomerGeneration

Generate Isomers from Chemical Formulas

Paclet Resource: WolframChemistry/ChemistryFunctions

Wolfram Language functions for Chemistry

Paclet Resource: Wolfram/ChatGPTPluginKit

Build plugins for ChatGPT in just a few lines

Paclet Resource: Strangeworks/Strangeworks

Allows Wolfram Mathematica users to submit quantum circuits to quantum hardware through the Strangeworks platform

Paclet Resource: StianRamsnes/MaXrd

Symmetry data and utilities related to crystallography and X-ray scattering

Paclet Resource: RobertNachbar/CompartmentalModeling

Build, visualize, analyze, and simulate compartmental models

Paclet Resource: PeterBurbery/WordCloud

Word cloud functionality

Paclet Resource: PeterBurbery/RecreationalMathematics

This paclet is for recreational mathematics and math puzzles

Paclet Resource: PeterBurbery/BooleanLogic

Work with logical functions and boolean values

Paclet Resource: KlausSutner/Automata

Automata theory package

Paclet Resource: KirillBelov/ExchangeLink

Rest API and WebSocket clients for different crypto currency exchanges

Paclet Resource: JasonB/WeakCache

Functions for caching with automatic garbage collection

Paclet Resource: JaneShenGunther/TCGADataTool

TCGA Data Tool retrieves TCGA cancer datasets easily from the NCI GDC and TCIA portals

Paclet Resource: ChristopherWolfram/OpenAILink

GPT, DALL-E, and more through the OpenAI API

Paclet Resource: BradleyAshby/NotebookWorkspaces

Workspaces for auto-saving and quickly switching between sets of notebooks

Paclet Resource: Bob/Games

A collection of games

Paclet Resource: Bob/BaseballReferenceData

Import data from baseball-reference.com

Paclet Resource: AntonAntonov/TriesWithFrequencies

Functions for creation and manipulation of tries (prefix trees) with frequencies

Paclet Resource: AntonAntonov/ROCFunctions

Receiver Operating Characteristic (ROC) functions

Paclet Resource: AntonAntonov/PaLMLink

PaLM API linking functions

Paclet Resource: AntonAntonov/NLPTemplateEngine

Code generation by filling in templates using NLP techniques

Paclet Resource: AntonAntonov/MonadMakers

Functions for making software monads

Paclet Resource: AntonAntonov/MonadicSparseMatrixRecommender

A software monad for Sparse Matrix Recommender (SMR) workflows

Paclet Resource: AntonAntonov/MonadicQuantileRegression

Software monad for Quantile Regression workflows

Paclet Resource: AntonAntonov/MonadicLatentSemanticAnalysis

Software monad for Latent semantic analysis

Paclet Resource: AntonAntonov/MermaidJS

Graphics and images corresponding to mermaid-js specifications

Paclet Resource: AntonAntonov/JavaTriesWithFrequencies

WL interface to Tries with frequencies implemented in Java

Paclet Resource: AntonAntonov/FunctionalParsers

Functional parsers

Paclet Resource: AntonAntonov/DataReshapers

Data reshaping functions

Paclet Resource: AntonAntonov/CryptocurrencyData

Cryptocurrency data retrieval

Paclet Resource: AntonAntonov/CallGraph

Call graph generation

Function Resource: StringAppend

Append a string to another string

Function Resource: StringPrepend

Prepend a string to another string

Function Resource: JoinTo

Equivalent to Join, but redefines the first argument to the result

Function Resource: JoinMost

An operator that joins in front of its arguments the sequence of lists it is provided

Function Resource: JoinRest

An operator that performs a Join of its argument with the sequence of lists it is provided

Function Resource: JoinMap

Map a function over a list and join the result

Function Resource: StringFunction

Use functions meant for lists on strings

Function Resource: RandomString

Generate a random string

Function Resource: StringPermutations

Get character permutations for a string

Function Resource: StringSort

Sort the characters in a string

Function Resource: StringAlign

Find interleaved, common and different substrings in a pair of strings

Function Resource: StringToBoxes

Convert a string into boxes as if it were typed into a notebook

Function Resource: StringSplitBefore

Split a string before each substring matching a string pattern

Function Resource: StringSplitAfter

Split a string after each substring matching a string pattern

Function Resource: StringSwitch

Switch but for strings

Function Resource: StringTuples

Generate a list of all tuples of characters from a string

Function Resource: StringSelect

Select characters from strings

Function Resource: StringContainsAll

Test if a string contains all elements from a list

Function Resource: SaveAsString

Quickly save an expression to a readable file

Function Resource: StringVenn

Return a Venn set for the letters in two strings

Function Resource: StringWrap

Line-wrap a string at a specific width

Function Resource: StringWithinQ

Test if a string pattern is within an expression

Function Resource: QuantityString

Convert a Quantity to a linear string in a customizable way

Function Resource: SmilesString

Get a SMILES string for a molecule

Function Resource: StringPatternQ

Test whether an expression is valid string pattern

Function Resource: StringObfuscate

Generate an image of a string that is obfuscated so as to resist interpretation by automated systems

Function Resource: DynamicStringSearch

Search through many strings dynamically

Function Resource: ExportMarkdownString

Convert an expression to a string in Markdown format

Function Resource: StringOverlaps

Find substrings that overlap between strings

Function Resource: ImportMarkdownString

Convert a string in Markdown format to a formatted expression

Function Resource: SlugifyString

Process strings to make them more URL friendly

Function Resource: StringUnion

Find the distinct characters in multiple strings

Function Resource: StringIntersection

Find the characters common to multiple strings

Function Resource: QuantityToSimpleString

Format a Quantity as a human-readable string

Example Resource: Mandala-Like Figures from Joining Points

Function Resource: ExportNewickString

Generate the Newick string representation of a tree

Function Resource: GeneralizedDMSString

Convert an angle into a customizable degree-minute-second string

Function Resource: MarkdownTableString

Convert Wolfram Language data into Markdown-friendly table strings

Function Resource: ImportNewickString

Import a string in Newick format

Function Resource: MetricNumberString

Convert raw numbers into metric system amounts for human readability

Function Resource: StringOverlapsQ

Test whether a string or strings have overlaps

Function Resource: RandomSmilesString

Get a random SMILES string for a molecule

Function Resource: ToFullString

Create a string of the FullForm of an expression with fully qualified symbol names

Function Resource: HexStringToReal

Convert a hexadecimal string to a real number

Function Resource: StringReplaceRow

Replace parts of strings with expressions to create a row

Function Resource: RealToHexString

Get a string representing the hexadecimal form of a real number

Function Resource: StringTemplateInput

Automatically format a string into boxes for documentation purposes

Function Resource: RelativeTimeString

Convert a date to a human-readable string relative to the current time

Function Resource: ImportFactorioBlueprintString

Import blueprint strings from the game Factorio

Function Resource: OrdinalNumberString

Convert integers to strings representing ranks: 1st, 2nd, 3rd, etc.

Function Resource: StringDisjointQ

Test if two strings have no common characters

Function Resource: StringIntersectingQ

Test if two strings have any common characters

Function Resource: ReadableTimeString

Convert raw seconds into a human-readable amount of time

Function Resource: ProteinImageString

Visualize text with letters represented by protein structures

Function Resource: FindStringProof

Try to find a proof of equivalence between strings in a given multiway system

Function Resource: HighlightText

Highlight parts of text according to a given pattern

Function Resource: JaroSimilarity

Compute the Jaro similarity between two strings

Function Resource: ToAlBhedString

Translate a string from Latin or Hiragana to Al Bhed, the cipher language from the game “Final Fantasy X”

Function Resource: FromAlBhedString

Translate a string from Al Bhed, the cipher language from the game Final Fantasy X, to Latin or hiragana

Function Resource: StringGlocalMultiwaySystem

Simulate the evolution of a string substitution system as a "glocal" (hybrid of global and local) multiway system

Function Resource: StringGlocalBranchialGraph

Generate a graph of branch pair ancestry for a string substitution "glocal" (hybrid of global and local) multiway system

Function Resource: StringsToVectors

Convert a set of text strings to numeric vectors

Function Resource: OverlapFreeStringTuples

Find all overlap-free strings of a specified length

Function Resource: ToCamelCase

Convert a string to lower camel case

Function Resource: AppendSequence

Append multiple items to an expression at once

Function Resource: BitStringLinearSolve

A memory efficient form of solving linear systems modulo 2

Function Resource: BitStringNullSpace

A memory efficient form of computing the null space of a matrix modulo 2

Function Resource: BitStringRowReduce

A memory efficient form of Gaussian elimination to row echelon form modulo 2

Function Resource: RainbowHighlight

Make your text legendary by dynamically scrolling the colors of the rainbow

Function Resource: KeywordPlot

Plot the density of keywords in a piece of text

Function Resource: FromCamelCase

Split camel case phrases into separate words

Function Resource: KoremutakeConvert

Convert to and from Koremutake memorable random strings

Example Resource: Bernstein–Vazirani Algorithm

Construct the Bernstein–Vazirani quantum circuit for a given secret string

Function Resource: CombinePlots

Combine plots, enabling the creation of plots with two sets of axes and the merging of prologs and epilogs

Function Resource: KeywordsGraph

A weighted graph visualizing the flow and clustering of ideas in the text

Function Resource: HighlightTextDifferences

Highlight the changes between two similar strings

Function Resource: RandomStrongPassword

Create a safe password with random ASCII characters usually available on the keyboard (English and Latin characters)

Function Resource: HexToColor

Convert hex strings into colors

Function Resource: KatakanaQ

Test if a string is composed of katakana characters

Function Resource: HiraganaQ

Test if a string is composed of hiragana characters

Function Resource: KanjiQ

Test if a string is composed of kanji characters

Function Resource: ChaoDecipher

Decipher a Chaocipher-enciphered string

Function Resource: ChaoCipher

Encipher a string using the Chaocipher

Function Resource: SpectrogramEncode

Hide a string in a spectrogram

Function Resource: DecodeFromIDNA

Decode an IDNA string

Example Resource: Build a Classifier to Detect the Language of a Text

Import French, English, German, and Spanish texts from the web to use to train a classifier

Function Resource: AffineDecipher

Decipher a string using the affine cipher

Function Resource: CaesarCipher

Performs Caesar’s substitution cipher on a string

Function Resource: AffineCipher

Encipher a string using the affine cipher

Function Resource: VigenereDecipher

Decipher a Vigenère-enciphered string

Function Resource: RainbowText

Make any text fabulous by coloring the letters with rainbow colors

Function Resource: CaesarDecipher

Decipher a Caesar-enciphered string

Function Resource: NumberParse

Parse a string to a number safely

Function Resource: EncodeToIDNA

Encode a string to the IDNA format

Function Resource: ColorToHex

Convert a color to a hex string

Function Resource: SyntaxHighlight

Syntax-highlight a code string

Function Resource: LongestCommonPrefix

Find the longest common contiguous prefix of a set of strings or lists

Function Resource: RailFenceDecipher

Decipher a string enciphered by the rail fence cipher

Function Resource: RailFenceCipher

Encipher a string using the rail fence cipher

Function Resource: FromCharacterName

Get a string character from its name

Function Resource: ToRegularExpression

Convert a string expression or a related object to a regular expression

Function Resource: BrainLanguageEncode

Encode a string into brain language code

Function Resource: RandomSubstitutionSystemRule

Generate a random string substitution rule

Function Resource: MorseCipher

Encode a string with extended Morse code

Function Resource: HuffmanEncode

Find a Huffman encoding from a string

Function Resource: ColorSearch

Search for colors containing a given string

Function Resource: HillCipherDecrypt

Decrypt a string encrypted by a Hill cipher

Function Resource: PigpenCipher

Encipher a string using the pigpen cipher

Function Resource: AtbashCipher

Encipher a string using the Atbash cipher

Function Resource: VigenereCipher

Perform Vigenère's substitution cipher on a string

Function Resource: SentenceCount

Count the number of sentences in a string of text

Paclet Resource: FaizonZaman/LexicalCases

Extract lexical patterns from text

Paclet Resource: WolframInstitute/PiMachine

Universal Reversible Machine

Function Resource: TextWatermark

Hide an invisible textual watermark within a string

Function Resource: CompassPoint

Returns a string with the closest (inter)cardinal direction

Function Resource: ChemicalNameToSMILES

Convert a chemical name into a SMILES identifier string

Function Resource: ValidSymbolIdentifierQ

Check whether a string is a valid symbol name

Function Resource: ToKatakana

Convert any hiragana characters in a string to katakana

Function Resource: ToHiragana

Convert any katakana characters in a string to hiragana

Function Resource: SmilesPlot

Visualize a SMILES string together with the molecule it represents

Function Resource: TextTake

Take a section of text specified by a number and textual unit

Function Resource: AutocompleteSearchQuery

Generate suggested text for autocompletion of a search query

Function Resource: LSystem

Generate an L-system

Function Resource: VersionOrder

Compare two version numbers to determine their order

Function Resource: LabelListPlot

Plot the occurrences of labels in a list

Function Resource: MagicInteger

Iterate through integer names until an integer equal to its string length is reached

Function Resource: FromISOTimestamp

Parse a string in ISO 8601 format to a DateObject

Function Resource: ValidISBNQ

Check if a string is a valid ISBN-13 or ISBN-10

Function Resource: HuffmanTree

Find a Huffman tree encoding from an input string

Function Resource: CreateSortableUniqueID

Create a K-Sortable Unique Identifiers hexadecimal string

Function Resource: DecodeHTMLCharacterEntities

Decode HTML character entities in a string with their regular Unicode characters

Function Resource: EncodeHTMLCharacterEntities

Encode regular Unicode characters in a string to their HTML character entities

Function Resource: ImportPGN

Import a PGN file or string as an association of structured chess data

Function Resource: EnumerateSubstitutionSystemRules

Enumerate possible inequivalent string substitution rules with a given signature

Function Resource: ScreamDecipher

Decipher a scream string as defined by Randall Munroe in xkcd #3054

Function Resource: ShowQuotes

Style the output so that quotation marks (as string characters) appear

Function Resource: TextToKaleidoscope

Create a square-symmetric image from a long string of text

Function Resource: Uwuify

Express text in the flavor of the uwu emoticon for cuteness

Function Resource: LSystemPlot

Display an L-system

Function Resource: FCGRImage

Produce a frequency chaos game representation image from a string of nucleotides

Function Resource: ConvertSequenceBondsToDotBracketForm

Convert the bonds of a biomolecular sequence to a string in a basic dot-bracket form

Function Resource: FileNameEdit

A convenience function for renaming files

Function Resource: TextChangeAnimation

Create an animation of text changing

Function Resource: FileNameWithDate

Add a date stamp to a file name or replace an existing one

Function Resource: ChessPGNDisplay

Dynamically display chess games from a Portable Game Notation (PGN) string or file

Function Resource: SparseAssociation

Create a rectangular data structure that behaves like a SparseArray indexed by string keys

Function Resource: MoleculeNeutralize

Neutralize the ionic form of a molecule provided as a Molecule, SMILES or InChI string

Function Resource: GPTTokenizer

Tokenize an input string into a list of integers from a vocabulary that was originally used to train GPT nets

Function Resource: AlkaneName

Generate the name of the straight-chain alkane with the specified number of carbon atoms

Data Resource: Guitar Chords for Picking

Complete set of 4-note guitar chords for picking

Function Resource: GraphicsPrimitiveQ

Test if a piece of a graphic is a graphics primitive

Data Resource: Full Text of A New Kind of Science

The full text of Stephen Wolfram’s A New Kind of Science

Function Resource: NucleotideName

Construct the semisystematic name of an oligonucleotide from its DNA or RNA base sequence

Function Resource: AlignmentToPositionDifferences

Convert a sequence alignment to a list of positional differences from the first sequence to the second

Function Resource: GraphicsDirectiveQ

Test if an expression is a graphics directive

Function Resource: PhraseRiffle

Convert a list of strings into a phrase

Data Resource: Hansen Solubility Parameters

Hansen solubility parameters for 211 common solvents

Data Resource: SQuAD v1.1 Tokens Generated with WL

A list of isolated words and symbols from the SQuAD dataset, which consists of a set of Wikipedia articles labeled for question answering and reading comprehension

Data Resource: SQuAD v2.0 Tokens Generated with WL

A list of isolated words and symbols from the SQuAD dataset, which consists of a set of Wikipedia articles labeled for question answering and reading comprehension

Function Resource: CharacterCurves

Turn any character into a graphics object

Paclet Resource: WolframChemistry/Selfies

SELF-referencIng Embedded Strings

Function Resource: SimpleCausalGraphCoordinates

Generate Cartesian-like coordinates for a simple two-dimensional causal graph

Function Resource: AppendColumn

Append a column to the right of a matrix

Function Resource: PrependColumn

Prepend a column to the left of a matrix

Function Resource: Biarc

Generate a biarc through two points

Function Resource: HyperbolicPoincareLine

Represent a hyperbolic line segment or polyline embedded in the Poincaré disk

Function Resource: NotebookRelativePath

Return the full path to a file relative to the current notebook

Function Resource: HypergraphToGraph

Convert a hypergraph to a graph with the same distance matrix

Example Resource: Explore Symmetries of Crystal Systems

Get symmetry, edge and angle properties of crystal systems using the Entity framework

Example Resource: The Birthday Problem in a Million Simulations

Simulate and analyze the probability of shared birthdays in a million randomly selected groups

Function Resource: ItemCounts

A two-argument form of Counts that gives an association between a set of provided keys and the number of times those keys appear in a list

Function Resource: ConvertStringsToSymbols

Convert strings inside an expression to symbols without evaluating them further

Function Resource: NearestColorName

Find the color name closest to a given color

Function Resource: SymbolNameTranslate

Get the translated name of a Wolfram Language symbol in a given language

Function Resource: AugmentedMatrix

Get the augmented matrix of the system of linear equations

Function Resource: WordsFromBitcoinBlockchain

Get the words found in the input transaction bytes in bitcoin blockchains

Function Resource: FromRecursiveRewrite

Recover expressions using RecursiveRewrite-generated rules

Function Resource: OptionNames

Get the names of options for a function, possibly filtered according to a pattern

Function Resource: AncientNumberRepresentation

Display the written representation of an integer in any of several ancient number systems, including Babylonian

Function Resource: HexConvert

Convert hexadecimal strings to integers and vice versa

Function Resource: SessionHistoryNotebook

Create a notebook containing all inputs and outputs from the current kernel session

Example Resource: Classify the ESC-50 Audio Dataset

Use transfer learning to retrain an audio classifier

Function Resource: SplineCircle

Generate a BSplineCurve primitive representing a circle

Function Resource: WordsFromExecutable

Retrieve the words found in an executable file

Function Resource: UnformalizeSymbols

Convert formal symbols in an expression into non-formal versions

Function Resource: FormalizeSymbols

Convert symbols in an expression into formal symbols

Function Resource: OutShuffle

Perform an out shuffle on a list

Function Resource: InShuffle

Perform an in shuffle on a list

Function Resource: LatinizedText

Generate dummy text of Latin words in the style of Lorem Ipsum

Function Resource: PalindromicSubsequences

Find palindromic subsequences in lists

Function Resource: CopyAsExcelData

Copy a list to the clipboard in a format that can be pasted directly into a spreadsheet

Function Resource: BalancedTernary

Convert integers to and from balanced ternary

Function Resource: BuildInterpretationLookup

Build a lookup association from data to its interpretation

Function Resource: Interleave

Combine multiple lists into a single list by interleaving their elements in sequence

Function Resource: WordAffixStructure

Separate the stem of an English word from its affixes

Function Resource: ElevenLabsHighlightSpeak

Dynamically highlight content as it is spoken

Function Resource: ReadPNG

Efficiently read a PNG file from disk and return the image

Function Resource: ImportSheetData

Interactively import data from a spreadsheet

Function Resource: EnsureJSON

Convert data into a JSON-compatible form

Function Resource: MermaidInk

Get an image corresponding to a Mermaid-JS specification via the web Mermaid-Ink interface of Mermaid-JS

Function Resource: DateSetter

Create a control for choosing a date

Function Resource: BulgarianStem

Find stems of Bulgarian words

Function Resource: ImportCSVToDataset

Import CSV and TSV files to datasets

Function Resource: OpenWebMap

Open a geographic position in an online mapping service

Function Resource: SVGImport

Import an SVG file as a graphics object

Function Resource: AddSemantics

Automatically add semantics to structured data

Function Resource: FITImport

Import a FIT file to analyze data from cycling computers, smart watches and other devices

Function Resource: TimeSetter

A control to set a time

Function Resource: ToPythonFunction

Convert a Wolfram Language function to a Python function

Function Resource: PatternSort

Sort a list of patterns according to their precedence

Function Resource: HMAC

Cryptographic hash-based message authentication code used to verify data integrity and authenticity

Function Resource: RelativePath

Create a file path relative to a given directory

Function Resource: DuckDuckGoQuery

Query instant answers from the DuckDuckGo safe search engine web API

Function Resource: NibbleArray

An array of nibbles (four-bit values)

Function Resource: DigitSum

Find the sum of digits in the positional representation of an integer

Prompt Resource: SummarizeContent

Summarize the contents of a file or URL

Function Resource: GetDefinitions

Use Get without modifying the $ContextPath