Skip to content

Instantly share code, notes, and snippets.

View Exey's full-sized avatar

Exey Panteleev Exey

  • Helsinki, Finland
View GitHub Profile
@nicerobot
nicerobot / README.md
Last active March 22, 2024 10:24
GNUStep

Objective-C on Linux

Just run:

curl -ks https://gist.github.com/nicerobot/5652802/raw/install.sh | bash -
@cecilemuller
cecilemuller / readme.md
Last active December 16, 2015 08:39
Setup Typescript in FlashDevelop with minification via Google Closure

Installation

  1. First, install Flashdevelop and make sure to select Install JS Compiler.

  2. Then install NodeJS which conveniently installs both Node.JS and its package manager NPM.

  3. Finally, open a command line prompt (the shortcut is Windows + R) and run npm install -g typescript.

Per-project