The Sellout A writer of crappy thrillers is punished by having to live inside the novel of an even crappier author. One of the most unique books I have ever had the pleasure of reading... intriguing, suspenseful, and action-packed, complete with an utterly unpredictable ending. – The Feathered Quill A gripping thriller that delves into the dark side of success, identity, and the consequences of co
Hi! Big release from HuggingFace this week. They released a large, language model for code (https://huggingface.co/bigcode/starcoder). It has 15.5B parameters, 8192 context window, it was trained on permissively licensed code. Looks like it's the best open alternative for copilot. There is also a VSCode extension https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode No
/** An online novel about the Source, the Force, the real life and everything in between...**/ A peek at Emacs 24 Overture Recently I’ve decided to have a look at the current development version of Emacs - namely Emacs 24. I was quite impressed with the work done by the development team so far so I decided to share some of the cool things I’ve found in Emacs 24. It seems to me that this will be th
■1 Emacsでの見た目そのままにソースコードをKeynoteのスライドに貼り付ける方法 RubyKaigi2011の足音が聞こえてくるなか(おい、再来週はRubyKaigi2011だぞ!!)、 社内でKeynote勉強会をしたときにも意外に知らない人が多いんだなーと改めて思ったので説明してみます。スライドづくりのご参考に。 緊張しているトークの最中にソースコードを見せるときには、普段自分が見ている見た目と同じになっていると幾らか緊張がほぐれるものです。Xcodeとか(TextMateも?)を使ってる人はこんな手順踏まなくても良さそうだけど(もしかしてEmacs23の人も?……私はまだCarbonEmacsを使っているのであった)。まあ、それはそれとして、手順は3つ(人によっては4つ)。 0. htmlize.elをインストールする 1. ソースコードをhtmlizeする 2. HTML
What's LazySearch ?LazySearch is new search mode that is based on OneKey. It can take various strings around point and search fast. Please send suggestions and bug reports to JoeBloggs, he’s the new maintainer. Thanks! – AndyStewartWhat makes LazySearch useful?Mark various strings around point: You can mark various strings around point, just type a single keystroke.Switch search type: Switch vario
Vim has the mighty ‘*’ and ‘#’ keys that do an IncrementalSearch for the label under the TextCursor. The standard method in Emacs since 24.4 is to use M-s ., that binds isearch-forward-symbol-at-point. This will copy the symbol under the cursor, start isearch, and paste that symbol into the minibuffer for isearch. You can then search for more instances of that symbol by doing C-s in the minibuffer
With Magit, you can inspect and modify your Git repositories with Emacs. You can review and commit the changes you have made to the tracked files, for example, and you can browse the history of past changes. There is support for cherry picking, reverting, merging, rebasing, and other common Git operations. Magit is not a complete interface to Git; it just aims to make the most common Git operation
emacs でのソースコードの折り畳み表示 Posted by yoosee on Debian at 2007-01-30 22:00 JST1 folding.elIRC で「emacs にソースコードの一部を折り畳む機能はあったかな」と言う話題になったのでちょっと探してみた。Debian だと emacs-goodies-el に入っている folding.el だが、これは折り畳みのためにマークをコメントとして入れないといけない。vim fold で言うところの foldmethod=marker 相当になるだろうか。2 outline-minor-mode, hs-minor-modeソースコードを syntax を基準にした block 単位で折り畳むのには、emacs21 標準の hs-minor-mode (hideshow.el) や outline-minor-mode
第6章 C プログラミング作業環境の向上 この章では、メジャー・モードのカスタマイズの一例として、 Cモードのカスタマイズを実際に行ってみる。それに関連して、 ここ迄に述べなかったEmacsの概念もいくつか説明することになるだろう。 その他に、プログラム開発を支援するような機能やEmacs附属のツールの 使用法解説、コンパイラに対するEmacsのインタフェース等を解説する。 つまり、この章では、Emacsを利用すれば如何にプログラミング作業環境が 向上するかについて述べるものである。これは、この本を記述することにした 動機の1つでもある。 ●構文エディタとしてのEmacsの活用 プログラムの開発を行う際に、エディタが担う役割は決して小さくないと思う。 少なくとも、プログラマとしての私は、Emacsに感謝している。 Emacsは、エディットする言語を解釈し、その制御構造を理解できる、 構文エ
Cのソースで#ifdefなんかで括っている領域を見やすく表示するTips。 Cのソースを書いてる時なんかに、秀丸とかだと#if 0の中身をグレーアウトしてくれるので、読みやすいが、emacsではそんなのできないのかと思って探してみた。意外と簡単にできるらしい。 使うのはcpp-highlight-bufferというコマンド。このコマンドは、C(名前からして元々はC++用なんだろうな・・・)のソース内の#ifなり#ifdefなり#ifndefなりを解析して、その中をどう表示するかを指定できるコマンド。よく分からん。 とにかく、普通にCのソースを書いてる時に M-x cpp-highlight-buffer とすると、*CPP Edit*なるバッファが現れる。ここで色等の指定をすればいい。ちなみに、ソース中に#if等がまったくなければ何も表示されない。 と、ここまでは検索すればすぐ見つかるが、
When I last did serious java development, the eclipse ide hadn’t come on the scene. VisualAge was so buggy it crashed all the time, so I gave up on java ide’s altogether and got emacs with etags to the point that it didn’t matter. Coming from a C/C++ background, I was used to running gdb in a shell in emacs, so that is what I did with jdb at that time. Things are different now. Eclipse seems like
I have gone through the Android guide for other IDEs, and I've got the basic build and install working fine using ant and a simple Emacs compile command. I'm aware of some of the existing tools for developing Java and XML in Emacs. I've also seen the EmacsWiki page recommending two Emacs packages, EmDroid and android-mode I'd like to hear what people recommend, in terms of Emacs packages, small fu
This is about installing Emacs into an Android device. See GoogleAndroid for tips about using Emacs to develop Android applications. Ways to run Emacs on Android devicesFSF GUI portA port of Emacs to Android as a GUI application will constitute part of the upcoming Emacs 30.1 release, and is already present within the Emacs Git repository. This port features extensive support for touch screen inpu
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く