Circular image transition using CSS and TweenMax
A Pen by Steve Gardner on CodePen.
.box | |
.container | |
.glass | |
.cap-left | |
.cap-right | |
.fill | |
.bubble-1 | |
.bubble-2 | |
.bubble-3 | |
.bubble-4 |
Circular image transition using CSS and TweenMax
A Pen by Steve Gardner on CodePen.
Some wireless cards support monitor mode but won't work with airmon-ng
. This is a little script helps you turning the monitor mode on! (+ it also sets the channel and the tx-power)
Usage: startWlan.sh [Interface:wlan0] [Channel:1] [Txpower:30] [Bandwidth:HT20|HT40+|HT40-]
Examples:
./startWlan.sh
- enables monitor mode on wlan0, sets channel to 1 and tx-power to 30dBm.
./startWlan.sh wlan1 11 33
- enables monitor mode on wlan1, sets channel to 11 and tx-power to 33dBm.
./startWlan.sh wlan0 6
- enables monitor mode on wlan0, sets channel to 6 and tx-power to 30dBm.
Script:
Online kms host address: | |
-------- | |
kms.digiboy.ir | |
54.223.212.31 | |
kms.cnlic.com | |
kms.chinancce.com | |
kms.ddns.net | |
franklv.ddns.net | |
k.zpale.com | |
m.zpale.com |
For a trial reset remove the entire key: | |
Windows Registry Editor Version 5.00 | |
HKEY_CURRENT_USER\Software\Classes\CLSID\{dc8137d7-6d72-3550-a000-ae9c2affc92} | |
after that reboot. :) |
First install Termux
Then there are two options:
Open the Termux terminal on your Android device and copy-and-paste the commands listed below and hit ENTER:
Gooey checkbox CSS only
Inspired by : https://dribbble.com/shots/2236296-Feelastic-Switch
A Pen by Vincent Durand on CodePen.
This tutorial will explain how to make WhatsApp desktop application portable on Windows platform. Maybe this can work for other platforms as well.
For this to work NodeJs and asar package are required.
Firstly download latest version of WhatsApp. The following link contains all Windows (x64) releases:
##Server: | |
sudo apt-get update && apt-get upgrade | |
sudo apt-get install screen nodejs nodejs-legacy git npm | |
sudo npm install websocket | |
git clone https://github.com/samyk/poisontap | |
screen | |
sudo node backend_server.js | |
##piZero: | |
sudo apt-get update && apt-get upgrade |
// ==UserScript== | |
// @name W.A.R. Links Checker | |
// @description Automatically checks links from 250+ unique filehostings. | |
// @details Based on popular Rapidshare Links Checker, this script automatically checks links from 250+ unique filehostings. For Firefox, Chrome, Safari. | |
// @namespace http://userscripts.org/scripts/show/101707 | |
// @version 1.2.4.6 | |
// @license GPL version 3 or any later version (http://www.gnu.org/copyleft/gpl.html) | |
// @author <a href="http://userscripts.org/users/302353">dkitty</a> | <a href="http://userscripts.org/users/430723">shmoula</a> | |
// @include http://* | |
// @include https://* |