Pinned Loading
-
rssLatestPost
rssLatestPost PublicPulls the latest post from a blog and displays its title as a link. JavaScript w/jQuery.
HTML
-
locator
locator PublicA JavaScript zipcode lookup script using Google Javascript Maps API v3, Google Geocoding API, and jQuery.
CSS
-
Dynamic Copyright Date Example
Dynamic Copyright Date Example 1<!-- include these in the head -->
2<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
34<script type="text/javascript">
5$( document ).ready(function() {
-
Clear the Terminal in Python
Clear the Terminal in Python 1import os
23if(os.name == "posix"):
4os.system('clear')
5else:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.