This file contains 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<title>Show password with jQuery</title> | |
</head> | |
<body> | |
<p>jQuery 1.4.2</p> | |
<p>Tested in Windows 7 with Google Chrome 4.1.249.1064, Mozilla Firefox 3.6.3, Opera 10.53</p> |
This file contains 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<title>Show password with jQuery</title> | |
</head> | |
<body> | |
<p>jQuery 1.4.2</p> | |
<p>Tested in Windows 7 with Google Chrome 4.1.249.1064, Mozilla Firefox 3.6.3, Opera 10.53 and Internet Explorer 8.0.7600.16385</p> |
This file contains 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>GoogleD3vF3st</title> | |
<style type="text/css"> | |
textarea {width: 100%;} | |
</style> | |
</head> | |
<body> |
This file contains 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
X,Y,TYPE,SPEED,DIRTYPE,DIRECTION | |
34.760417,31.581683,1,90,1,180 | |
34.7676,31.643283,1,90,1,180 | |
34.772267,31.530583,1,90,1,180 | |
34.783083,31.4988,1,90,1,0 | |
34.7852,32.0356,1,90,1,270 | |
34.786367,32.046667,1,90,1,90 | |
34.810217,32.111433,1,90,1,0 | |
34.818367,32.005,1,90,1,270 | |
34.82015,32.16855,1,90,1,0 |
This file contains 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
[debug] | |
disable_outlookpoi=1 | |
skip_eula=1 | |
[sound] | |
ding=0 | |
[interface] | |
maxzoom2d=6000000 | |
show_exit=1 |
This file contains 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
[project] | |
name = "ui_igo8_da" | |
[debug] | |
disable_outlookpoi = 1 | |
skip_eula = 1 | |
;show_device_type = 1; display the device type boot | |
;show_rawdisplay_info = 1; display the graphics system at boot | |
[sound] |
This file contains 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
/** | |
* Simply compares two string version values. | |
* | |
* Example: | |
* versionCompare('1.1', '1.2') => -1 | |
* versionCompare('1.1', '1.1') => 0 | |
* versionCompare('1.2', '1.1') => 1 | |
* versionCompare('2.23.3', '2.22.3') => 1 | |
* | |
* Returns: |
This file contains 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
/** | |
* @function | |
* @param {Boolean} $new Need a new array or shuffle this. | |
* @return {Array} | |
* @see http://www.hardcode.nl/subcategory_1/article_317-array-shuffle-function.htm | |
* @see http://yelotofu.com/2008/08/jquery-shuffle-plugin/ | |
* @author Alexey Bass (albass) | |
*/ | |
Array.prototype.shuffle = function($new) { | |
$new = $new || false; |
This file contains 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
<?php | |
/** | |
* Zend Transaction proposal draft. | |
* | |
* @author Alexey Bass | |
* @copyright Alexey Bass, 2011 | |
* @version 2011-10-06 | |
*/ | |
require_once 'Zend/Loader/Autoloader.php'; |
This file contains 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 | |
# | |
# PS1 Git magic | |
# | |
# Original: https://gist.github.com/623142 | |
# | |
# To enable save as .bash_prompt in $HOME and add to .bashrc: | |
# . ~/.bash_prompt | |
# | |
# Pedro Melo, <[email protected]> |
OlderNewer