Skip to content

Instantly share code, notes, and snippets.

View Swinggcat's full-sized avatar
☯️
Cultivating Immortality

Ram Pani Swinggcat

☯️
Cultivating Immortality
View GitHub Profile
@Swinggcat
Swinggcat / clion.desktop
Created October 13, 2018 06:15
CLion Desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=CLion
Icon=/home/ducksoft/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/182.4505.18/.icon.svg
Exec="/home/ducksoft/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/182.4505.18/bin/clion.sh" %f
Comment=A smart cross-platform IDE for C and C++
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-clion
@Swinggcat
Swinggcat / example.md
Created October 9, 2018 19:26 — forked from ericclemmons/example.md
HTML5 <details> in GitHub

Using <details> in GitHub

Suppose you're opening an issue and there's a lot noisey logs that may be useful.

Rather than wrecking readability, wrap it in a <details> tag!

<details>
 <summary>Summary Goes Here</summary>
@Swinggcat
Swinggcat / a-backend-json-protocol.adoc
Last active October 11, 2018 18:23
一种通用的后端向前端的 JSON 通信归约

一种通用的后端向前端的 JSON 通信归约

主体框架

后端向前端返回的 JSON 中,必须包含两部分内容:

code

状态代码。