Giter VIP home page Giter VIP logo

cheatsheets's People

Contributors

21vaibhav avatar abhinavk061 avatar adarshbafna avatar arshanand1 avatar avishi-bafna avatar detronetdip avatar dhimavanth avatar divyagh avatar ghdivya avatar green-threads avatar harsh18262 avatar kshitijmishra27 avatar nakul010 avatar nmnarora600 avatar onecompiler-ops avatar pilipi-puu-puu avatar poxene avatar prahmodh-raj1 avatar prateek700 avatar realanupreet avatar royalpinto007 avatar sahiljawale54 avatar sayan2208 avatar shashank1623 avatar silky-modi22 avatar simranlahrani842 avatar spandita-dwivedi avatar swayamgos avatar taranpreetkaur18 avatar vaibhavchaubey 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

cheatsheets's Issues

Adding Information in the cpp cheatsheet

Hey, @onecompiler-ops I have been using C++ for about 3 years and I see many concepts missing in the C++ Cheatsheet section. Can you please assign me this issue to add more concepts based on C++ so that everyone can be benefited by it. Thank you

Some of the concepts are-:

  1. A list of all the necessary header files
  2. Standard template libraries

Improving the Python cheatsheet

Hey! I would like to add MySQL connector module functions in the Python cheatsheet under Hactoberfest 2022.

MySQL is a popular database management system, and it will be beneficial for users to know about the MySQL connector module commands at a glance. So please assign me this issue.

Addition of frequently used Data Structures in C++

I saw some basic data structures like vector and stack are present in the c++ cheat sheet. I would like to add some more fundamental data structures to this cheat sheet which are used very frequently, like Heap, Set, Hash map, etc.

New Cheat Sheet Request - [CSS]

I saw that you don't have a separate chat sheet for CSS i think it will be good idea to create a separate cheat sheet for CSS if you want i can work on that

New Cheat Sheet Request - Kubernetes

I would like to create a new cheatsheet on Kubernetes which is an very important part of DevOps and data storage. I'll be adding all the essential commands , reference links and the installation setup. Could you please assign this issue to me as part of Hacktoberfest 2022 @onecompiler-ops

New Cheat Sheet Request - [JQuery]

jQuery is a fast, small, and feature-rich JavaScript library.

It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.

With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.

@onecompiler-ops Hey!, Can you please label this issue as hacktober 2022.

New Cheat Sheet Request - [StreamLit]

Hi, @onecompiler-ops I wanted to add the StreamLit cheatsheet which is an important frontend framework for Ai/Ml-related projects. I have previously used it for my music-based recommendation system project. So I would be more than happy if u assign me for this under Hacktoberfest 2022.

Adding resources to some cheatSheets

@onecompiler-ops
i have seen a lot of cheatsheets also contains links to related famous resources like youtube playlists etc where people can learn from those playlists that particular language so can i add resource section and some playlist links to cpp.md and java.md ????

as i know some famous YouTubers having 200K+ subscribers you teach well ๐Ÿ˜„

New Cheat Sheet Request - Vyper

Vyper is a contract-oriented, pythonic programming language that targets the Ethereum Virtual Machine (EVM). I want to create it's cheatsheet here.

C++ cheat sheet flaw

I was checking the cheat sheet of C++ present in repository and there was nothing mentioned regarding "break" and "continue" functions please assign this issue to me and let me add both of them in the sheet.

Improving C++ Cheatsheet

Hey @onecompiler-ops I have been using C++ for a long time and I see many concepts missing in the C++ Cheatsheet section. Can you please assign me this issue to add more concepts based on C++ so that everyone can be benefited by it. Thank you!

New Cheat Sheet Request - SQL

SQL cheat sheet is missing as SQL is the major dbms language. This technology is so useful and needed for all the engineers. I request you to add sql cheatsheet and add label as hacktoberfest-accepted. Thanks in advance!

New Cheat Sheet Request - Rust Programming Language

