Skip to content

Instantly share code, notes, and snippets.

View rconnolly's full-sized avatar

Randy Connolly rconnolly

View GitHub Profile
[{"id":"P001","name":"Silk Wrap Blouse","gender":"womens","category":"Tops","description":"Elegant wrap blouse crafted from luxurious silk with adjustable tie waist and feminine draping. Perfect for office or evening occasions.","price":89.99,"cost":35,"color":[{"name":"Ivory","hex":"#FFFFF0"}],"sizes":["XS","S","M","L"],"material":"100% Silk","sales":{"domestic":142,"international":38,"total":180}},{"id":"P002","name":"High-Waist Linen Trousers","gender":"mens","category":"Bottoms","description":"Breathable high-waisted trousers in premium linen blend with tailored fit and wide leg silhouette. Features side pockets and zip closure.","price":115,"cost":50,"color":[{"name":"Beige","hex":"#F5F5DC"}],"sizes":["XS","S","M","L","XL"],"material":"Linen Blend","sales":{"domestic":98,"international":52,"total":150}},{"id":"P003","name":"Cashmere Turtleneck Sweater","gender":"mens","category":"Sweaters","description":"Ultra-soft pure cashmere turtleneck with ribbed trim and relaxed fit. A timeless wardrobe essential f
[
{
"id": "P001",
"name": "Silk Wrap Blouse",
"gender": "womens",
"category": "Tops",
"description": "Elegant wrap blouse crafted from luxurious silk with adjustable tie waist and feminine draping. Perfect for office or evening occasions.",
"price": 89.99,
"cost": 35,
"color": [
@rconnolly
rconnolly / companies-tech.json
Created February 27, 2024 04:55
Stock information for companies from sector Information Technology
[
{
"symbol": "AAPL",
"name": "Apple Inc.",
"sector": "Information Technology",
"subindustry": "Computer Hardware",
"address": "Cupertino, California",
"latitude": 37.3347,
"longitude": -122.009,
"website": "http://www.apple.com",
@rconnolly
rconnolly / sample-portfolio.json
Created May 7, 2019 21:30
Sample portfolio over time (for charting)
[
{
"year":2017,
"portfolio":[
{
"symbol":"MSFT",
"owned":425
},
{
"symbol":"GIS",
@rconnolly
rconnolly / opening-lines.json
Last active September 29, 2018 21:20
Famous Opening Lines
[
{
"text": "Many years later, as he faced the firing squad, the Colonel was to remember that distant afternoon when his father took him to discover ice.",
"author": "Gabriel Garcia Marquez",
"book": "One Hundred Years Of Solitude"
},
{
"text": "Under certain circumstances there are few hours in life more agreeable than the hour dedicated to the ceremony known as afternoon tea.",
"author": "Henry James",
"book": "The Portrait Of A Lady"
@rconnolly
rconnolly / galleries.json
Last active September 28, 2018 19:29
Small list of galleries and some of their paintings (for Fundamentals of Web Development)
[
{
"nameEn":"Prado Museum",
"nameNative":"Museo del Prado",
"link":"http://www.museodelprado.es/",
"location":{
"city":"Madrid",
"address":"Paseo del Prado, s/n, 28014",
"country":"Spain",
"latitude":40.413393,
@rconnolly
rconnolly / cities-it.json
Last active September 27, 2018 02:19
Select Cities in Italy (for Fundamentals of Web Development)
[
{
"CityCode":3181402,
"AsciiName":"Burano",
"CountryCodeISO":"IT",
"Latitude":45.48548,
"Longitude":12.41696,
"Population":4000,
"Elevation":3,
"TimeZone":"Europe\/Rome"
@rconnolly
rconnolly / cities-us.json
Created September 23, 2018 02:32
Cities-United States (for Fundamentals of Web Development)
[
{
"id":"4669635",
"name":"Abilene",
"iso":"US",
"latitude":"32.44874",
"longitude":"-99.73314",
"population":"117063",
"elevation":"525"
},
@rconnolly
rconnolly / cities-ca.json
Created September 23, 2018 02:31
Cities-Canada (for Fundamentals of Web Development)
[
{
"id":"5881791",
"name":"Abbotsford",
"iso":"CA",
"latitude":"49.05798",
"longitude":"-122.25257",
"population":"151683",
"elevation":"114"
},
@rconnolly
rconnolly / continents.json
Created September 23, 2018 02:27
Continents (for Fundamentals of Web Development, 2nd Ed)
[{"code":"AF","name":"Africa","geonameId":"6255146"},{"code":"AN","name":"Antarctica","geonameId":"6255152"},{"code":"AS","name":"Asia","geonameId":"6255147"},{"code":"EU","name":"Europe","geonameId":"6255148"},{"code":"NA","name":"North America","geonameId":"6255149"},{"code":"OC","name":"Oceania","geonameId":"6255151"},{"code":"SA","name":"South America","geonameId":"6255150"}]