Skip to content

Instantly share code, notes, and snippets.

View julianalucena's full-sized avatar

Juliana Lucena julianalucena

  • Incognia
  • Recife, Pernambuco, Brazil
View GitHub Profile
<div class="box scrollme animateme" data-when="view" data-from="0.01" data-to="0.7" data-scale="3" data-translatex="0" data-translatey="100"></div>
<div class="image scrollme animateme" data-when="enter" data-from="0" data-to="0.6" data-crop="false" data-opacity="0" data-scale="0.5" data-translatey="-100" ></div>
$ ping -c 20 172.16.254.254
PING 172.16.254.254 (172.16.254.254): 56 data bytes
64 bytes from 172.16.254.254: icmp_seq=0 ttl=64 time=1.146 ms
64 bytes from 172.16.254.254: icmp_seq=1 ttl=64 time=7.235 ms
64 bytes from 172.16.254.254: icmp_seq=2 ttl=64 time=3.939 ms
64 bytes from 172.16.254.254: icmp_seq=3 ttl=64 time=0.998 ms
64 bytes from 172.16.254.254: icmp_seq=4 ttl=64 time=0.890 ms
64 bytes from 172.16.254.254: icmp_seq=5 ttl=64 time=1.170 ms
64 bytes from 172.16.254.254: icmp_seq=6 ttl=64 time=0.909 ms
64 bytes from 172.16.254.254: icmp_seq=7 ttl=64 time=3.186 ms
trustvox (master) > ping -c 20 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=43 time=154.882 ms
Request timeout for icmp_seq 1
64 bytes from 8.8.8.8: icmp_seq=2 ttl=43 time=224.227 ms
Request timeout for icmp_seq 3
64 bytes from 8.8.8.8: icmp_seq=4 ttl=43 time=133.920 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=43 time=233.549 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=43 time=177.096 ms
Request timeout for icmp_seq 7
<li id="window-chat-user-1">
<div class="chat-window">
<span class="name">Test User</span>
<ul class="conversation"></ul>
<div class="user-input">
<input type="text">
</div>
</div>
<div class="chat-window-bar opened">
<div class="online">on-line</div>
[{name : "Test User", user_id : 27, text : "Hoooray!",thumbnail => "/images/new/missing_users_thumb_24.png",
time => "hoje, 10:03"},
{name : "Test User", user_id : 27, text : "Hoooray!", thumbnail => "/images/new/missing_users_thumb_24.png",
time => "hoje, 10:03"}]
<%= pjax_content_for :head_scripts_and_styles do %>
<%= lazy_load :js, javascript_path("myplugin.js"), jammit_path(:jammt_package) do %>
(function($){
var a = new Abc();
a.init();
})($);
<% end %>
<% end %>
@julianalucena
julianalucena / kdelibs brew install error
Created July 18, 2011 01:42
brew install -v kdelibs error
juliana:~ julianalucena$ brew install -v kdelibs
Also installing dependencies: redland, soprano, shared-desktop-ontologies, shared-mime-info, attica, docbook, libdbusmenu-qt
==> Downloading http://download.librdf.org/source/redland-1.0.12.tar.gz
File already downloaded in /Users/julianalucena/Library/Caches/Homebrew
/usr/bin/tar xf /Users/julianalucena/Library/Caches/Homebrew/redland-1.0.12.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/redland/1.0.12 --with-sqlite=yes --with-mysql=no --with-bdb=/usr/local
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/redland/1.0.12 --with-sqlite=yes --with-mysql=no --with-bdb=/usr/local
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build/install-sh -c -d
@julianalucena
julianalucena / brew doctor output
Created July 18, 2011 01:43
brew doctor output
juliana:~ julianalucena$ brew doctor
Your OS X is ripe for brewing.
Any troubles you may be experiencing are likely purely psychosomatic.
<script type="text/javascript">
function showLoadingUsers(){
document.getElementById('loading_bar').style.display = 'block';
$('user_list_table').remove();
}
</script>
.classofmything {
/* Properties of my thing */
display: block;
color: rgb(123, 123, 123);
}
/* My thing's border radius definition */
.borderradius .classofmything {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;