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
| from PIL import Image | |
| import os | |
| import shutil | |
| def get_aspect_ratio(image_path): | |
| with Image.open(image_path) as img: | |
| width, height = img.size | |
| aspect_ratio = float(width) / float(height) | |
| return aspect_ratio |
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
| <img src="https://glitch-art.vercel.app/api/simple?word=eliana" alt="Glitch Art" /> |
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
| <details> | |
| <summary>welcome to ravel!</summary> | |
| <details> | |
| <summary>ravel is a tool for making unfolding texts out of the html details tag.</summary> | |
| <details> | |
| <summary>write text in the "Write" tab, left</summary> | |
| <div>(click on any piece of text to edit it)</div> | |
| <details> | |
| <summary>while writing, press enter to make a new node of editable text</summary> | |
| <div>it will be nested under the node you were writing in</div> |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <title>Universal CSV Viewer</title> | |
| <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"> | |
| <link rel="stylesheet" href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css"> |
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
| :root { | |
| --border-color: #e1e4e8; | |
| --header-bg: #f6f8fa; | |
| --header-text: #24292e; | |
| --row-hover: #f1f8ff; | |
| --link-color: #0366d6; | |
| --text-muted: #586069; | |
| } | |
| /* 1. Container for Responsiveness & Sticky Header */ |
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
| @import url("https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap"); | |
| /* ============================ | |
| 1. VARIABLES & RESET | |
| ============================ */ | |
| :root { | |
| --width: 900px; | |
| --font-main: "Cutive Mono", monospace; | |
| --background-color: #1b2c45; | |
| --heading-color: #ffffff; |
- http://github.com/features/ai
- http://github.com/features/models
- http://github.com/features/spark
- http://github.com/security/advanced-security/demo
- http://github.com/security/plans
- http://github.com/spark
- https://archiveprogram.github.com/
- https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/
- https://azure.microsoft.com/en-us/products/devops/github-advanced-security
- [https://blogs.microsoft.com/on-the-issues/2023/09/07/copilot-copyright-commitment-ai-legal-concerns/](https://blogs.microsoft.com/on-the-issues/2023/09/07/copilot-copyright-commi
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
| /** | |
| * X/Twitter Bookmark Remover | |
| * | |
| * This script automatically removes all bookmarks from your X/Twitter account | |
| * by scrolling through your bookmarks page and clicking the remove button for each bookmark. | |
| * | |
| * HOW TO USE: | |
| * 1. Go to your bookmarks page: https://twitter.com/i/bookmarks or https://x.com/i/bookmarks | |
| * 2. Open browser developer console (F12 or Ctrl+Shift+J or Cmd+Option+J) | |
| * 3. Copy and paste this entire script into the console |
NewerOlder