Facundo's Blog
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

markdown-typora-hexo-grammar

Typora - Hexo typora An example of all five types: [!NOTE] Highlights information that users should take into account, even when skimming. [!TIP] Optional information to help a user be more success
2024-12-09

剑指offer

剑指 Offer 剑指 Offer 03. 数组中重复的数字 1234567891011121314151617181920212223242526272829303132333435363738class Solution {public: int findRepeatNumber(vector<int>& nums) { // map
2024-12-09
#notes #C++

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick
2024-08-20

CS144 lab2 笔记 📒

Lab Checkpoint 2: the TCP receiver In Lab 2, you will implement the TCPReceiver, the part of a TCP implementation that handles the incoming byte stream. The TCPReceiver translates between incoming TC
2023-12-09
courses
#notes #CS144 #C++

CS144 lab1 笔记 📒

Lab Checkpoint 1: stitching substrings into a byte stream In Lab 1, you’ll implement a stream reassembler—a module that stitches small pieces of the byte stream (known as substrings, or segments) bac
2023-11-14
courses
#notes #CS144 #C++

CS144 lab0 笔记 📒

如果是 MacBook (with the ARM64 M1 chip) sudo -i切换为 root 用户 2、输入dhclient -v 再输入ifconfig就可以看到多了一个 ip 地址 有的同学说重启后命令失效,请参考下面的方法: 1、执行vim ~/.bashrc 2、在最后一行添加dhclient -v 3、保存退出 4、执行source ~/.bashrc使其立即生效 Pre
2023-10-28
courses
#notes #CS144 #C++

使用Dotbot管理dotfiles

本文通过Dotbot管理dotfiles并搭建dotfiles仓库
2023-05-07
tools

LaTeX转Word

工具:pandoc 1$ pandoc -s example.tex --citeproc --bibliography=tex.bib --csl=china-national-standard-gb-t-7714-2015-numeric.csl -o output.docx --citeproc Process the citations in the file,
2023-04-25
tools

tmux

Installing tmux Install wiki Platform Install Command Debian or Ubuntu apt install tmux macOS (using Homebrew) brew install tmux Useful cmd / shortcut Cmd Shortcut Description man
2023-04-20
tools
#notes

如何在一台设备上使用多个GitHub账户

为不同GitHub账户创建不同的SSH密钥 首先确保当前目录为.ssh 1$ cd ~/.ssh 生成不同GitHub账户对应的ssh密钥 1234$ ssh-keygen -t ed25519 -C "your_email@example.com" -f "github-username"# If you are using a legacy system
2023-02-25
tools
#Github
12

搜索

Hexo Fluid