<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| #!/usr/bin/perl | |
| # Emacs starter for Emacs mac port | |
| # Thanks to Aquamacs Project and David Reitter | |
| my $args = ""; | |
| my $tmpfiles = ""; | |
| for my $f (@ARGV) { |
| ;; if `ctrl-g` does not perform quit (may be accidently hit `ctrl-shift-z`) | |
| ;; try hit `ctrl-shift-z` again | |
| ;; set lsp java path | |
| (setq lsp-java-java-path "/usr/lib/jvm/java-11-openjdk/bin/java") | |
| (setq lsp-java-java-path "/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/java") | |
| ;; set jdtls download url | |
| (setq lsp-java-jdt-download-url "https://zuzhi-demo-public.oss-cn-chengdu.aliyuncs.com/jdt-language-server-1.6.0-202111261512.tar.gz") |
| SPC | |
| SPC: find file | |
| , switch buffer | |
| . browse files | |
| : MX | |
| ; EX | |
| < switch buffer | |
| ` eval | |
| u universal arg | |
| x pop up scratch |
| 0 |
| <li class="nav-item {% if request.path == '/register/' %} active {% endif %}"> | |
| <a class="nav-link" href="{{ url_for('users.register') }}">Signup</a> | |
| </li> |
$ mongoimport --db dbName --collection collectionName < fileName.json
# example
$ mongoimport --db foo --collection myCollections < /Users/file.json| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """FileTreeMaker.py: ...""" | |
| __author__ = "legendmohe" | |
| import os | |
| import argparse | |
| import time |