Giter VIP home page Giter VIP logo

deepcode's People

Contributors

deepcomment avatar iulliamanina avatar levchcode avatar oleksii-smirnov avatar oleksiismirnov avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

deepcode's Issues

Adding a jsx file format

Hello,

Please make it work also in jsx format, it is js library for Adobe products.
Jsx It basically a js language.

Thanks in advance

"The Comment Couldn't Be Fetched" Error

Every time I attempt to use the auto comment, I get an error code on the bottom left "The comment couldn't be fetched".

I am using Python 3.9.4 and VScode 1.79.

For additional information, the following snippet is what I am attempting to auto comment:

class ExerciseSession():
def init(self, exercise_name, intensity, exercise_time) -> None:
self.name = exercise_name
self.intensity = intensity
self.time = exercise_time

def get_exercise(self):
  return self.name 

def get_intensity(self):
    return self.intensity

def get_duration(self):
    return self.time

def set_exercise(self, set_name):
    self.name = set_name
    
def set_intensity(self, intensity):
    self.intensity = intensity
    
def set_duration(self, duration):
    self.time = duration
    
def calories_burned(self):
    self.calories = 0
    if self.intensity == "Low":
        self.calories = 4
    if self.intensity == "Medium":
        self.calories = 8
    if self.intensity == "High":
        self.calories = 12
    return self.calories * self.time

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.