Laes

Solve Leetcode problem via emacs
Alternatives To Laes
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Leetcode.el342
7 days ago19gpl-3.0Emacs Lisp
An Emacs LeetCode client.
Leetcode Emacs30
a month ago2Emacs Lisp
an emacs plugin to write leetcode programs
Leetcode Emacs Layer6
3 years agomitEmacs Lisp
This is a spacemacs layer based on the leetcode-emacs project to interact with leetcode from within Emacs.
Laes5
6 years ago1mitEmacs Lisp
Solve Leetcode problem via emacs
Tip4
4 years agocc-by-sa-4.0Java
Tips
Booklist3
3 years agomit
整理一些自己学习过程中觉得有用的书籍,资料,网站,论坛,公开课和一些工具等,持续更新。
Leetcode.org3
3 years agoJava
Notes1
2 years agomitC++
My notes
Alternatives To Laes
Select To Compare


Alternative Project Comparisons
Readme

laes

THIS PLUGIN WILL NOT WORK PROPERLY DUE TO LEETCODE API HAS CHANGED

Solve Leetcode problem via emacs

screenshot

Install & Setup

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:

  • cpp
  • java
  • python
  • c
  • csharp
  • javascript
  • ruby
  • swift

Usage

M-x leetcode-list display leetcode problem list.

M-x leetcode-submit submit current buffer as solution to leetcode.

Dependencies

Popular Emacs Projects
Popular Leetcode Projects
Popular Text Editors Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Cpp
C Sharp
Swift
Emacs Lisp
Emacs
Leetcode