Difference between revisions of "Code Snippets"

From Coder Merlin
m (Added Igis section)
 
Line 1: Line 1:
= User Input =
== User Input ==
# [[Code Snippet: User Input-Single Line|User Input-Single Line]]
# [[Code Snippet: User Input-Single Line|User Input-Single Line]]
# [[Code Snippet: User Input-Multi Line|User Input-Multi Line]]
# [[Code Snippet: User Input-Multi Line|User Input-Multi Line]]
# [[Code Snippet: Prompt for Yes or No|Prompt for Yes or No]]
# [[Code Snippet: Prompt for Yes or No|Prompt for Yes or No]]


= Randomness =
== Randomness ==
# [[Code Snippet: Random Integers|Random Integers]]
# [[Code Snippet: Random Integers|Random Integers]]
# [[Code Snippet: Random Fractions|Random Fractions]]
# [[Code Snippet: Random Fractions|Random Fractions]]
Line 11: Line 11:
# [[Code Snippet: Shuffle Strings|Shuffle Strings]]
# [[Code Snippet: Shuffle Strings|Shuffle Strings]]


= Strings and Characters =
== Strings and Characters ==
# [[Code Snippet: Changing Character Case|Changing Character Case]]
# [[Code Snippet: Changing Character Case|Changing Character Case]]
# [[Code Snippet: Long Strings|Long Strings]]
# [[Code Snippet: Long Strings|Long Strings]]
Line 22: Line 22:
# [[Code Snippet: Matching Regular Expressions|Matching Regular Expressions]]
# [[Code Snippet: Matching Regular Expressions|Matching Regular Expressions]]


= Printing =
== Printing ==
# [[Code Snippet: Slow Printing|Slow Printing]]
# [[Code Snippet: Slow Printing|Slow Printing]]
= Files =
= Files =
Line 28: Line 28:
# [[Code Snippet: Print a File Line-by-Line|Print a File Line-by-Line]]
# [[Code Snippet: Print a File Line-by-Line|Print a File Line-by-Line]]


= Igis =
== Igis ==
# [[Igis Snippet: Clearing the Canvas Every Frame|Clearing the Canvas Every Frame]]
# [[Igis Snippet: Clearing the Canvas Every Frame|Clearing the Canvas Every Frame]]
# [[Igis Snippet: Maintaining a Constant Aspect Ratio|Maintaining a Constant Aspect Ratio]]
# [[Igis Snippet: Maintaining a Constant Aspect Ratio|Maintaining a Constant Aspect Ratio]]


= Swift Packages =
== Swift Packages ==
# [[Script Snippet: Swift Packages]]
# [[Script Snippet: Swift Packages]]


= Git =
== Git ==
# [[Git Snippet: Repoint Remote|Repoint Repository to New Remote]]
# [[Git Snippet: Repoint Remote|Repoint Repository to New Remote]]
# [[Git Snippet: Revert to Tag|Revert to a Specific Tag]]
# [[Git Snippet: Revert to Tag|Revert to a Specific Tag]]
== Python ==
# [[Python Snippet: Create Virtual Environment]]

Latest revision as of 15:14, 17 April 2022