Skip to content

Instantly share code, notes, and snippets.

View AR-Student824's full-sized avatar
👽
notelierai.com

ar AR-Student824

👽
notelierai.com
View GitHub Profile
@AR-Student824
AR-Student824 / index.html
Last active November 22, 2021 01:38
Copy content when codeblocks are clicked:HTML,JS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<code>console.log('hello!')</code>
<script src="https://underdot.vercel.app/underdot.js" type="text/javascript"></script>
@AR-Student824
AR-Student824 / MAIN.md
Created August 5, 2021 04:16
I made 1 JavaScript project a day for a week

I made 1 JavaScript-powered project a day for a week, here are the results

Rules

  • The project must be at a working state or I fail the challenge and I have to start over (luckily didn't happen)
  • Each project must be open source
  • I can edit any one of those projects after the week ends, but I can only edit the day's project during the week
  • All projects must involve some sort of JavaScript, so I can't just make some static website and call it a day
  • The projects don't have to be fully complete, they just have to be at a working state

Now that is out of the way, here are the projects I made, and the link to the final commit of the day the projects were made. NOTE: I do not recommend you run the code from the final commit of the day because when the week is over, I am adding improvements to the projects, and it's always recommended to use the latest version. This is just to prove that I didn't cheat.

@norcal82
norcal82 / city_names.js
Last active November 7, 2023 23:55
javascript array of major us city names
// javascript, coffeescript, jquery...
var city_names = ["Aberdeen", "Abilene", "Akron", "Albany", "Albuquerque", "Alexandria", "Allentown", "Amarillo", "Anaheim", "Anchorage", "Ann Arbor", "Antioch", "Apple Valley", "Appleton", "Arlington", "Arvada", "Asheville", "Athens", "Atlanta", "Atlantic City", "Augusta", "Aurora", "Austin", "Bakersfield", "Baltimore", "Barnstable", "Baton Rouge", "Beaumont", "Bel Air", "Bellevue", "Berkeley", "Bethlehem", "Billings", "Birmingham", "Bloomington", "Boise", "Boise City", "Bonita Springs", "Boston", "Boulder", "Bradenton", "Bremerton", "Bridgeport", "Brighton", "Brownsville", "Bryan", "Buffalo", "Burbank", "Burlington", "Cambridge", "Canton", "Cape Coral", "Carrollton", "Cary", "Cathedral City", "Cedar Rapids", "Champaign", "Chandler", "Charleston", "Charlotte", "Chattanooga", "Chesapeake", "Chicago", "Chula Vista", "Cincinnati", "Clarke County", "Clarksville", "Clearwater", "Cleveland", "College Station", "Colorado Springs", "Columbia", "Columbus", "Concord", "Coral Spri