These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
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
| using System.IO; | |
| using System.Text; | |
| using System.Xml; | |
| namespace XMLMinifier | |
| { | |
| /// <summary> | |
| /// Config object for the XML minifier. | |
| /// </summary> | |
| public class XMLMinifierSettings |
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
| // jQuery Connect v0.0.1 | |
| // (c) Zulfa Juniadi <http://zulfait.blogspot.com/> | |
| // Usage : var connection = $.connect('#elem1', '#elem2', {options}); | |
| // Documentation : http://zulfait.blogspot.com/2013/07/jquery-connect.html | |
| // Source : https://gist.github.com/zulfajuniadi/5928559#file-jquery-connect-js | |
| // Requires : jQuery v1.9+ (Older versions may work, but not tested) | |
| // Suggests : jQuery UI (It works with draggable elements!) | |
| // MIT License | |
| ;(function($) { |