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
<html slick-uniqueid="1"><head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<title> - jsFiddle demo</title> | |
<script type="text/javascript" src="http://fiddle.jshell.net/js/lib/mootools-core-1.3.2-compat.js"></script> | |
<script type="text/javascript" src="http://fiddle.jshell.net/js/lib/mootools-more-1.3.2.1-full-compat.js"></script> | |
<link rel="stylesheet" type="text/css" href="http://fiddle.jshell.net/css/result-light.css"> | |
<style type="text/css"></style> | |
<script type="text/javascript">//<![CDATA[ |
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
"require": { | |
"zendframework/zendgdata": "2.0.*" | |
}, | |
private function googleLogin() { | |
$service = \ZendGData\Spreadsheets::AUTH_SERVICE_NAME; |
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
chown -R www-data:www-data administrator/components/ | |
chown -R www-data:www-data administrator/language | |
chown -R www-data:www-data administrator/language/overrides | |
chown -R www-data:www-data administrator/language/en-GB | |
chown -R www-data:www-data administrator/manifests/libraries | |
chown -R www-data:www-data administrator/manifests/files | |
chown -R www-data:www-data administrator/modules | |
chown -R www-data:www-data administrator/templates | |
chown -R www-data:www-data components |
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 | |
$sizes = array( | |
array('n' => 'Default.png', 'w' => 320, 'h' => 480), | |
array('n' => '[email protected]', 'w' => 640, 'h' => 960), | |
array('n' => 'Default@2x~ipad.png', 'w' => 2048, 'h' => 1496), | |
array('n' => 'Default~ipad.png', 'w' => 768, 'h' => 1004), | |
array('n' => 'Default-Landscape.png', 'w' => 1024, 'h' => 768), | |
array('n' => '[email protected]', 'w' => 2048, 'h' => 1536), | |
array('n' => '[email protected]', 'w' => 640, 'h' => 1136), |
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
http://www.mpja.com/download/ACS712.pdf | |
<div>vcc <input id="vcc" value="5" /></div> | |
<div>vout <input id="vout" value="4.5" /></div> | |
<div>result <input id="va"/></div> | |
<script> | |
var vcc = document.id('vcc'); |
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 | |
$sizes = array( | |
array('n' => 'Default.png', 'w' => 320, 'h' => 480), | |
array('n' => '[email protected]', 'w' => 640, 'h' => 960), | |
array('n' => 'Default@2x~ipad.png', 'w' => 2048, 'h' => 1496), | |
array('n' => 'Default~ipad.png', 'w' => 768, 'h' => 1004), | |
array('n' => 'Default-Landscape.png', 'w' => 1024, 'h' => 768), | |
array('n' => '[email protected]', 'w' => 2048, 'h' => 1536), | |
array('n' => '[email protected]', 'w' => 640, 'h' => 1136), |
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
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script> | |
<div id="map-canvas"></div> | |
function initialize() { | |
var myLatlng = new google.maps.LatLng( 49.4272769152388, 32.05879211425781); | |
var mapOptions = { | |
zoom: parseInt(gup('z', 13)), | |
center: myLatlng, | |
mapTypeId: google.maps.MapTypeId.SATELLITE |
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 | |
require_once './vendor/autoload.php'; | |
$auth = getjump\Vk\Auth::getInstance(); | |
$auth->setAppId('ddddd')->setScope('SCOPE')->setSecret('dsasdads')->setRedirectUri('http://vk.loc/index.php'); | |
$token = $auth->startCallback(); | |
$vk = getjump\Vk\Core::getInstance()->apiVersion('5.5')->setToken($token); |
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
/* | |
* ---------------------------------------------------------------------------- | |
* This is a MFRC522 library example; see https://github.com/miguelbalboa/rfid | |
* for further details and other examples. | |
* | |
* NOTE: The library file MFRC522.h has a lot of useful info. Please read it. | |
* | |
* Released into the public domain. | |
* ---------------------------------------------------------------------------- |
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 | |
$volumeId = 'vol-id'; | |
$daysLimit = 3; | |
$ownerId = '0123456789101'; | |
$tag = false; // tag name or false | |
$date = date('Y-m-d H:i:s'); |
OlderNewer