Giter VIP home page Giter VIP logo

cheatsheets's People

Contributors

andersennl avatar andyw8 avatar breyman avatar djpowers avatar dtgriscom avatar durul avatar estum avatar hako avatar holyjak avatar jbcrail avatar jbrowning avatar jk avatar jonasbn avatar kapeli avatar kbakba avatar kidpixo avatar osteele avatar pbojinov avatar pirafrank avatar punkfairie avatar qinyuhang avatar robert-m-muench avatar robertwalker avatar stbraun avatar strider72 avatar temocj avatar thibmaek avatar totominc avatar vexus2 avatar yorkxin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cheatsheets's Issues

how do I preview my edits in Dash?

I want to add/edit some of the cheatsheets - add a few missing commands, but I don't see a way on how I would load the changes into my local Dash to ensure the edits are fine.

How would I do this?

HTML Forms cheat sheet

@Kapeli I'm planning on making an HTML Forms cheat sheet but couldn't settle on a good format.

Any suggestions for a good layout and if you think it will be useful enough to add into the Dash cheat sheet list?

Swift Cheat Sheet

Missing the section properties. There are some things to remember here:

  1. Shorthand setter declaration
var center: Point {
        get {
            let centerX = origin.x + (size.width / 2)
            let centerY = origin.y + (size.height / 2)
            return Point(x: centerX, y: centerY)
        }
        set {
            origin.x = newValue.x - (size.width / 2)
            origin.y = newValue.y - (size.height / 2)
        }
  1. Read-Only Computed Properties
var volume: Double {
        return width * height * depth
    }
  1. Property Observers
var totalSteps: Int = 0 {
        willSet(newTotalSteps) {
            println("About to set totalSteps to \(newTotalSteps)")
        }
        didSet {
            if totalSteps > oldValue  {
                println("Added \(totalSteps - oldValue) steps")
            }
        }

Improvement on git stash push

Problem:
As per the ohmyzsh README for git, git stash push and git stash save commands are mapped to the same alias gsta
Also the Kapeli cheatsheet shows the above mapping only to git stash save

Potential fix:
Ideally we would need to update the mapping in the Kapeli cheatsheet for gsta -> git stash push or add a separate one as per the ohmyzsh documentation(displayed above).
Even the git documentation mentions that git stash save is now a deprecated command.

Font Awesome Cheat Sheet

Hi,

I just made a Font Awesome Cheat Sheet. However, it is more then a single .rb file, and depends on the original Font Awesome git repository (using git submodule).

Is it possible to add that cheat sheet into this repository?

Thanks.

Format

Why would you build a data source in .rb "format"?

stuck on installing documentation for cheatset-1.3.4

Hi

I am trying to install cheatset but it get stuck here is the output.

sudo gem install cheatset --verbose
Password:
HEAD https://rubygems.org/latest_specs.4.8.gz
200 OK
GET https://rubygems.org/latest_specs.4.8.gz
200 OK
HEAD https://rubygems.org/specs.4.8.gz
200 OK
GET https://rubygems.org/specs.4.8.gz
200 OK
Installing gem cheatset-1.3.4
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/.gitignore
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/Gemfile
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/LICENSE.txt
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/README.md
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/Rakefile
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/bin/cheatset
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/cheatset.gemspec
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset.rb
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/cli.rb
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/creator.rb
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/dsl/base.rb
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/dsl/category.rb
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/dsl/cheatsheet.rb
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/dsl/context.rb
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/dsl/entry.rb
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/.sass-cache/c0630dfea9543a0a71b68aca4887e98819b89684/style.scssc
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/cheatset_resources/Open_Sans.woff
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/cheatset_resources/Open_Sans_Bold.woff
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/cheatset_resources/Open_Sans_Bold_Italic.woff
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/cheatset_resources/Open_Sans_Extrabold.woff
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/cheatset_resources/Open_Sans_Extrabold_Italic.woff
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/cheatset_resources/Open_Sans_Italic.woff
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/cheatset_resources/Open_Sans_Semibold.woff
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/cheatset_resources/Open_Sans_Semibold_Italic.woff
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/style.css
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/style.scss
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/templates/template.haml
/Library/Ruby/Gems/2.0.0/gems/cheatset-1.3.4/lib/cheatset/version.rb
/usr/local/bin/cheatset
Successfully installed cheatset-1.3.4
Parsing documentation for cheatset-1.3.4
Parsing sources...
 10% [ 2/20]  lib/cheatset/cli.rb

It just stays there, I left it for about 10 min and no change.

Images in cheatsheets

I tried adding a markdown formatted image inside the cheatsheet and it worked. The only problem I faced was that first access of the Docset took some time to load the images. Not sure if that is going to persist between logins/reboots.

Could images be embedded inside Docsets?

Non-Apple emoji

In http://www.emoji-cheat-sheet.com/ there's a few emoji that are not on the Apple set but are used in GitHub, Campfire, etc.
What would be the best way to include them? They will need <img> tags, should the sprite image be on the resources folder, or link the images from a server?

IPython >> Jupyter + Improvements

I'm considering contributing a PR with improvements to this cheatsheat - would you be open to this?. Additionally, IPython notebook has been called Jupyter notebook since 2014, would there be any issues from your end if I changed the name at the same time??

Installation instructions?

It's unclear from the Readme what these cheat sheets are in fact. Can they be downloaded into Dash? If so, how?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.