Skip to content

Instantly share code, notes, and snippets.

@kitaev-chen
kitaev-chen / journal-feeds.csv
Created June 20, 2022 07:34 — forked from hubgit/journal-feeds.csv
All the journal feeds in JournalTOCs
We can't make this file beautiful and searchable because it's too large.
publisher id,feed id,feed url,journal url,journal title
1050,28092,http://journals.uran.ua/eejet/gateway/plugin/WebFeedGatewayPlugin/rss,http://journals.uran.ua/eejet/,"Східно-Європейський журнал передових технологій : Eastern-European Journal of Enterprise Technologies"
1761,25094,http://feeds.feedburner.com/Archeomatica?format=xml,http://www.archeomatica.it/,Archeomatica
1739,24698,http://cerealchemistry.aaccnet.org/action/showFeed?ui=0&mi=3b39wk&ai=rs&jc=cchem&type=etoc&feed=rss,http://cerealchemistry.aaccnet.org/journal/cchem,"Cereal Chemistry"
1721,27750,http://journals.aau.dk/index.php/MIPO/gateway/plugin/WebFeedGatewayPlugin/rss,http://journals.aau.dk/index.php/MIPO,"Musikterapi i Psykiatrien Online"
1549,26667,http://ojs.statsbiblioteket.dk/index.php/bras/gateway/plugin/WebFeedGatewayPlugin/rss,http://ojs.statsbiblioteket.dk/index.php/bras,"Brasiliana - Journal for Brazilian Studies"
1549,27775,http://ojs.statsbiblioteket.dk/index.php/claw/gateway/plugin/WebFeedGatewayPlugin/rss,http://ojs.statsbiblio
@kitaev-chen
kitaev-chen / settings.json
Created June 24, 2021 20:28 — forked from johnnychen94/settings.json
VSCODE configuration
{
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"editor.cursorStyle": "block",
"editor.detectIndentation": false,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.fontSize": 13,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 90,

VSCode +LaTeX-Workshop +Sumatra PDF

// settings.json
{
  "latex-workshop.view.pdf.viewer": "external",
  "latex-workshop.view.pdf.external.command": {
 "command": "C:\\path\\to\\SumatraPDF.exe",
@kitaev-chen
kitaev-chen / spacemacs-cheshe.md
Created April 22, 2019 02:05 — forked from robphoenix/spacemacs-cheshe.md
Spacemacs Cheat Sheet

Useful Spacemacs commands

  • SPC q q - quit
  • SPC w / - split window vertically
  • SPC w - - split window horizontally
  • SPC 1 - switch to window 1
  • SPC 2 - switch to window 2
  • SPC w c - delete current window
  • SPC TAB - switch to previous buffer
  • SPC b b - switch buffers
@kitaev-chen
kitaev-chen / tmux.conf
Created March 18, 2019 09:48 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000

ERROR:1. can not upgrade2. E: Unmet dependencies3. the system is running in low-graphics mode

The reason is that the library of system don't update and upgrade for a long time. You should do this frequently:

this is not upgrade the OS from 16.04 -> 18.04, but upgrade the lib files of current OS

  1. sudo apt update
  2. sudo apt upgrade
  3. sudo apt dist-upgrade

if you failed to upgrade system, try 4 and repeat 1-3