Skip to content

Instantly share code, notes, and snippets.

View norlin's full-sized avatar

Alexey M. norlin

View GitHub Profile
@norlin
norlin / climate.tessel.js
Created November 11, 2014 21:37
simple climate monitor
var Promise = require('es6-promise').Promise;
var tessel = require('tessel');
var wifi = require('wifi-cc3000');
var climatelib = require('climate-si7020');
var climate = climatelib.use(tessel.port['D']);
var http = require('http');
var led = tessel.led[0].output(0);
var led2 = tessel.led[1].output(0);
function checkClimate() {
@norlin
norlin / DefaultEditorPerProjectUserSettings.ini
Last active February 5, 2020 15:46
UE4 Unreal Engine 4: disable project path popup for WWise plugin startup
[/Script/AkAudio.AkSettingsPerUser]
SuppressWwiseProjectPathWarnings=true

Just create a new bookmark in your browser (assuming it's not an IE6) and paste the code from the "bookmarklet" file as the address. Then just open any Marketplace Item page and prss this bookmark.

@norlin
norlin / UE5-Project.sublime-build
Last active December 7, 2022 19:26
Build system for Unreal Engine projects for Sublime Text
{
"cmd": [
// Default path for UE 5
"C:/Program Files/Epic Games/UE_5.0/Engine/Build/BatchFiles/Build.bat",
// Build configuration is set to "Development" by default
"Development",
// The platform is set to Win64 by default
"Win64",
"-Project",
// The Sublime project name must match the Unreal project filename
@norlin
norlin / README.md
Created April 16, 2018 18:15
Scripts for Mikrotik to resolve a list of host names to the address list of IPv4

Just add both scripts to your Mikrotik setup and put updateVPNList script on a schedule.