-
Notifications
You must be signed in to change notification settings - Fork 0
Add initial Jupyter Notebook and VSCode settings #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MastaTrill
wants to merge
3
commits into
users/anonymous/changes-2025-07-27T09-47-20-175Z
Choose a base branch
from
codespace-laughing-train-r9rgvv7jwwwfpr47
base: users/anonymous/changes-2025-07-27T09-47-20-175Z
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,49 @@ | ||
| { | ||
| "cells": [], | ||
| "metadata": {}, | ||
| "cells": [ | ||
| { | ||
| "cell_type": "code", | ||
| "execution_count": null, | ||
| "id": "f36f345a", | ||
| "metadata": {}, | ||
| "outputs": [], | ||
| "source": [] | ||
| }, | ||
| { | ||
| "cell_type": "code", | ||
| "execution_count": null, | ||
| "id": "7bb04f3b", | ||
| "metadata": {}, | ||
| "outputs": [], | ||
| "source": [] | ||
| }, | ||
| { | ||
| "cell_type": "code", | ||
| "execution_count": null, | ||
| "id": "137e59d9", | ||
| "metadata": {}, | ||
| "outputs": [], | ||
| "source": [] | ||
| }, | ||
| { | ||
| "cell_type": "code", | ||
| "execution_count": null, | ||
| "id": "ca7df9d5", | ||
| "metadata": {}, | ||
| "outputs": [], | ||
| "source": [] | ||
| } | ||
| ], | ||
| "metadata": { | ||
| "kernelspec": { | ||
| "display_name": ".venv", | ||
| "language": "python", | ||
| "name": "python3" | ||
| }, | ||
| "language_info": { | ||
| "name": "python", | ||
| "version": "3.12.1" | ||
| } | ||
| }, | ||
| "nbformat": 4, | ||
| "nbformat_minor": 5 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| { | ||
| "remote.autoForwardPortsFallback": 0 | ||
| "remote.autoForwardPortsFallback": 0, | ||
| "dbt.dbtIntegration": "cloud", | ||
| "circleci.filters.branchFilter": "allBranches", | ||
| "circleci.persistedProjectSelection": [ | ||
| "gh/MastaTrill/Aetheron", | ||
| "gh/MastaTrill/Aetheron" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,72 +1,72 @@ | ||
| ( | ||
| echo ^<!DOCTYPE html^> | ||
| echo ^<html lang="en"^> | ||
| echo ^<head^> | ||
| echo ^<meta charset="UTF-8"^> | ||
| echo ^<meta name="viewport" content="width=device-width, initial-scale=1.0"^> | ||
| echo ^<title^>Aetheron Admin Dashboard^</title^> | ||
| echo ^<link rel="stylesheet" href="styles/dashboard.css"^> | ||
| echo ^</head^> | ||
| echo ^<body^> | ||
| echo ^<canvas id="space-bg"^>^</canvas^> | ||
| echo | ||
| echo ^<header class="main-header"^> | ||
| echo ^<div class="header-content"^> | ||
| echo ^<h1^>🌌 Aetheron Control Center^</h1^> | ||
| echo ^<p^>Decentralized Space Exploration Platform^</p^> | ||
| echo ^</div^> | ||
| echo ^</header^> | ||
| echo. | ||
| echo ^<nav id="sidebar" class="sidebar"^> | ||
| echo ^<div class="sidebar-header"^> | ||
| echo ^<h3^>🚀 Aetheron^</h3^> | ||
| echo ^</div^> | ||
| echo ^<ul class="nav-menu"^> | ||
| echo ^<li^>^<a href="#dashboard" class="nav-link active" data-section="dashboard"^>📊 Dashboard^</a^>^</li^> | ||
| echo ^<li^>^<a href="#users" class="nav-link" data-section="users"^>👥 Users^</a^>^</li^> | ||
| echo ^<li^>^<a href="#missions" class="nav-link" data-section="missions"^>🎯 Missions^</a^>^</li^> | ||
| echo ^<li^>^<a href="#blockchain" class="nav-link" data-section="blockchain"^>⛓️ Blockchain^</a^>^</li^> | ||
| echo ^<li^>^<a href="#analytics" class="nav-link" data-section="analytics"^>📈 Analytics^</a^>^</li^> | ||
| echo ^</ul^> | ||
| echo ^</nav^> | ||
| echo. | ||
| echo ^<main id="main-content" class="main-content"^> | ||
| echo ^<section id="dashboard" class="content-section active"^> | ||
| echo ^<h2^>🌌 Welcome to Aetheron Platform^</h2^> | ||
| echo ^<div class="stats-grid"^> | ||
| echo ^<div class="stat-card"^> | ||
| echo ^<h3^>Total Users^</h3^> | ||
| echo ^<p class="stat-number"^>1,234^</p^> | ||
| echo ^</div^> | ||
| echo ^<div class="stat-card"^> | ||
| echo ^<h3^>Active Missions^</h3^> | ||
| echo ^<p class="stat-number"^>56^</p^> | ||
| echo ^</div^> | ||
| echo ^<div class="stat-card"^> | ||
| echo ^<h3^>AETH Staked^</h3^> | ||
| echo ^<p class="stat-number"^>892,345^</p^> | ||
| echo ^</div^> | ||
| echo ^<div class="stat-card"^> | ||
| echo ^<h3^>Network Health^</h3^> | ||
| echo ^<p class="stat-number"^>99.9%^</p^> | ||
| echo ^</div^> | ||
| echo ^</div^> | ||
| echo | ||
| echo ^<div class="welcome-message"^> | ||
| echo ^<h3^>🚀 Platform Status: LIVE^</h3^> | ||
| echo ^<p^>Welcome to the Aetheron Admin Dashboard. This is a revolutionary blockchain and space exploration platform.^</p^> | ||
| echo ^<ul^> | ||
| echo ^<li^>✅ Admin Dashboard - Fully Functional^</li^> | ||
| echo ^<li^>✅ Mobile App - React Native Ready^</li^> | ||
| echo ^<li^>✅ Backend API - Express.js Server^</li^> | ||
| echo ^<li^>✅ Smart Contracts - Solidity Ready^</li^> | ||
| echo ^<li^>✅ Professional Structure - Production Ready^</li^> | ||
| echo ^</ul^> | ||
| echo ^</div^> | ||
| echo ^</section^> | ||
| echo ^</main^> | ||
| echo. | ||
| echo ^<script src="scripts/dashboard.js"^>^</script^> | ||
| echo ^</body^> | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Aetheron Admin Dashboard</title> | ||
| <link rel="stylesheet" href="styles/dashboard.css"> | ||
| </head> | ||
| <body> | ||
| <canvas id="space-bg"></canvas> | ||
|
|
||
| <header class="main-header"> | ||
| <div class="header-content"> | ||
| <h1>🌌 Aetheron Control Center</h1> | ||
| <p>Decentralized Space Exploration Platform</p> | ||
| </div> | ||
| </header> | ||
|
|
||
| <nav id="sidebar" class="sidebar"> | ||
| <div class="sidebar-header"> | ||
| <h3>🚀 Aetheron</h3> | ||
| </div> | ||
| <ul class="nav-menu"> | ||
| <li><a href="#dashboard" class="nav-link active" data-section="dashboard">📊 Dashboard</a></li> | ||
| <li><a href="#users" class="nav-link" data-section="users">👥 Users</a></li> | ||
| <li><a href="#missions" class="nav-link" data-section="missions">🎯 Missions</a></li> | ||
| <li><a href="#blockchain" class="nav-link" data-section="blockchain">⛓️ Blockchain</a></li> | ||
| <li><a href="#analytics" class="nav-link" data-section="analytics">📈 Analytics</a></li> | ||
| </ul> | ||
| </nav> | ||
|
|
||
| <main id="main-content" class="main-content"> | ||
| <section id="dashboard" class="content-section active"> | ||
| <h2>🌌 Welcome to Aetheron Platform</h2> | ||
| <div class="stats-grid"> | ||
| <div class="stat-card"> | ||
| <h3>Total Users</h3> | ||
| <p class="stat-number">1,234</p> | ||
| </div> | ||
| <div class="stat-card"> | ||
| <h3>Active Missions</h3> | ||
| <p class="stat-number">56</p> | ||
| </div> | ||
| <div class="stat-card"> | ||
| <h3>AETH Staked</h3> | ||
| <p class="stat-number">892,345</p> | ||
| </div> | ||
| <div class="stat-card"> | ||
| <h3>Network Health</h3> | ||
| <p class="stat-number">99.9%</p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="welcome-message"> | ||
| <h3>🚀 Platform Status: LIVE</h3> | ||
| <p>Welcome to the Aetheron Admin Dashboard. This is a revolutionary blockchain and space exploration platform.</p> | ||
| <ul> | ||
| <li>✅ Admin Dashboard - Fully Functional</li> | ||
| <li>✅ Mobile App - React Native Ready</li> | ||
| <li>✅ Backend API - Express.js Server</li> | ||
| <li>✅ Smart Contracts - Solidity Ready</li> | ||
| <li>✅ Professional Structure - Production Ready</li> | ||
| </ul> | ||
| </div> | ||
| </section> | ||
| </main> | ||
|
|
||
| <script src="scripts/dashboard.js"></script> | ||
| </body> | ||
| </html> | ||
| echo ^</html^> | ||
| ) > admin-dashboard\index.html | ||
MastaTrill marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
MastaTrill marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
MastaTrill marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,53 @@ | ||
| ```bat | ||
| @echo off | ||
| setlocal | ||
|
|
||
| REM --- Check if running on Windows --- | ||
| ver | find "Windows" >nul | ||
| if errorlevel 1 ( | ||
| echo This script must be run on Windows. | ||
| exit /b 1 | ||
| ) | ||
|
|
||
| REM --- Check for required commands --- | ||
| where tree >nul 2>nul | ||
| if errorlevel 1 ( | ||
| echo The 'tree' command is required but not found. | ||
| exit /b 1 | ||
| ) | ||
| where dir >nul 2>nul | ||
| if errorlevel 1 ( | ||
| echo The 'dir' command is required but not found. | ||
| exit /b 1 | ||
| ) | ||
|
|
||
| REM --- Aetheron Platform Structure Creation Confirmation --- | ||
| echo 🎉 AETHERON PLATFORM STRUCTURE CREATED SUCCESSFULLY! | ||
| echo. | ||
|
|
||
| REM --- Show Directory Structure --- | ||
| echo 📁 Directory Structure: | ||
| tree /f /a | ||
| echo. | ||
|
|
||
| REM --- Show File Count --- | ||
| echo 📊 File Count: | ||
| dir /s /-c | find "File(s)" | ||
| echo. | ||
|
|
||
| REM --- GitHub Upload Instructions --- | ||
| echo ✅ Ready for GitHub Upload! | ||
| echo. | ||
| echo 🚀 Next Steps: | ||
| echo 1. Go to https://github.com/new | ||
| echo 2. Create repository: aetheron-platform | ||
| echo 3. Run: git remote add origin https://github.com/YOUR-USERNAME/aetheron-platform.git | ||
| echo 3. Run: git remote add origin https://github.com/MastaTrill/aetheron-platform.git | ||
MastaTrill marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
MastaTrill marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| echo 4. Run: git push -u origin main | ||
| echo 5. Enable GitHub Pages in repository settings | ||
| echo. | ||
|
|
||
| REM --- Final Message --- | ||
| echo 🌌 Your Aetheron Platform is ready for launch! | ||
| pause | ||
| endlocal | ||
| ``` | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,37 +1,37 @@ | ||
| ( | ||
| echo name: CI/CD Pipeline | ||
| echo. | ||
| echo on: | ||
| echo push: | ||
| echo branches: [ main ] | ||
| echo pull_request: | ||
| echo branches: [ main ] | ||
| echo. | ||
| echo jobs: | ||
| echo build: | ||
| echo runs-on: ubuntu-latest | ||
| echo | ||
| echo steps: | ||
| echo - uses: actions/checkout@v3 | ||
| echo | ||
| echo - name: Setup Node.js | ||
| echo uses: actions/setup-node@v3 | ||
| echo with: | ||
| echo node-version: '18' | ||
| echo | ||
| echo - name: Install dependencies | ||
| echo run: npm install | ||
| echo | ||
| echo - name: Run tests | ||
| echo run: echo "Tests will be implemented" | ||
| echo | ||
| echo - name: Build project | ||
| echo run: echo "Build successful" | ||
| echo | ||
| echo - name: Deploy to GitHub Pages | ||
| echo if: github.ref == 'refs/heads/main' | ||
| echo uses: peaceiris/actions-gh-pages@v3 | ||
| echo with: | ||
| echo github_token: ${{ secrets.GITHUB_TOKEN }} | ||
| echo publish_dir: ./admin-dashboard | ||
| ) > .github\workflows\ci.yml | ||
| # This file should be renamed/moved to: .github/workflows/ci.yml | ||
|
|
||
| name: CI/CD Pipeline | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ main ] | ||
| pull_request: | ||
| branches: [ main ] | ||
|
|
||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v3 | ||
|
|
||
| - name: Setup Node.js | ||
| uses: actions/setup-node@v3 | ||
| with: | ||
| node-version: '18' | ||
|
|
||
| - name: Install dependencies | ||
| run: npm install | ||
|
|
||
| - name: Run tests | ||
| run: echo "Tests will be implemented" | ||
|
|
||
| - name: Build project | ||
| run: echo "Build successful" | ||
|
|
||
| - name: Deploy to GitHub Pages | ||
| if: github.ref == 'refs/heads/main' | ||
| uses: peaceiris/actions-gh-pages@v3 | ||
| with: | ||
| github_token: ${{ secrets.GITHUB_TOKEN }} | ||
| publish_dir: ./admin-dashboard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,28 +1,8 @@ | ||||||||||
| MIT License | ||||||||||
|
|
||||||||||
| Copyright (c) 2025 William Mccoy | ||||||||||
| # MIT License | ||||||||||
|
|
||||||||||
|
Comment on lines
+1
to
2
|
||||||||||
| # MIT License |
Owner
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
| # MIT License | |
| # MIT License | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.