I would like to add a new cheat sheet on the Rust Programming Language, as it is a very popular language used in Blockchain Development and other applications because of its High Performance and Backwards Compatibility. Could you please assign me this issue as part of Hacktoberfest @onecompiler-ops

Cheat Sheet Update Request - cpp

The given cpp cheat sheet has macros and some data structures (like map,set,2D vectors,heap etc.) are missing. As a person working with c++ for a long time I would like someone to assign me that task to make the new changes.Which will benefit the people more from the cheat sheet

Numbering inside markdown files

The issue

So, while browsing and going through many pull request which are contributing to the .md files which contain some form of numbered headings, there's a common issue or let's say incovinence involved which is manually updating the numbers of the headings when something needs to be added at the top or middle of the file.

This causes:

  • unnecessary inconvinence
  • makes it a point of error, if someone forgets to update the numberings
  • not so useful entries in the file version control, similar to the picture attached

image

Possible solution (clean and simple)

  • going through each and every .md file which contain such a pattern(numbered heading) and changing the numbers from
1. first
2. second
3. third

to

1. first
1. second
1. third

which will give output as(see raw code):

  1. first
  2. second
  3. third

doing so, will automatically number the headings without a need of updating the numbers manually.

Ps: I would be happy to do this task!๐ŸŽ€

Improving cpp cheatsheet

Hi, @onecompiler-ops I see in your CPP cheatsheet topics of STL (standard template library) are missing such as containers(sets, maps), functors, and iterators which are most important for the folks using CPP for practicing dsa and doing competitive programming.

I would be more than happy if you accept my request as it will be a stepping stone for my first open-source contribution under Hacktoberfest 2022 !!

New Cheat Sheet Request - [Oracle]

Oracle offers a comprehensive and fully integrated stack of cloud applications and cloud platform services, Oracle database is a relational database management system. I have curated all the commands of oracle and I really want to work on this issue.

New Cheat Sheet Request - [Solidity]

Hello there @onecompiler

I am quite fascinated with awesome lists and cheatsheets that I find on GitHub as they make my life easier as a developer. This year for Hacktoberfest 2022 - I decided to go the low-code way and wanted to contribute to some repos such as this. I see that you are missing a Solidity cheat sheet. I would like to start that cheatsheet and share it with the general list. Let me know how to proceed.

I am starting out my blockchain journey, but I have extensive resources regarding Solidity that I would be able to share. Assign me the issue so that I can proceed.

Thanks. Appreciate your work and the opportunity.

Imrproving the ReactJS cheatsheet.

Modern day ReactJS uses a lot of different bundlers like vite and moreover, TS based tips. I'd like to edit the cheatsheet to include those.

New Cheat Sheet Request - [COBOL]

Hey @onecompiler-ops ! i just found this repo via community classroom discord server and i just looked around and found that there was no cheatsheet for the programming language COBOL.I've been programming since the end of my senior year so i just decided to start with non-code contributions and found this repo.

I would really appreciate if you could assign me this issue so that can i can start contributing to this repo.
Thank you and have a great Hacktoberfest '22!

New Cheat Sheet Request - [Linux commands]

As, I have seen there there are certain file of Linux commands here and there.so,I would like make one cheat sheet of Linux that would help any developers in there workflow as these commands are quite a need for developer

So,I have a very good collection of Linux commands with me and I would like to contribute to this repo.

Assign this issue to me.

P.s:- Thanks

Angular 13

Add more details about the requested Cheat Sheet like reference links etc.,

New Cheat Sheet Request - [Swift 5.1 Cheatsheet]

Hey maintainers! I would like to add Swift 5.1 Cheatsheet to the project, this cheatsheet will allow users to learn more about Swift 5.1 and its features.

I would like to work on this issue under Hacktoberfest'22

Adding information in Linux Cheatsheet

Hello @onecompiler-ops I have been using Linux for a long time and I see some concepts missing in the Linux Cheatsheet section. Can you please assign me this issue to add more concepts based on Linux so that everyone can be benefited by it. Thank you!

Concepts are-:
Types of editors that we can use such as vim,nano,gedit

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.