♻️ update single page
This commit is contained in:
parent
26f9d5875d
commit
0707132abc
12
single-page
12
single-page
@ -14980,20 +14980,20 @@ onMounted(() => {
|
||||
* ↪️ **[CLI Cheat Sheets](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_cli_cheat_sheets)**
|
||||
* ⭐ **[QuickRef.me](https://quickref.me/)**, [Dark Hamster](https://www.dark-hamster.com/) or [Devhints](https://devhints.io/) - Developer Cheat Sheets
|
||||
* ⭐ **[30 Seconds of Code](https://www.30secondsofcode.org/)**, [FreeFrontend](https://freefrontend.com/), [SnipIt](https://snipit.io/) or [HTML-Dom](https://phuoc.ng/collection/html-dom/) - Find Code Snippets
|
||||
* ⭐ **[HTML Reference](https://htmlreference.io/)**, [HTML Cheat Sheet](https://htmlcheatsheet.com/) or [HTML.com](https://html.com/) - HTML Guides / Cheat Sheets
|
||||
* [KeyCheck](https://keycheck.dev/) - Dev Tool Hotkeys
|
||||
* [Algorithms-Cheatsheet-Resources](https://github.com/starkblaze01/Algorithms-Cheatsheet-Resources) - Code Algorithm Cheat Sheets
|
||||
* [Python Cheatsheet](https://gto76.github.io/python-cheatsheet/) or [SpeedSheet](https://speedsheet.io/) or [python-cheatsheet](https://gto76.github.io/python-cheatsheet/) - Python Cheat Sheets
|
||||
* [cppreference](https://en.cppreference.com/w/) - C++ Cheat Sheets
|
||||
* [React Typescript Cheatsheet](https://react-typescript-cheatsheet.netlify.app) - React Typescript Cheat Sheets
|
||||
* [SQL Cheat Sheet](https://i.ibb.co/Ctr0Tn8/e289a15e2246.jpg) - SQL Cheat Sheet
|
||||
* [CSS Cheat Sheet](https://docs.emmet.io/cheat-sheet/) or [CSS Tricks](https://css-tricks.com/snippets/) - CSS Cheat Sheet
|
||||
* [CSS Cheat Sheet](https://docs.emmet.io/cheat-sheet/), [SmolCSS](https://smolcss.dev/) or [CSS Tricks](https://css-tricks.com/snippets/) - CSS Cheat Sheets
|
||||
* [Easings](https://easings.net/) - CSS Animation Cheat Sheet
|
||||
* [BEM Cheat Sheet](https://bem-cheat-sheet.9elements.com/) - BEM Cheat Sheet
|
||||
* [Vim Cheatsheet](https://i.ibb.co/FbdMMHN/460e75dd8543.png) or [rTorr](https://vim.rtorr.com/) - Vim Editor Cheat Sheets
|
||||
* [VimTip](https://vim.fandom.com/wiki/Category:VimTip) - Vim Editor Tips
|
||||
* [Underdash](https://surma.github.io/underdash/) - JS Snippets
|
||||
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - GitHub Cheat Sheet
|
||||
* [HTML.com](https://html.com/) - HTML Guide / Cheat Sheet
|
||||
* [SEO Cheat Sheet](https://seo-cheat-sheet.9elements.com/) - SEO Cheat Sheet
|
||||
|
||||
***
|
||||
@ -15013,7 +15013,6 @@ onMounted(() => {
|
||||
* [Dev.tube](https://dev.tube/) - Developer Talks
|
||||
* [Roadmap](https://roadmap.sh/) - Developer Roadmaps / [GitHub](https://github.com/kamranahmedse/developer-roadmap)
|
||||
* [Programming Challenges](https://i.ibb.co/J3ppPQ3/5bdea0d754ac.png), [LightOJ](https://lightoj.com/) or [Code Golf](https://codegolf.stackexchange.com/) - Programming Challenges
|
||||
* [Rosetta Code](https://rosettacode.org/wiki/Rosetta_Code) - Solutions for Coding Problems
|
||||
* [RoboMind](https://www.robomind.net/) or [Checki0](https://checkio.org/) - Code Learning Games
|
||||
* [mimo](https://mimo.org/) - Coding Tutorial App
|
||||
* [Curated Programming Resources](https://github.com/Michael0x2a/curated-programming-resources) - Programming Courses
|
||||
@ -15083,7 +15082,7 @@ onMounted(() => {
|
||||
* [Guess CSS](https://www.guess-css.app/) - CSS Guessing Game
|
||||
* [Flexbox Froggy](https://flexboxfroggy.com/), [FlexboxDefense](http://www.flexboxdefense.com/) or [KnightsoftheFlexboxTable](https://knightsoftheflexboxtable.com/) - CSS Flexbox Learning Games
|
||||
* [DefensiveCSS](https://defensivecss.dev/) - CSS Tips
|
||||
* [LearnCSSGrid](https://learncssgrid.com/) - CSS Grid Guide
|
||||
* [LearnCSSGrid](https://learncssgrid.com/) or [GridByExample](https://gridbyexample.com/) - CSS Grid Guides
|
||||
* [You Don't Need JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript) - CSS Demos
|
||||
* [css-animation](https://css-animations.io/) - CSS Animation Tutorial
|
||||
* [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) or [EloquentJavascript](https://eloquentjavascript.net/) - Javascript Learning Books
|
||||
@ -15151,7 +15150,7 @@ onMounted(() => {
|
||||
* [LintCode](https://www.lintcode.com/) or [CodeWars](https://www.codewars.com/) - Coding Practice
|
||||
* [Coding Questions](https://platform.stratascratch.com/coding) - Coding Interview Questions
|
||||
* [DevPost](https://devpost.com/), [HackTheEarth](https://www.hackerearth.com/challenges/), [EMKC](https://emkc.org/challenges), [AtCoder](https://atcoder.jp/) or [Toph.co](https://toph.co/) - Hackathon / Challenge Communities
|
||||
* [Coding Problems](https://github.com/MTrajK/coding-problems) - Coding Problems / Solutions
|
||||
* [Rosetta Code](https://rosettacode.org/wiki/Rosetta_Code), [Kattis](https://open.kattis.com/) or [Coding Problems](https://github.com/MTrajK/coding-problems) - Coding Problems / Solutions
|
||||
* [Exercism](https://exercism.org/), [HackerRank](https://www.hackerrank.com/) or [CS Circles](https://cscircles.cemc.uwaterloo.ca/) - Programming Lessons
|
||||
* [CSES Problemset](https://cses.fi/problemset/) - Collection of Algorithmic Programming Problems
|
||||
|
||||
@ -16336,7 +16335,6 @@ onMounted(() => {
|
||||
* 🌐 **[classless-css](https://github.com/dbohdan/classless-css)** - Classless CSS Frameworks
|
||||
* 🌐 **[Awesome TailwindCSS](https://tailwindcss.com)** - Tailwind CSS Resources
|
||||
* ⭐ **[HedgeDoc](https://hedgedoc.envs.net/)**, [zettlr](https://www.zettlr.com/), [Dillinger](https://dillinger.io/), [Notable](https://notable.app/), [vnote](https://github.com/vnotex/vnote), [MarkdownTools](https://www.markdowntools.com/), [StackEdit](https://stackedit.io/), [Markdownify](https://markdownify.js.org/), [Apostrophe](https://github.com/ApostropheEditor/Apostrophe), [Glow](https://github.com/charmbracelet/glow), [MarkdownLivePreview](https://markdownlivepreview.com/), [Proton](https://steventhanna.github.io/proton/), [Vrite](https://editor.vrite.io/), [Markflowy](https://markflowy.vercel.app/), [Mindforger](https://github.com/dvorka/mindforger), [PanWriter](https://panwriter.com/) or [Mark Text](https://github.com/marktext/marktext) - Markdown Editors
|
||||
* ⭐ **[HTML Reference](https://htmlreference.io/)** - HTML Guide
|
||||
* ⭐ **[GenerateData](https://generatedata.com/)** - Generate Test Data
|
||||
* [KeyFrames](https://keyframes.app/) - CSS Tools
|
||||
* [markup.rocks](https://markup.rocks/) - Online Markup Editor
|
||||
@ -16355,7 +16353,7 @@ onMounted(() => {
|
||||
* [Capsaicin](https://gpuopen.com/capsaicin/) - Direct3D12 Framework
|
||||
* [pup](https://github.com/ericchiang/pup) - HTML Processing CLI
|
||||
* [CSS Scan](https://chromewebstore.google.com/detail/css-scan/gieabiemggnpnminflinemaickipbebgen) - CSS Editor
|
||||
* [CSS Protips](https://github.com/AllThingsSmitty/css-protips) or [CSS Reference](https://cssreference.io/) - CSS Guide
|
||||
* [CSS Protips](https://github.com/AllThingsSmitty/css-protips), [Modern CSS](https://moderncss.dev/) or [CSS Reference](https://cssreference.io/) - CSS Guides
|
||||
* [AutoPrefixer](https://autoprefixer.github.io/) - CSS Prefixer
|
||||
* [Pesticide for Chrome](https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi) - CSS Element Outline Extension
|
||||
* [Water.css](https://watercss.kognise.dev/) - CSS Styles
|
||||
|
Loading…
Reference in New Issue
Block a user