- AngularJS
- PhoneGap
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 callout = { | |
create : 'overwritten object' | |
}; | |
$.extend(true, callout, Foundation.libs.tooltips); | |
if (typeof callout.create == 'function') { | |
alert('create() is still a function!'); | |
} | |
if (typeof callout.create == 'string') { |
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
default: | |
paths: | |
features: ../../features | |
extensions: | |
Behat\MinkExtension\Extension: | |
base_url: 'http://test.localhost:8080/' | |
goutte: | |
guzzle_parameters: | |
request.params: | |
redirect.disable: true |
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
@media screen and (max-width: $small-screen) { | |
.#{$reveal-modal-class} { | |
&.full-on-small { | |
top: 0; | |
margin-#{$default-float}: 0; | |
#{$default-float}: 0; | |
width: 100%; | |
} | |
} | |
} |
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
I/WindowManager( 511): Screenshot Window{41e90238 u0 com.google.android.gallery3d/com.android.camera.CameraActivity} was all black! mSurfaceLayer=21100 minLayer=21100 maxLayer=21100 | |
V/CAM_PhotoModule(31599): stopPreview | |
E/mm-libcamera2( 174): PROFILE HAL: stopPreview(): E: 1384150355.605338095 | |
E/mm-camera( 208): config_MSG_ID_STOP_ACK: streamon_mask is not clear. Should not call PP_Release_HW | |
D/LocationManager(31599): stopReceivingLocationUpdates | |
E/mm-libcamera2( 174): PROFILE HAL: stopPreview(): E: 1384150355.614890971 | |
E/QCameraHWI( 174): android::status_t android::QCameraHardwareInterface::setPreviewWindow(preview_stream_ops_t*):Received Setting NULL preview window | |
E/QCameraHWI( 174): android::status_t android::QCameraHardwareInterface::setPreviewWindow(preview_stream_ops_t*): mPreviewWindow = 0x0x0, mStreamDisplay = 0x0xb8d2cc98 | |
W/QCameraHWI_Preview( 174): Setting NULL preview window | |
I/CameraClient( 174): Destroying camera 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
if (window.resolveLocalFileSystemURI) { | |
console.log('Attemping to resolveFileSystemURI of ' + imageData); | |
window.resolveLocalFileSystemURI( | |
imageData, | |
function(fileEntry) { | |
console.log('requesting file system'); | |
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function(fs) { | |
console.log('moving file'); | |
fs.root.getDirectory('bob', {create: true}, function(dirEntry) { | |
var fileName = moment().valueOf().toString() + '.jpg'; |
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
Companies whose core product is open source and actively developed in Berlin. | |
* CartoDB | |
* Crate.io | |
* Fairnopoly |
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
# o2 ADSL, Berlin Mitte | |
# Using cURL, fetch the jQuery library within ten seconds. | |
$ curl -m 10 http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.js > /dev/null | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 | |
curl: (28) Connection timed out after 10005 milliseconds | |
# Content from ajax.googleapis.com (and fonts.googleapis.com) time out! |
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
/*! angular-google-maps 2.0.9 2014-11-18 | |
* AngularJS directives for Google Maps | |
* git: https://github.com/angular-ui/angular-google-maps.git | |
*/ | |
/* | |
! | |
The MIT License | |
Copyright (c) 2010-2013 Google, Inc. http://angularjs.org |