Giter Site home page Giter Site logo

aashutoshrathi / testcase-generator Goto Github PK

View Code? Open in Web Editor NEW
102.0 8.0 52.0 9.39 MB

⚡️ Handy script for HackerRank, HackerEarth and CodeChef TCs Generation.

Home Page: https://tcgen.aashutosh.dev/

License: MIT License

Python 44.07% C++ 0.49% C 0.51% Java 0.70% C# 0.78% Go 0.58% JavaScript 19.49% Dockerfile 0.41% EJS 32.90% Procfile 0.06%
hackerrank testing testing-tools cases

testcase-generator's People

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

testcase-generator's Issues

Add .coafile

Description

Add .coafile for syntax and format checking.

Required Information

  • Provide a minimal code snippet / example that reproduces the bug.
  • Provide screenshots (if required)
  • Provide github revision

Compile only once and Add PEP8

For languages that use compilers, compile only once and execute on every TC.
Also, fix PEP8 errors that remain.
Optimize the generation process.

Adding a form for user's to alter various parameters

Actual Behaviour

Currently, there is no form for the user's for altering various parameters

Expected Behaviour

After this issue is resolved a user can select the various parameters like no of test cases, range of parameters etc

I would like to work on this issue

Weekly Digest (12 May, 2019 - 19 May, 2019)

Here's the Weekly Digest for aashutoshrathi/HackerRank-Test-Case-Generator:

ISSUES

This week, 14 issues were created. Of these, 7 issues have been closed and 7 issues are still open.

OPEN ISSUES

💚 #105 set automatic-code-fixing using eslint prettier husky lint-staged edi…, by mark-nakachon
💚 #104 Setup pre-commit lint hooks with Husky, by aashutoshrathi
💚 #103 Updating logic files with necessary files uploaded by the user, by mark-nakachon
💚 #102 Added logic and and view to display user files, by mark-nakachon
💚 #97 Added zipping feature, by mark-nakachon
💚 #96 sending a streaming zip file in nodeJS, by mark-nakachon
💚 #81 Dev to Master, by aashutoshrathi

CLOSED ISSUES

❤️ #101 Added Protection to all the routes, by mark-nakachon
❤️ #100 Added Logout Route, by mark-nakachon
❤️ #99 Adding protection to all the routes so that only logged in users can access the routes, by mark-nakachon
❤️ #98 adding a logout feature, by mark-nakachon
❤️ #95 executing scripts as soon as user uploaded file, by mark-nakachon
❤️ #90 Implement a user login and user signup feature, by mark-nakachon
❤️ #87 Execute scripts in Docker Environments when file uploading is done, by aashutoshrathi

NOISY ISSUE

The issue most discussed this week has been:
🔈 #97 Added zipping feature, by mark-nakachon
It received 9 comments.

PULL REQUESTS

This week, 6 pull requests were proposed. Of these, 0 pull requests have been merged and 3 are still open.

OPEN PRs

💚 #105 set automatic-code-fixing using eslint prettier husky lint-staged edi…, by mark-nakachon
💚 #102 Added logic and and view to display user files, by mark-nakachon
💚 #97 Added zipping feature, by mark-nakachon

CONTRIBUTORS

This week, 2 users have contributed to this repository.
They are mark-nakachon, and aashutoshrathi.

STARGAZERS

This week, no user has starred this repository.

COMMITS

