Skip to content

Instantly share code, notes, and snippets.

View gehongyan's full-sized avatar
🍔
吃吃吃

Ge gehongyan

🍔
吃吃吃
View GitHub Profile
@maartenba
maartenba / Generate CSharp.groovy
Created December 3, 2018 13:28
Rider generate C# from database
import com.intellij.database.model.DasTable
import com.intellij.database.util.Case
import com.intellij.database.util.DasUtil
/*
* Available context bindings:
* SELECTION Iterable<DasObject>
* PROJECT project
* FILES files helper
*/
@omnibs
omnibs / 101-rx-samples.md
Last active March 22, 2025 11:58
101 Rx Samples in C#

101 Rx Samples in C#

This was taken from http://rxwiki.wikidot.com/101samples, because I wanted to be able to read it more comfortable with syntax highlighting.

Here's the unedited original, translated to Github Markdown glory:

101 Rx Samples - a work in progress