This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hi^M | |
0^M | |
1^M | |
2^M | |
3^M | |
4^M | |
5^M | |
6^M | |
7^M | |
8^M |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning [flymake main.c]: Disabling backend flymake-proc-legacy-flymake because (error Can’t find a suitable init function) | |
Warning [flymake main.c]: Disabling backend flymake-cc because make: *** No rule to make target 'check-syntax'. Stop. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I[12:12:36.261] clangd version 12.0.0 | |
I[12:12:36.262] PID: 12670 | |
I[12:12:36.262] Working directory: /mnt/D/workspace/c/projects/test | |
I[12:12:36.262] argv[0]: /bin/clangd | |
I[12:12:36.262] argv[1]: --header-insertion-decorators=0 | |
I[12:12:36.262] Starting LSP over stdin/stdout | |
I[12:12:36.262] <-- initialize(1) | |
I[12:12:36.263] --> reply:initialize(1) 0 ms | |
I[12:12:36.463] <-- initialized | |
I[12:12:36.464] <-- textDocument/didOpen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "directory": "/mnt/D/workspace/c/projects/test", "file": "main.c", "output": "main.o", "arguments": ["/usr/bin/clang-12", "-xc++", "main.c", "--driver-mode=g++", "-Wall", "-std=c++11", "-o", "main.o", "-c", "--target=x86_64-unknown-linux-gnu"]}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"type": "lldb-vscode", | |
"request": "launch", | |
"name": "Test dap-lldb", | |
"program": "${workspaceFolder}/main", | |
"cwd": "${workspaceFolder}", | |
"args": [], | |
"externalConsole": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int my_dummy_func() | |
{ | |
printf("hi\n"); | |
return 0; | |
} | |
int main(int argc, char** argv) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (error "Key sequence g g starts with non-prefix key g") | |
define-key((keymap #^[nil nil keymap | |
#^^[3 0 nil nil nil ... bmkp-bmenu-flag-for-deletion-backwards nil nil nil ... nil nil nil nil ...] #^^[1 0 #^^[2 0 | |
#^^[3 0 nil nil nil ... bmkp-bmenu-flag-for-deletion-backwards nil nil nil ... nil nil nil nil ...] nil nil nil nil nil nil nil nil nil nil nil nil ...] nil nil nil nil nil nil nil nil nil nil nil nil ...] nil nil nil nil nil nil nil nil nil ...] ... ... ... ... ... ... ... ... ... ... ... ... ...) "gg" (lambda nil ... ...)) | |
(progn (define-key bookmark-bmenu-mode-map (kbd "gg") #'(lambda nil (interactive) (evil-goto-line 0))) (define-key bookmark-bmenu-mode-map (kbd "G") #'(lambda nil (interactive) (evil-goto-line (count-lines (point-min) (point-max))))) (define-key bookmark-bmenu-mode-map (kbd "l") 'bookmark-bmenu-this-window) (define-key bookmark-bmenu-mode-map (kbd "j") 'next-line) (define-key bookmark-bmenu-mode-map (kbd "k") 'previous-line) (define-key bookmark-bm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <windows.h> | |
#include <DShow.h> | |
#include <qedit.h> | |
#include <stdio.h> | |
#include <wmcodecdsp.h> | |
#include "Module_i.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int main() | |
{ | |
// 0. Initialize | |
// 1. Create VideoCaptureFilter | |
// 2. Create SampleGrabber | |
// 3. Create MPEG-2 Encoder | |
// 4. Create FileWriter | |
// 0 Initialize | |
HRESULT hr = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (invalid-slot-type secret string aria2-rcp-secret) | |
signal(invalid-slot-type (secret string aria2-rcp-secret)) | |
eieio--perform-slot-validation-for-default(#s(cl-slot-descriptor :name secret :initform aria2-rcp-secret :type string :props nil) nil) |