All Projects → opencodeiiita → Code-Trouble

opencodeiiita / Code-Trouble

Licence: other
No description or website provided.

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Code-Trouble

category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (+128.57%)
Mutual labels:  competitive-programming
madbomber
Backtrace-on-throw C++ exception logger
Stars: ✭ 17 (+21.43%)
Mutual labels:  debugging
WinDbg Scripts
Useful scripts for WinDbg using the debugger data model
Stars: ✭ 92 (+557.14%)
Mutual labels:  debugging
dwex
DWARF Explorer - a GUI utility for navigating the DWARF debug information
Stars: ✭ 58 (+314.29%)
Mutual labels:  debugging
OpenImageDebugger
An advanced in-memory image visualization plugin for GDB and LLDB on Linux, MacOS and Windows (experimental). Previously known as gdb-imagewatch.
Stars: ✭ 115 (+721.43%)
Mutual labels:  debugging
OI-Source
OI代码仓库、复习笔记、代码模板、本地Judger
Stars: ✭ 25 (+78.57%)
Mutual labels:  competitive-programming
elm-monitor
Monitor your elm program with redux-devtools
Stars: ✭ 20 (+42.86%)
Mutual labels:  debugging
wirebug
Toggle Wi-Fi debugging on Android without a USB cable (needs root)
Stars: ✭ 33 (+135.71%)
Mutual labels:  debugging
canopy
Web Audio API programming/debugging suite
Stars: ✭ 67 (+378.57%)
Mutual labels:  debugging
Mediator
Cross-platform GUI gRPC debugging proxy
Stars: ✭ 36 (+157.14%)
Mutual labels:  debugging
pretty trace
Love Your Ruby's Backtrace
Stars: ✭ 13 (-7.14%)
Mutual labels:  debugging
cproto
Chrome Debugging client for Python
Stars: ✭ 29 (+107.14%)
Mutual labels:  debugging
C-plus-plus-Algorithms
Repo contains some of the most common Data Structure and Algorithm in cpp. It will be helpful in future application of Competitive Programming as well as various tech Interviews.
Stars: ✭ 19 (+35.71%)
Mutual labels:  competitive-programming
HackerRank-Solutions
This project include solutions of the problem from HackerRank which will be helpful for coding interview preparations. Subscribe for more updates 👇
Stars: ✭ 18 (+28.57%)
Mutual labels:  competitive-programming
injectURLProtocol
cycript script for injecting a custom NSURLProtocol into a running application
Stars: ✭ 25 (+78.57%)
Mutual labels:  debugging
m3forth
m3forth is a forth cross-compiler for cortex-m3 ARM microcontrollers
Stars: ✭ 16 (+14.29%)
Mutual labels:  debugging
Python
this resporatory have ml,ai,nlp,data science etc.python language related material from many websites eg. datacamp,geeksforgeeks,linkedin,youtube,udemy etc. also it include programming challange/competion solutions
Stars: ✭ 43 (+207.14%)
Mutual labels:  competitive-programming
Hackerearth Solutions
This repository contains solutions of hackerearth.Problem name is same as file name and file contains solution.Solutions may be in c,c++,python or java.
Stars: ✭ 14 (+0%)
Mutual labels:  competitive-programming
codeplayer
An online judge system for competitive programming platform, The website is hosted on http://codeplayer.co.in
Stars: ✭ 12 (-14.29%)
Mutual labels:  competitive-programming
gdbstub
An ergonomic and easy-to-integrate implementation of the GDB Remote Serial Protocol in Rust, with full no_std support.
Stars: ✭ 158 (+1028.57%)
Mutual labels:  debugging

CodeTrouble

About

Loading ... Compilation error. Oh! I didn't declare that variable x. corrected
Compile Now.. Loading ... Runtime error. Wtf! ... Oh! The array size is 1000 and I entered 100. corrected
Compile Loading ... Wrong Answer. In sample test case itself?!? Ohhh !! I forgot to update flag value. corrected
Compile Loading ... Sample test cases passed. Cross check with extra cases generated on your own, gives AC.
Taking a deep breath and clicking SUBMIT ... Time Limit Exceeded. Damn!

Few hours later

Taking a deep breath and clicking SUBMIT ... Wrong Answer.

"Debugging is like being the detective in a crime movie where you are also the murdurer" - Filipe Fortes

Pretty much true, isnt it?! This opencode, its not going to be like that. You won't be asked to murder and then, solve the crime. Instead we are helping this opencode. We will do the murder for you and give an oppurtunity for you to become Sherlock Holmes.
And you are rewarded points for that!!

Guidelines

Whoever wishes to participate in this project must follow these guidelines:

  • Do not make PR which is not related to any issues. You can create an issue and solve it once we approve them.
  • Be polite: Be polite to other community members.
  • Communicate: Whether you are working on a new correction or facing a doubt please feel free to ask us on our disocrd channel(specifically #CodeTrouble). We will be happy to help you out.
  • Each issue should be resolved by either modifying or appending some lines of code.
  • Mention the line number along with the Pull Request and further give suitable explanation.

How to contribute

  • Fork and clone the repository
  • Complete the Task as given in its *problem.md*.
  • Edit, commit and push the changes in Submission folder of respective Task.
  • Create the PR according to the format mentioned in the pull_request_template.md in the .github folder.

Learning

If you are a beginner and want to get started on your competitive programming journey, then you can check out this article by Sumit Kumar Sahu for some resources and guidance.

Note

It is totally upon the mentors to close the issue, you can't make any pull request after the issue is closed. Once your PR has some mistake and is closed you cant make any further PRs for that particular issue. Only first correct PR for each erronous bug/issue will be considered.

Happy Debugging ! ✌️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].