-
2053805·apache·260 B·2011-05-04 13:09 UTC
RewriteCond %{REQUEST_URI} !^/http://www.fullagency.it/.*$
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
RewriteRule ^
-
2053804·text·1.3 KB·2011-05-04 13:08 UTC
Name Last modified Size Description
MailTemplate/ 04-May-2011 14:40 -
autoloader.php 04-May-2011 14:40 1.7K
autoloader/ 04-May-2011 14:40 -
backend/ 04-May-2011 14:51 -
classes/
-
2053801·text·486 B·2011-05-04 12:58 UTC
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23037949-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('s
-
2053799·text·574 B·2011-05-04 12:52 UTC
Name Last modified Size Description
MailTemplate/ 04-May-2011 14:40 -
autoloader.php 04-May-2011 14:40 1.7K
autoloader/ 04-May-2011 14:40 -
backend/ 04-May-2011 14:51 -
classes
-
2053798·text·3.5 KB·2011-05-04 12:50 UTC
2011-05-01 01:41:21 Info: Listening for GUI clients on IPv6 0:0:0:0:0:0:0:0 port 4242 using protocol version 10
2011-05-01 01:42:08 Info: Client connected from 0:0:0:0:0:FFFF:7F00:1%0
2011-05-01 0
-
2053797·text·490 B·2011-05-04 12:48 UTC
MailTemplate/ 04-May-2011 14:40 -
autoloader.php 04-May-2011 14:40 1.7K
autoloader/ 04-May-2011 14:40 -
classes/ 04-May-2011 14:40 -
css/ 04-May-2011 14:40 -
images/ 04-May-20
-
2053796·bash·198 B·2011-05-04 12:41 UTC
for repo in $(wget -o /dev/null -O - http://git.gitbrew.org/ps3/ | grep .git | grep '<td>' | cut -d '>' -f 3 | cut -d '<' -f -1 | egrep -v '^$'); do git clone git://git.gitbrew.org/ps3/${repo}; done
-
2053792·text·605 B·2011-05-04 12:33 UTC
CXX inkscape.o
CXX interface.o
interface.cpp: In function ‘void injectRenamedIcons()’:
interface.cpp:1620: error: no matching function for call to ‘Gtk::IconTheme::load_icon(Glib::ustring
-
2053788·text·2.4 KB·2011-05-04 12:18 UTC
" ==VimperatorColorSchema==
" name: evening
" ==/VimperatorColorSchema==
hi StatusLine color: #333; background: #777;
hi Normal color: #ddd; background: #333;
-
2053787·text·1.7 KB·2011-05-04 12:16 UTC
Dear Google Video User,
Later this month, hosted video content on Google Video will no longer be available for playback. Google Video stopped taking uploads in May 2009 and now we’re removing the r
-
2053781·text·43.4 KB·2011-05-04 12:03 UTC
-
2053780·text·12.0 KB·2011-05-04 11:59 UTC
\usepackage[pdftex]{insdljs}
\newcommand\Hello{Hello World!}
\begin{insDLJS}[HelloWorld]
function HelloWorld()
{
app.alert("\Hello", 3);
}
\end{insDLJS}
error:
*****
***** Xe
-
2053778·javascript·183 B·2011-05-04 11:52 UTC
someValue = "foo";
function CreatAlertByValue(val) {
return function () {
alert(val);
};
}
someElement.onclick = CreateAlertByValue(someValue);
someValue = "bar";
-
2053776·text·8.9 KB·2011-05-04 11:44 UTC
#!/usr/bin/python
"""
Tom's Clock
Tom Dignan - http://tomdignan.com - <tom.dignan@gmail.com>
Last Modified: Mon Feb 14 04:02:31 EST 2011
Release: 0.02-dev
"""
# TODO: start modularizing the
-
2053775·text·88.9 KB·2011-05-04 11:44 UTC
-
2053773·text·49.9 KB·2011-05-04 11:40 UTC
-
2053772·text·2.3 KB·2011-05-04 11:39 UTC
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Keyboard0" "
-
2053771·javascript·104 B·2011-05-04 11:38 UTC
someValue = "foo";
someElement.onclick = function() {
alert(someValue);
}
someValue = "bar";
-
2053770·text·1.0 KB·2011-05-04 11:34 UTC
mysql> select `stock` from `test_shop_item` limit 10;
+-------+
| stock |
+-------+
| 18 |
| 10 |
| 2 |
| 2 |
| 3 |
| 3 |
| 7 |
| 8 |
| 4 |
| 5 |
+-
-
2053764·text·476 B·2011-05-04 11:00 UTC
entity fibonacci is
Port ( n : in integer;
fib: out integer);
end fibonacci;
architecture Behavioral of fibonacci is
begin
fibbo:process(n)
variable fib_last : integer := 1