Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Leetcode.el | 342 | 7 days ago | 19 | gpl-3.0 | Emacs Lisp | |||||
An Emacs LeetCode client. | ||||||||||
Leetcode Emacs | 30 | a month ago | 2 | Emacs Lisp | ||||||
an emacs plugin to write leetcode programs | ||||||||||
Leetcode Emacs Layer | 6 | 3 years ago | mit | Emacs Lisp | ||||||
This is a spacemacs layer based on the leetcode-emacs project to interact with leetcode from within Emacs. | ||||||||||
Laes | 5 | 6 years ago | 1 | mit | Emacs Lisp | |||||
Solve Leetcode problem via emacs | ||||||||||
Tip | 4 | 4 years ago | cc-by-sa-4.0 | Java | ||||||
Tips | ||||||||||
Booklist | 3 | 3 years ago | mit | |||||||
整理一些自己学习过程中觉得有用的书籍,资料,网站,论坛,公开课和一些工具等,持续更新。 | ||||||||||
Leetcode.org | 3 | 3 years ago | Java | |||||||
Notes | 1 | 2 years ago | mit | C++ | ||||||
My notes |
THIS PLUGIN WILL NOT WORK PROPERLY DUE TO LEETCODE API HAS CHANGED
Solve Leetcode problem via emacs
Just download and putleetcode.el
to your load-path
and add following to your .emacs
(require 'leetcode)
(setq lc-user-name-email "your-leetcode-name-or-email")
(setq lc-user-password "your-leetcode-password")
(setq lc-perfer-lang "python")
Currently, lc-perfer-lang
can be one of following:
M-x leetcode-list
display leetcode problem list.
M-x leetcode-submit
submit current buffer as solution to leetcode.