Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
This is a little paclet. I don't fully understand how to create a paclet yet
Contributed by: Peter Burbery
I'm creating this to get a better understanding of how to use paclets and the Paclet Repository. This will serve as a place to learn how to check, build, deploy, install, update, load, and uninstall paclets. This paclet will mainly contain simple functions that don't have a big complicated definition.
I will try to add at least 3 new functions for each 0.1 release. I will follow semantic versioning. I have a GitHub Repository I am storing this paclet in.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["PeterBurbery/LittleChildPaclet"]
To load the code after installation, evaluate this code:
Needs["PeterBurbery`LittleChildPaclet`"]
Write something in Morse code:
In[1]:= | ![]() |
Out[1]= | ![]() |
Say Hello World:
In[2]:= | ![]() |
Out[2]= | ![]() |
Join a string with its reversal:
In[3]:= | ![]() |
Out[3]= | ![]() |
In[4]:= | ![]() |
Out[4]= | ![]() |
In[5]:= | ![]() |
Out[5]= | ![]() |
In[6]:= | ![]() |
Out[6]= | ![]() |
Join a hello string with its reversal:
In[7]:= | ![]() |
Out[7]= | ![]() |
Find the maximum length of any roman numeral up to 3000:
In[8]:= | ![]() |
Out[8]= | ![]() |
Stack successively longer lists of integers on top of each other:
In[9]:= | ![]() |
Out[9]= | ![]() |
Replace multiples of 3 with fizz and multiples of 5 with buzz and multiples of 3 and 5 with fizz-buzz:
In[10]:= | ![]() |
Out[10]= | ![]() |
Find the number of multiples of 3 and 5 up to ⌈ⅇ12⌉:
In[11]:= | ![]() |
Out[11]= | ![]() |
Find all words that begin and end with a given letter in WordList:
In[12]:= | ![]() |
Out[12]= | ![]() |
WordListLookup is to DictionaryLookup as WordList[] is to DictionaryLookup[]:
In[13]:= | ![]() |
Out[13]= | ![]() |
Test if an integer is a palindrome:
In[14]:= | ![]() |
Out[14]= | ![]() |
Test if 2015 is a palindrome in base 2, binary:
In[15]:= | ![]() |
Out[15]= | ![]() |
Write the first sentence of the Genesis KJV in Morse code:
In[16]:= | ![]() |
Out[16]= | ![]() |
In[17]:= | ![]() |
Out[17]= | ![]() |
Iteratively sum and square all integers from 1 to 10:
In[18]:= | ![]() |
Out[18]= | ![]() |
Test if input is a positive integer:
In[19]:= | ![]() |
Out[19]= | ![]() |
In[20]:= | ![]() |
Out[20]= | ![]() |
In[21]:= | ![]() |
Out[21]= | ![]() |
Find all ways to score 21 points with two pointers and three pointers in basketball:
In[22]:= | ![]() |
Out[22]= | ![]() |
Rearrange a list of integers so all odd integers appear before all even integers, without changing the order otherwise:
In[23]:= | ![]() |
Out[23]= | ![]() |
Find all distinct pairs that sum to 100 in a list of integers:
In[24]:= | ![]() |
Out[24]= | ![]() |
Find the digital root of 1234:
In[25]:= | ![]() |
Out[25]= | ![]() |
Wolfram Language Version 13.2