Skip to content

Instantly share code, notes, and snippets.

@rzrbld
rzrbld / How-to-git-WD-MyCloud-Mirror.md
Last active August 24, 2024 09:02
How to install git or other apps on WD MyCloud Mirror

You got WD MyCloud Mirror or so, and you don't have some 3rd party apps - like GIT\Antivirus and etc. If you just take an app from other model, like WD MyCloud EX2 and try to install it on WD MyCloud Mirror you'll see: "Failed to install blah-blah-blah" - FAIL! But!

first of all you need some device,file and tool:

  1. WD MyCloud Mirror.
  2. App that you need from other model. it my case - it's GIT - http://downloads.wdc.com/apps/WDMyCloudEX2/git/WDMyCloudEX2_git_1.40.bin
  3. Hex Editor - WinHex\wxHex\you name it

how to make this works:

@gre
gre / easing.js
Last active September 21, 2024 22:06
Simple Easing Functions in Javascript - see https://github.com/gre/bezier-easing
/*
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The Fuck You Want To Public License, Version 2,
* as published by Sam Hocevar. See the COPYING file for more details.
*/
/*
* Easing Functions - inspired from http://gizma.com/easing/
* only considering the t value for the range [0, 1] => [0, 1]
*/
EasingFunctions = {