This week, there have been 3 commits in the repository.
These are:
🛠️ [Added Logout Route (#100)

  • executing scripts as soon as user uploaded

  • fixed issue

  • user can now download zipped files on server

  • added logout route

  • fixed get to post](576b7d2) by mark-nakachon
    🛠️ [Added Protection to all the routes (#101)

  • squashed my commits

  • added protection to all routes](59c940a) by mark-nakachon
    🛠️ [executing scripts as soon as user uploaded file (#95)

  • executing scripts as soon as user uploaded

  • fixed issue](9ec990f) by mark-nakachon

RELEASES

This week, no releases were published.

That's all for this week, please watch 👀 and star ⭐ aashutoshrathi/HackerRank-Test-Case-Generator to receive next weekly updates. 😃

storing user uploaded files in user model

Actual Behaviour

currently, the user cannot see the uploaded files by him

Expected Behaviour

Each user after logging in can able to see their files listed

Would you like to work on the issue?
I want to work on this issue

Implement a user login and user signup feature

Currently there is no signup and login feature

currently, anyone can upload files

User login and Signup feature

User can now be able to log in and sign up

I would like to work on this issue

TC Gen not working for aarambh question

Actual Behaviour
Should generate input and output files for the corresponding logic files.

Expected Behaviour
The program hangs up for 'easierAssignment' logic file which is in the aarambh repository. I have modified the input generation procedure in the tc_gen file in the repo, so as to match with the input format of the question.

Break into modules

Break the existing code into modules or functions and add docstring to them.

Add Demo GIF

Add a GIF under How it works section, showing how One of Example Code Compiles and generate TCs

README.md has broken links.

The README.md file for HackerRank-Test-Case-Generator has broken links for the different languages. Please fix it.

PR Template Change

Description

In PR Template,

### Issues Solved

[//]: # (List Issue Numbers)

needs to be changed to

### Issues Solved

Fixes #{Issue Number}

[//]: # For eg. `Fixes #5`

Required Information

  • Provide a minimal code snippet / example that reproduces the bug.
  • Provide screenshots (if required)
  • Provide github revision

adding a logout feature

Issuehunt badges

Actual Behaviour
At present, there is no logout route for the user to log out

Expected Behaviour
Now the user can log out after resolving this issue

Would you like to work on the issue?
Yes I would like to work in this issue


IssueHunt Summary

Backers (Total: $0.00)

Become a backer now!

Or submit a pull request to get the deposits!

Tips

Desktop App Port for this application (GUI)

Description

Convert This into Desktop App, by adding UI.

Required Information

  • Provide a minimal code snippet / example that reproduces the bug.
  • Provide screenshots (if required)
  • Provide github revision

Weekly Digest (24 March, 2019 - 31 March, 2019)

Here's the Weekly Digest for aashutoshrathi/HackerRank-Test-Case-Generator:


ISSUES

Last week 3 issues were created.
Of these, 1 issues have been closed and 2 issues are still open.

OPEN ISSUES

💚 #71 Landing Page created, by raibove
💚 #70 Database config added, by sweezy793

CLOSED ISSUES

❤️ #69 Throw error when unable to execute, by ahegde3

NOISY ISSUE

🔈 #71 Landing Page created, by raibove
It received 2 comments.


PULL REQUESTS

Last week, 3 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 2 pull requests were updated.
💛 #71 Landing Page created, by raibove
💛 #70 Database config added, by sweezy793

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #69 Throw error when unable to execute, by ahegde3


COMMITS

Last week there were 2 commits.
🛠️ 🔥 Remove extraspace by aashutoshrathi
🛠️ [Throw error when unable to execute (#69) * hackerearth added

  • hackerearth

  • checker.py edited

  • input folder deleted

  • Add new demo file (#58)

  • folders merged

  • blank output exception

  • New line

  • new line](96379fe) by ahegde3


CONTRIBUTORS

Last week there were 2 contributors.
👤 aashutoshrathi
👤 ahegde3


STARGAZERS

Last week there were 4 stagazers.
harshendrashah
DipanshKhandelwal
aurimusblack
rishabhKalakoti
You all are the stars! 🌟


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository aashutoshrathi/HackerRank-Test-Case-Generator to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Provide easy interface for everyone

Description

Add an easy interface for people with a noncoding background.

Required Information

  • Provide a minimal code snippet / example that reproduces the bug.
  • Provide screenshots (if required)
  • Provide github revision

sending a streaming zip file in nodeJS

Actual Behaviour

now when a user uploaded files and submitted backend scripts are executed in python and these files are not available to the users

Expected Behaviour

after resolving this issue user is able to download files to his local computer

Would you like to work on the issue?

yes I would like to work on this issue

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.