Source: http://willandorla.com/will/2011/01/convert-folder-into-git-submodule/
$ git clone --no-hardlinks original-repo copied-repoSource: http://willandorla.com/will/2011/01/convert-folder-into-git-submodule/
$ git clone --no-hardlinks original-repo copied-repo| # change | |
| ./adb shell am display-size 800x480 | |
| # revert to default | |
| ./adb shell am display-size reset | |
#How to do a radial blur in Gimp
Gimp as some function to do blur effects, but it is not clear how to do a radial blur : Blur part of an image, starting from a point, with a radius, and the effect beeing less and less strong the farer we are from the central point.
Here is the solution :
| package; | |
| import js.Node; | |
| import pony.math.Matrix; | |
| import pony.midi.devices.Launchpad; | |
| import pony.midi.devices.LaunchpadColor; | |
| import pony.text.TextTools; | |
| import pony.time.Timer; | |
| using pony.Tools; |
| using UnityEngine; | |
| using System.Collections; | |
| public static class Vibration | |
| { | |
| #if UNITY_ANDROID && !UNITY_EDITOR | |
| public static AndroidJavaClass unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); | |
| public static AndroidJavaObject currentActivity = unityPlayer.GetStatic<AndroidJavaObject>("currentActivity"); | |
| public static AndroidJavaObject vibrator = currentActivity.Call<AndroidJavaObject>("getSystemService", "vibrator"); |
We do not believe that leaving your information online means you deserve harassment, we simply wish to arm people who want to speak up with all the defensive tools available.
This guide is not an anti-government-surveillance document, as it only helps you make your information private and does not remove it. Fighting back against surveilance is a very different problem, and there is a separate guide for that.
This one should be easy, but it is the number one privacy failure w#Missile - PushBullet made awesome
Version 1.2
Missile is a PushBullet client for Ubuntu and other Linux operating systems. It supports:
This Grub Init Tune will make your computer sound like a Super Mushroom every time you turn it on! This only works for the Grub bootloader - this generally means you need to have Linux (or other Grub-based OS) installed.
Here's the code, which goes in your /etc/default/grub file:
GRUB_INIT_TUNE="1750 523 1 392 1 523 1 659 1 784 1 1047 1 784 1 415 1 523 1 622 1 831 1 622 1 831 1 1046 1 1244 1 1661 1 1244 1 466 1 587 1 698 1 932 1 1195 1 1397 1 1865 1 1397 1"
| 'use strict'; | |
| var Marionette = require('backbone.marionette'), | |
| Konami; | |
| Konami = Marionette.Behavior.extend({ | |
| defaults: { | |
| code : [38, 38, 40, 40, 37, 39, 37, 39, 66, 65] | |
| }, | |
| events: { |