惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Attack and Defense Labs
Attack and Defense Labs
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
Intezer
C
Cyber Attacks, Cyber Crime and Cyber Security
The Register - Security
The Register - Security
量子位
Security Latest
Security Latest
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
C
CXSECURITY Database RSS Feed - CXSecurity.com
MyScale Blog
MyScale Blog
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
Spread Privacy
Spread Privacy
Jina AI
Jina AI
博客园 - 【当耐特】
P
Palo Alto Networks Blog
Last Week in AI
Last Week in AI
SecWiki News
SecWiki News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
G
GRAHAM CLULEY
宝玉的分享
宝玉的分享
Hacker News - Newest:
Hacker News - Newest: "LLM"
T
The Blog of Author Tim Ferriss
V
Vulnerabilities – Threatpost
有赞技术团队
有赞技术团队
T
Tor Project blog
H
Hacker News: Front Page
A
Arctic Wolf
NISL@THU
NISL@THU
A
About on SuperTechFans
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
V
V2EX
N
News and Events Feed by Topic
Webroot Blog
Webroot Blog
Know Your Adversary
Know Your Adversary
P
Privacy International News Feed
I
InfoQ
D
Docker
L
LINUX DO - 最新话题
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
U
Unit 42

Notes

周经帖的末日?笔记软件已经进入决赛圈 - V2EX 一个免费的在线网页游戏网站 freeonlinegames.com - V2EX 求一个触摸屏编辑友好的笔记软件 - V2EX 关于 Notepad++安装版在安装期间的如下图或文字的勾选与不勾选的区别是什么? - V2EX obsidian 同步方案 - V2EX 开源的笔记软件没一个能打的,逛了一圈最后还是回归 Evernote+simplenote - V2EX simplenote 真的是时候要说再见了 - V2EX 还是从其它写字 App 切换回了 Bear - V2EX MyScript 最新消息:多项新功能,让您的 Nebo 笔记更添个人魅力 - V2EX simplenote 官网崩了? - V2EX 分享一个开源看上去有点像 Notion 的笔记 Affine。 - V2EX WizNote 为知笔记 被收购了 - V2EX 分享一个看上去有点像 Notion 的笔记 Clover。 - V2EX v 站的记事本使用有什么限制吗? - V2EX 用 oneNote 有什么坑吗 - V2EX 一直找不到适合自己的笔记应用,为什么没有“完美”的笔记应用? - V2EX 我心目中理想的笔记 - V2EX QOwnNotes 怎么才能像使用有道云笔记那样左侧有笔记+目录的层级列表? - V2EX 这里是提,记事本的 issues 吗? V2EX Notes 的 Markdown 支持什么样的 HTML 标签?或者其他实现页内跳转的功能? - V2EX 记事本里面的东西无法发布了吗? v2 为啥不直接把记事本做好 记事本能否开放 api - V2EX onenote 移动端浏览体验支持太差有解决方案么? 发布的记事本底部加一个复制地址的按钮如何?发布的,更多是想发给别人,这样更方便一点 - V2EX 记事本是私密的么? - V2EX 记事本的为了记录哪一类内容?这个功能的用例和使用场景是怎样的?在什么情况什么心情什么状态下使用记事本这个功能? 笔记本可否添加一个私密发布的功能,输入密码才能查看笔记,类似百度网盘的私密分享 - V2EX @Livid 能否在记事本 PC 端的发布页加入响应式或者自适应视图? - V2EX Public Notes 的 Markdown 显示已经部署 - V2EX 记事本文件发布后的页面图标问题 笔记发布后,自己的点击能否不计入点击次数 - V2EX V2EX NOTES 两个小问题 - V2EX 查看笔记时会省略掉行首的空白字符 - V2EX 修改文件夹名称为中文时报错 - V2EX 再次打开文档时光标应该定位在文档尾 - V2EX 笔记的文件长度不对 - V2EX
V2EX Notes 的 Markdown 功能部署完毕 - V2EX
Livid · 2014-08-28 · via Notes
hx1997

19

hx1997      2014 年 8 月 28 日

再来一个 Markdown 的问题。如下 C 语言代码在 ```code``` 中会解析不正常。
效果见
https://www.v2ex.com/p/68Xm2mij

```#include <stdio.h>

int main()
{
unsigned char data[32] = {
0xA1, 0xB5, 0x44, 0x84, 0x14, 0xE4, 0xA1, 0xB5, 0xD4, 0x70, 0xB4, 0x91, 0xB4, 0x70, 0xD4, 0x91,
0xE4, 0xC4, 0x96, 0xF4, 0x54, 0x84, 0xB5, 0xC4, 0x40, 0x64, 0x74, 0x70, 0xA4, 0x64, 0x44, 0x00
};

char foo[32] = {0};

for(int i = 0; i < 31; i++)
foo[i] = (char)((data[i] >> 4 | ((int)data[i] << 4 & 240)) ^ 41);

printf("%s\n", foo);

return 0;
}```