Skip to content

Instantly share code, notes, and snippets.

View planetoftheweb's full-sized avatar
🚀
Hubbing

Ray Villalobos planetoftheweb

🚀
Hubbing
View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: It looks like row 4 should actually have 31 columns, instead of 14 in line 3.
YEAR,LocationAbbr,LocationDesc,TopicType,TopicDesc,MeasureDesc,DataSource,Response,Data_Value_Unit,Data_Value_Type,Data_Value,Data_Value_Footnote_Symbol,Data_Value_Footnote,Data_Value_Std_Err,Low_Confidence_Limit,High_Confidence_Limit,Sample_Size,Gender,Race,Age,Education,GeoLocation,TopicTypeId,TopicId,MeasureId,StratificationID1,StratificationID2,StratificationID3,StratificationID4,SubMeasureID,DisplayOrder
2004,OH,Ohio,Tobacco Use – Survey Data,Cigarette Use (Youth),Smoking Status,YTS,Ever,%,Percentage,32.2,,,3.2,25.8,38.5,1377,Overall,All Races,All Ages,Middle School,"(40.060210141, -82.404260056)",BEH,106BEH,166SSA,1GEN,8AGE,6RAC,1EDU,YTS08,8
2008,AL,Alabama,Tobacco Use – Survey Data,Cigarette Use (Youth),Smoking Status,YTS,Ever,%,Percentage,47.8,,,2.9,42.1,53.5,654,Female,All Races,All Ages,High School,"(32.840571122, -86.631860762)",BEH,106BEH,166SSA,3GEN,8AGE,6RAC,2EDU,YTS08,8
2015,WV,West Virginia,Tobacco Use – Survey Data,Smokeless Tobacco Use (Youth),User Status,YTS,Frequent,%,Percentage,12.7,,,1.9
@planetoftheweb
planetoftheweb / linksforprocessing.txt
Created August 9, 2024 13:12
Links of useful AI websites
New York Times Sues OpenAI and Microsoft Over Use of Copyrighted Work - The New York Times
https://www.nytimes.com/2023/12/27/business/media/new-york-times-open-ai-microsoft-lawsuit.html
OpenAI and journalism | OpenAI
https://openai.com/index/openai-and-journalism/
Content Credentials
https://contentcredentials.org/verify
Claude
@planetoftheweb
planetoftheweb / podcastData.csv
Last active August 9, 2024 09:32
Podcast Data Mockup for Chat GPT
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 6 columns, instead of 4 in line 8.
title,description,episode,guest,duration,downloads
AI Tomorrow: Innovation and Challenges,Discusses the innovations and challenges in AI for the future.,1,Dr. Jane Smith,0:31:15,1000
The AI Revolution in Daily Life,Explores how AI is transforming daily life and what comes next.,2,Prof. John Doe,0:30:45,1050
Exploring Future AI Technologies,Covers emerging AI technologies and their potential impacts.,3,Dr. Alan Brown,0:30:35,1100
Next-Gen AI: What Lies Ahead,Examines upcoming advancements and possibilities in AI.,4,Dr. Emily White,0:30:50,1150
AI Ethics and the Road Forward,Looks into AI ethics and the future implications of its use.,5,Prof. Michael Green,0:31:05,1200
AI and Society: A Future Outlook,Analyzes the societal changes AI may bring in the coming years.,6,Dr. Laura Jones,0:31:20,1250
The Future of AI in Healthcare,Focuses on AI's potential to transform healthcare services.,7,Dr. Sarah Wilson,0:30:55,1300
AI in the Workplace: Future Trends,Reviews the trends in AI that could reshape the workplace.,8,D
@planetoftheweb
planetoftheweb / Action.yaml
Created July 29, 2024 23:59
Assign an Issue YAML
name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
@planetoftheweb
planetoftheweb / privatewelcome.md
Created July 23, 2024 00:06
Private Welcome for Company Repo Sample

Welcome Team!

This repository is the central hub for all our projects at Pixel Prowess. Here, you’ll find everything you need to collaborate effectively and maintain our high standards of quality.

Default Repo Structure

  • /src: Source code for all active projects.
  • /docs: Documentation for project setup, API references, and coding standards.
  • /tests: Unit and integration tests to ensure code quality.
  • /scripts: Utility scripts for automation and deployment.
@planetoftheweb
planetoftheweb / public.md
Created July 23, 2024 00:04
Public Profile Pixel Prowess

Welcome

Welcome to Pixel Prowess! We are a dynamic web development firm dedicated to creating innovative and user-centric digital solutions. At Pixel Prowess, we combine creativity with technical expertise to build scalable and efficient web applications that meet the highest standards of quality.

About Us

Pixel Prowess is comprised of skilled developers who bring a wealth of experience in both frontend and backend development. Our team is passionate about technology and committed to continuous learning and improvement.

Our Team

@planetoftheweb
planetoftheweb / readmepromptgenerator.md
Last active July 22, 2024 22:01
A prompt for generating detailed REAME files.

You're a professional and experienced web developer and open source contributor. Create a first release README document for these files. The target audience is professional developers with five years of experience building online projects.

  • Include a description
  • A list of interesting techniques the code uses in the files provided. When possible link to MDN documentation as part of the text of the technique.
  • A list of non-obvious technologies or libraries used in the code that would be of interest to professional developers with medium level experience.
  • Make sure you add links to external libraries, including links to any specific fonts used.
  • A breakdown of the project structure as a directory list code block: Include directories like any images directories or subfolders implied by the code, but not individual files unless they're in the root directory. Add a short description of any interesting directories underneath the code block
  • If you mention a file or directory in the description, link to the
@planetoftheweb
planetoftheweb / settings.json
Created July 9, 2024 09:32
Default Settings.json file for course development
{
"editor.bracketPairColorization.enabled": true,
"editor.cursorBlinking": "solid",
"editor.fontFamily": "ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace",
"editor.fontLigatures": false,
"editor.fontSize": 22,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.lineNumbers": "on",
"editor.matchBrackets": "always",
@planetoftheweb
planetoftheweb / LICENSE.txt
Created July 6, 2024 17:13
Text of the standard MIT license, add the year and the copyright holder.
Copyright <YEAR> <COPYRIGHT HOLDER>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE

Midjourney AI Art Gallery

This project showcases a gallery of AI-generated images created with Midjourney. It includes unique characters, fantasy cityscapes, artistic indoor scenes, digital textures, and various artistic styles. This repository demonstrates the integration of modern web development techniques to create an interactive and visually appealing gallery.

Techniques Used

  • Intersection Observer API: Used to animate section visibility as users scroll through the page. Learn more about Intersection Observer API.
  • Scroll Behavior: Smooth scrolling enabled for a better user experience. See scroll-behavior.
  • CSS Transitions: Applied for smooth visual effects during scroll and image interactions. Explore CSS Transitions.
  • Lightbox Feature: Provides a full-screen view of imag