Skip to content

Instantly share code, notes, and snippets.

View AgentKnopf's full-sized avatar
💭
Unity, Blender, Android development

Agent Knopf AgentKnopf

💭
Unity, Blender, Android development
View GitHub Profile
@AgentKnopf
AgentKnopf / p5n.md
Last active June 10, 2017 19:06 — forked from rwz/p5n.md
persona 5 negotiatons

Codes

  • L: Likes
  • D: Dislikes
  • M: Meh.

Depending on the persona for successful negotiation you need either 2 Like answers or 1 Like + 1 Meh.

Who likes what

@rwz
rwz / p5n.md
Last active October 24, 2021 15:09
persona 5 negotiatons

Codes:

  • L: Likes
  • D: Dislikes
  • M: Meh.

Depending on the persona for successful negotiation you need either 2 Like answers or 1 Like + 1 Meh.


@staltz
staltz / introrx.md
Last active June 13, 2024 19:58
The introduction to Reactive Programming you've been missing
@dodyg
dodyg / gist:5823184
Last active March 29, 2024 03:59
Kotlin Programming Language Cheat Sheet Part 1

#Intro

Kotlin is a new programming language for the JVM. It produces Java bytecode, supports Android and generates JavaScript. The latest version of the language is Kotlin M5.3

Kotlin project website is at kotlin.jetbrains.org.

All the codes here can be copied and run on Kotlin online editor.

Let's get started.