Giter Site home page Giter Site logo

ykdojo / editdojo Goto Github PK

View Code? Open in Web Editor NEW
334.0 334.0 98.0 10.62 MB

(I'm no longer working on this - currently working on https://github.com/ykdojo/defaang)

Home Page: https://www.csdojo.io/edit

License: MIT License

Python 4.32% CSS 84.42% HTML 2.90% JavaScript 8.22% PowerShell 0.14%

editdojo's People

Contributors

franktzheng avatar glxnull avatar tipuch avatar vvyomjjain avatar ykdojo 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  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

editdojo's Issues

How about accounts?

Maby we should start thinking about creating views and models for users accounts?

DoesNotExist at /accounts/twitter/login

Request Method: GET
http://127.0.0.1:8000/accounts/twitter/login/
2.1.2
DoesNotExist
SocialApp matching query does not exist.
C:\Users\ninte.virtualenvs\editdojo-mEFwjXpH\lib\site-packages\django\db\models\query.py in get, line 399
C:\Users\ninte.virtualenvs\editdojo-mEFwjXpH\Scripts\python.exe
3.7.2
['E:\editdojo', 'C:\Users\ninte\.virtualenvs\editdojo-mEFwjXpH\Scripts\python37.zip', 'C:\Users\ninte\.virtualenvs\editdojo-mEFwjXpH\DLLs', 'C:\Users\ninte\.virtualenvs\editdojo-mEFwjXpH\lib', 'C:\Users\ninte\.virtualenvs\editdojo-mEFwjXpH\Scripts', 'C:\Users\ninte\AppData\Local\Programs\Python\Python37-32\Lib', 'C:\Users\ninte\AppData\Local\Programs\Python\Python37-32\DLLs', 'C:\Users\ninte\.virtualenvs\editdojo-mEFwjXpH', 'C:\Users\ninte\.virtualenvs\editdojo-mEFwjXpH\lib\site-packages', 'c:\users\ninte\.virtualenvs\editdojo-mefwjxph\src\tweepy']
Sat, 21 Sep 2019 19:42:30 +0000

Automatically detect if the given text is Japanese or English with Python

I think I'm going to release the Twitter-based version of this product for Japanese and English first. So, we should be able to detect if a given tweet is written in Japanese or English with Python. This way, we can only show Japanese tweets coming from Japanese learners to native speakers of the language. Same with English.

Decide how to deploy this app

Python Anywhere's cheapest option might be just enough for now ($5/month for 1 GB disk, 2000 CPU-seconds per day with MySQL database).

Or should we use Heroku, Digital Ocean, Google Cloud, or anything else?

Make a simple Twitter bot with Python

This is just so that we can learn how to use Twitter API.

Maybe something that says "hello, world back to you!" when it receives a Twitter mention that says "hello, world!"

Make a TODO app with Django

I'm actually still in the process of learning Django basics.

I realized I should probably build a simple app like a TODO app first. It will be a prerequisite for building the log in with Twitter function, I think. (Since we'll need to store user data in our database)

So, maybe this will be my next video, instead.

Find the difference between two sets of text with JavaScript

Example:

  • Original text: I had aweesome breakfast tooday.
  • Edited text: I had awesome breakfast today.

Given these two sets of text, we should be able to find the difference with JavaScript. And show the difference in UI. This way, it'll be easy to see how the original text has been edited.

In this case, it should look like this: I had awe<e>some breakfast to<o>day.

(Where <e> and <o> have strikethrough over them)

Should we use Node.js for this project?!

Okay, so I'm happy with using Django so far (even though I haven't built much yet).

However, it seems like Node.js is much more popular these days for backend development.

I'm kind of starting to think, should we use Node.js and maybe Express.js for this project? I know that Node.js is much simpler, but would it be a good tech to use for this particular project?

(I probably won't switch, but I just wanted to throw this idea here just to start up a discussion about it - since this is something I've been wondering about for a few weeks.)

Add a readme

Hey @ykdojo,

This sounds like a really cool project judging by the idea described in the video. But the repo doesn't have a readme to give a description. I know the repo doesn't have much to describe as of now, I'll still suggest adding one.

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.