Coder Social home page Coder Social logo

berv-uni-project / scheduler-op Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 5.54 MB

This is scheduler that implements 3 algorithm.

Home Page: https://scheduler-op.herokuapp.com/

License: MIT License

Python 19.45% HTML 7.12% CSS 23.48% JavaScript 49.75% Dockerfile 0.15% Shell 0.06%
artificial-intelligence django python-3 schedule scheduler-op

scheduler-op's People

Contributors

azzahid avatar berviantoleo avatar codacy-badger avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar fossabot avatar greenword000 avatar jeremiaj avatar richardwellianto avatar snyk-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

fossabot

scheduler-op's Issues

Dependabot can't evaluate your Python dependency files

Dependabot can't evaluate your Python dependency files.

As a result, Dependabot couldn't check whether any of your dependencies are out-of-date.

The error Dependabot encountered was:

InvalidMarker("Invalid marker: '07.00;11.00;1,2', parse error at '07.00;11'",)

You can mention @dependabot in the comments below to contact the Dependabot team.

Same Name for Room

I think accidently removed a coded handled same name for room.

  • Make id of Each Room or Combined (?)

Setup Airbrake for your Python application

Installation

Using pip

pip install -U airbrake

Setup

The easiest way to get set up is with a few environment variables:

(You can find your project ID and API KEY with your project's settings):

export AIRBRAKE_API_KEY=<Your project API KEY>
export AIRBRAKE_PROJECT_ID=<Your project ID>
export AIRBRAKE_ENVIRONMENT=production

and you're done!

Otherwise, you can instantiate your AirbrakeHandler by passing these values as arguments to the getLogger() helper:

import airbrake


logger = airbrake.getLogger(api_key="<Your project API KEY>", project_id=<Your project ID>)

try:
    1/0
except Exception:
    logger.exception("Bad math.")

For more information please visit our official GitHub repo.

Reactive UI

We don't need to wait upload. Now we need URL of file. If user can't provide it, we maybe should be give options to upload, but also not to load full page.

  • Create API Upload Documents
  • Create API Main Functionality
  • Login API
  • Design UI Login
  • Design UI Upload
  • Design UI Result
  • Design UI Home
  • Design UI About

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.