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
"Init MandelSpace".postln; | |
x=m.space; | |
// inicializar proxyspace: | |
"Init ProxySpace".postln; | |
p = ProxySpace.push( s ); | |
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
( | |
x=m.space; | |
p = ProxySpace.push( s ); | |
k = [ |
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
on | |
http://192.168.0.213/pjctrl?D%3D%2512%2538%250%254%251%251%25114 | |
off | |
http://192.168.0.213/pjctrl?D%3D%2512%2539%250%254%251%250%25114 |
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
.controller('UsersCtrl', | |
["$scope", "$state", "$http",function($scope, $state, $http){ | |
$http.get("http://localhost:8000/api/v0/users/", { cache: true }) | |
.success(function(data) { | |
$scope['users'] = data; | |
if (data['next']) $scope.nextPage = 2; | |
}); | |
return $scope; |
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
<?php | |
function show_posts() { | |
for ($i=0; $i < 3 ; $i++) { | |
$title = "Título del Post_".$i; | |
$content = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe dicta ducimus atque quibusdam reprehenderit natus, repudiandae quisquam culpa iste perferendis rerum, asperiores architecto, facilis amet."; | |
$img = "http://fakeimg.pl/1200x600"; |
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
header, | |
footer, | |
section, | |
div, | |
li { | |
outline: 1px dotted #0af; | |
} | |
body { |
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
img{ | |
max-width:100%; | |
} | |
.entrada { | |
/*tac*/ | |
text-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
header, | |
footer, | |
section, | |
div, | |
li { | |
/*outline: 1px dotted #0af;*/ | |
} | |
body { |
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
/* habia un pedo con iscroll y las posiciones, entonces fue necesario | |
colocarlo fuera y aplicarle 8===o ~~~ un transform: transate(0,0,0) para que se | |
viera sobre iscroll */ | |
var iscroll = new IScroll('#wrapper', { | |
scrollbars: true, | |
mouseWheel: true, | |
interactiveScrollbars: true, | |
shrinkScrollbars: 'scale', | |
probeType: 3, |
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
<div id="wrapper" class="xrow h_100vh"> | |
<div id="img_holder" class="xrow h_100 imgLiquid imgLiquidFill absUpL z-1"> | |
<img src="http://fakeimg.pl/1200x800" alt="" /> | |
</div> | |
<div id="other_content" class="row"> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi dolorum cum quibusdam, aliquid molestias! Odit voluptatem ipsa, nostrum blanditiis. Vero pariatur dolor quibusdam odit, officiis tempore asperiores deserunt est et inventore ab perferendis autem omnis obcaecati reiciendis voluptas labore nesciunt, at facere reprehenderit maxime ducimus eius atque magni. Est tenetur nemo nulla error at dicta animi possimus! At porro quam vitae dolore eligendi voluptates laboriosam repellendus tenetur eum ratione doloribus enim, nulla magnam, sit provident, explicabo alias accusamus facere error. Ducimus, quidem, architecto exercitationem sequi modi aliquam laboriosam nostrum itaque. Voluptatem, neque, recusandae illo non perferendis fugiat totam porro magni unde cupiditate obcaecati. Dol |
OlderNewer