forked from rstacruz/cheatsheets
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from rstacruz:master #12
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
pull
wants to merge
145
commits into
techie2000:master
Choose a base branch
from
rstacruz:master
base: master
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
+14,606
−16,216
Conversation
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
Co-authored-by: Rico Sta. Cruz <[email protected]>
Co-authored-by: Rico Sta. Cruz <[email protected]>
Co-authored-by: Rico Sta. Cruz <[email protected]>
Co-authored-by: Rico Sta. Cruz <[email protected]>
Co-authored-by: Rico Sta. Cruz <[email protected]>
Co-authored-by: Rico Sta. Cruz <[email protected]>
In date formatting: `rfc2822` should be `rfc2822`
Added Bash Hackers Wiki link to the Introduction section, as this is just as useful as the other two.
* restart policy * Update formatting Co-authored-by: Rico Sta. Cruz <[email protected]>
Co-authored-by: Rico Sta. Cruz <[email protected]>
Co-authored-by: Zed <[email protected]>
Change this ```js /* * @alias Foo.bar * @name Foo.bar */ ``` to this ```js /** * @alias Foo.bar * @name Foo.bar */ ``` Co-authored-by: Rico Sta. Cruz <[email protected]>
Previous link for the Go wiki was no longer valid. Updated to the current wiki site location. Co-authored-by: Rico Sta. Cruz <[email protected]>
about counters :)
No arg defaults to :each not :all https://www.rubydoc.info/github/rspec/rspec-core/RSpec%2FCore%2FHooks:before
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
This PR updates the headings to avoid thin font weights and low constrast ratios. <table> <tr> <th>Before</th> <th>After</th> </tr> <tr> <td>  </td> <td>  </td> </tr> <tr> <td>  </td> <td>  </td> </tr> </table>
Files that should have been removed in the recent refactors, but weren't.
A warning is added to the polyfill.io sheet in relation to the malicious script that is now being served by polyfill.io. Removed all links to that domain. The code snippets have also been updated to use Cloudflare's script instead. This allows users to keep using polyfill securely while they move their codebase away from using this polyfill. Cloudflare press release: https://blog.cloudflare.com/polyfill-io-now-available-on-cdnjs-reduce-your-supply-chain-risk Fixes #2145 --------- Co-authored-by: Rico Sta. Cruz <[email protected]>
New shortcut `:q!` added for quit without checking changes in `vim.md` file.
The `actions/cache`acrion uses the deprecated Node 16 runtime. Upgrading actions/cache should fix this.
Fixes missing code highlighting in half of the Python code snippets. The top half of the page had code examples formatted as code blocks with 4 space character indentations and no syntax highlighting as a result. The bottom half on the other hand, used code blocks surrounded by "```py" formatting brackets which hints to many markdown renders that syntax highlighting should be applied. This unifies the code blocks in the top half of the page to use the same formatting syntax used in the bottom half with syntax highlighting. This change was prompted by requests to add the syntax highlighting in comments on the https://devhints.io/python page.
I was looking for notes and then when i was searching svelte i couldn't see the possible search hits.so i turned autocomplete off now it works like charm.
Adding a page per `packs` documentation on https://github.com/rubyatscale/packs `packs` is a system to modualize ruby projects. --------- Co-authored-by: Rico Sta. Cruz <[email protected]>
[GFM](https://loilo.github.io/gfm-preview/) now supports the ability to embed Base64 encoded images in Markdown.
Co-authored-by: Rico Sta. Cruz <[email protected]>
This PR adds: - link to the Heredoc refdoc (always handy for not straightforward concepts) - chapter about Herestring - chapter about Process Substitution (I know it is already tackled in the _Redirection_ chapter but I believe it deserves its own one... Congrats for this cheatsheet, by far my most beloved one ever !! --------- Co-authored-by: Rico Sta. Cruz <[email protected]>
Add common keywords to js docs cheatsheets
* use `$()` rather than deprecated `` * illustrate shortcut for builtin read of file without `cat` * don't imply this reads lines, it will split into words by default perhaps the cheatsheet should have a section on IFS, but that's off-topic for this patch. Co-authored-by: Rico Sta. Cruz <[email protected]>
## Summary - Added a new Set Theory section to the vim-digraphs cheatsheet - Includes commonly used mathematical symbols for set theory operations - Follows the existing format and style of the cheatsheet ## Changes - Added Set Theory section with symbols for: - ∀ (forall) - `FA` - ∃ (exists) - `TE` - ∈ (element of) - `(-` - ∅ (empty set) - `/0` - ⊆ (subset or equal) - `(_` - ⊇ (superset or equal) - `)_` - ∩ (intersection) - `(U` - ∪ (union) - `)U` - ⊂ (subset) - `(C` - ⊃ (superset) - `)C` - Removed duplicate set theory symbols from Math section - Added descriptive labels for each symbol ## Test plan - [x] Verified all digraph codes work in Vim - [x] Checked formatting consistency with existing sections - [x] Ensured no duplicate symbols across sections 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Greg OmniMind (claude) <[email protected]> Co-authored-by: Claude <[email protected]>
## Summary - Add new cheatsheet for Claude Code AI assistant CLI - Include most commonly used commands first for better UX - Cover interactive mode, file operations, git integration, and advanced features - Add comprehensive sections for workflows, troubleshooting, and best practices - Follow repository formatting conventions with proper YAML frontmatter ## Features Covered - ✅ Interactive mode and core commands - ✅ File operations and git integration - ✅ Advanced features (memory, image analysis) - ✅ Slash commands and productivity features - ✅ Common workflows (code review, testing, debugging) - ✅ IDE integrations and configuration - ✅ Troubleshooting and environment variables ## Test plan - [X] Verify YAML frontmatter follows repository conventions - [X] Check markdown formatting and table structure - [X] Ensure most used commands are prioritized at the top - [X] Validate all sections use proper Jekyll formatting classes - [X] Confirm links and references are accurate 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Le Coq Francis <[email protected]> Co-authored-by: Claude <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )