This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh interface ipv6 set privacy state=disabled store=active | |
netsh interface ipv6 set privacy state=disabled store=persistent | |
netsh interface ipv6 set global randomizeidentifiers=disabled store=active | |
netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var prompt = Components.classes["@mozilla.org/embedcomp/prompt-service;1"].getService(Components.interfaces.nsIPromptService); | |
prompt.alert(null, "Title", "Text"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences RememberedNetworks | egrep -o '(SSID_STR|_timeStamp).+' | sed 's/^.*= \(.*\);$/\1/' | sed 's/^"\(.*\)"$/\1/' | sed 's/\([0-9]\{4\}-..-..\).*/\1/' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VBoxManage setextradata "OSX_108" "CustomVideoMode1" "2048x1536x32" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"available_levels": 1021, | |
"environment": 3, | |
"udid": "FC9C22DC-0301-4421-A26A-2DB95985B962", | |
"enabled_for": 5, | |
"created_at": "Thu Jan 03 17:25:48 +0000 2013", | |
"display": 7, | |
"lang": null, | |
"id": 1736398994, | |
"token": "buWWQDx46io1\/1jFRphV4gH9YjrqnhUmWehQ5gF267I=", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git symbolic-ref HEAD refs/heads/BRANCHNAME | |
rm .git/index | |
git clean -fdx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Only for MacType (NOT SUPPORT THE OLD VERSION OF GDI++/HE) | |
; [email protected] | |
; Modified by mynetx <[email protected]> | |
[Preview] | |
Font=Segoe UI | |
Color=$990000 | |
Text=mynetx | |
Size=10 | |
Align=Center |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cards": { | |
"summaries": [{ | |
"url": "http:\/\/t.co\/WuTxlJeV", | |
"title": "Verkn\u00fcpfung auf der Windows-8-Startseite anheften", | |
"description": "Viele Nutzer legen sich Verkn\u00fcpfungen auf ihrem Desktop an, um schnell auf Dateien oder Programme zuzugreifen. Solche Verkn\u00fcpfungen k\u00f6nnen Sie auch auf der Windows-8-Startseite ablegen. Ein Klick auf...", | |
"author_user": { | |
/* a User object of the twitter:creator tag in the Twitter card */ | |
}, | |
"site_user": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.cookie="VISITOR_INFO1_LIVE=u8uWhAyPa3U"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var color = parseInt('0x' + label.color) > (0xffffff / 2) ? 'black' : 'white'; |
NewerOlder