Skip to content

Instantly share code, notes, and snippets.

MacOS

Build 3059

MD5: 59bab8f71f8c096cd3f72cd73851515d

Rename it to: Sublime Text

Make it executable with: chmod u+x Sublime\ Text

@dobrMAN
dobrMAN / 51-these-are-not-joysticks.rules
Last active June 23, 2017 02:57 — forked from denilsonsa/51-these-are-not-joysticks.rules
Fix for keyboard or mouse being detected as joystick in Linux
# /etc/udev/rules.d/51-these-are-not-joysticks.rules
# https://gist.github.com/denilsonsa/978f1d842cf5430f57f6
#
# These are devices that, although recognized by kernel as joysticks, are not
# joysticks. These rules will prevent the non-functional /dev/input/js* devices
# from being used, by removing read/write permissions from them.
#
# This is just a blacklist, which will always be incomplete (until the actual
# bug gets fixed). Feel free to add more devices to this list.
#
@dobrMAN
dobrMAN / Sublime Text License Key.md
Created October 23, 2015 08:23
Sublime Text 2 License Key, Sublime Text 3 License Key, Sublime Text Full Version.

Sublime Text 2 & 3 License Key, Sublime Text Full Version

Sublime Text License Key

How to activate license key

  1. Go to menu Help > Enter License.
  2. Copy the license key below and paste it into the textbox > Click the Use License button.
  3. Enjoy! 👍
@dobrMAN
dobrMAN / AssetGPULoader.cs
Created June 28, 2017 18:00 — forked from flarb/AssetGPULoader.cs
Unity3d GPU Pre-loader
using UnityEngine;
using System.Collections;
using System;
using System.Collections.Generic;
public class AssetGPULoader : MonoBehaviour {
public Camera activeCamera;
RenderTexture _rt;