-
2056126·text·652 B·2011-05-10 10:23 UTC
{% extends "base.html" %}
{% block title %} Social Movies - Discover Movies. Socially. {% endblock %}
{% block head %}
<meta property="og:title" content="Social Movies"/>
<meta property="og:type"
-
2056125·text·1010 B·2011-05-10 10:20 UTC
{% extends "base.html" %}
{% block title %} Social Movies - Discover Movies. Socially. {% endblock %}
<<<<<<< Updated upstream
{% block head %}
<meta property="og:title" content="Social Movies"/>
-
2056120·text·273 B·2011-05-10 10:03 UTC
> plot(reitingai[,1]~reitingai[,3])
> library(MASS)
> > with(Cars93, tapply(Price, Manufacturer, mean))
Error: unexpected '>' in ">"
> with(Cars93, tapply(Price, Manufacturer, mean))
Acur
-
2056118·text·368 B·2011-05-10 09:47 UTC
>
> reitingai<-USJundgeRatings
Error: object 'USJundgeRatings' not found
> reitingai<-USJudgeRatings
> kurie<-which(reitingai[,3]==max(reitingai[,3]))
> reitingai[kurie,]
CONT I
-
2056117·text·368 B·2011-05-10 09:46 UTC
>
> reitingai<-USJundgeRatings
Error: object 'USJundgeRatings' not found
> reitingai<-USJudgeRatings
> kurie<-which(reitingai[,3]==max(reitingai[,3]))
> reitingai[kurie,]
CONT I
-
2056116·text·370 B·2011-05-10 09:46 UTC
>
> reitingai<-USJundgeRatings
Error: object 'USJundgeRatings' not found
> reitingai<-USJudgeRatings
> kurie<-which(reitingai[,3]==max(reitingai[,3]))
> reitingai[kurie,]
CONT I
-
2056115·text·3.6 KB·2011-05-10 09:43 UTC
2011.05.09 - 20:49:18 -!- Hawr1x is now known as CZE|Hawr1x
2011.05.09 - 20:49:20 <@cuky> Hawrousek ;)
2011.05.09 - 20:49:32 <@CZE|Hawr1x> nazdarek cuky
2011.05.09 - 20:49:32 <+Quakosh> Ahoj!
2011
-
2056112·diff·3.6 KB·2011-05-10 09:39 UTC
Index: target/linux/ar71xx/files/arch/mips/ar71xx/mach-ubnt.c
===================================================================
--- target/linux/ar71xx/files/arch/mips/ar71xx/mach-ubnt.c (revision
-
2056110·text·1.3 KB·2011-05-10 09:34 UTC
>
> > library(base)
Error: unexpected '>' in ">"
> > data(USJudgeRatings)
Error: unexpected '>' in ">"
> > fix(USJudgeRatings)
Error: unexpected '>' in ">"
>
> library(base)
> data(USJudgeR
-
2056109·text·1.3 KB·2011-05-10 09:33 UTC
>
> > library(base)
Error: unexpected '>' in ">"
> > data(USJudgeRatings)
Error: unexpected '>' in ">"
> > fix(USJudgeRatings)
Error: unexpected '>' in ">"
>
> library(base)
> data(USJudg
-
2056104·text·4 B·2011-05-10 09:27 UTC
aaaa
-
2056099·text·1.8 KB·2011-05-10 09:21 UTC
2011-05-09 21:45:47.094 [1360:cdc]: restore library built Feb 7 2011 at 06:28:58
2011-05-09 21:45:47.094 [1360:cdc]: iTunes: iTunes 10.2.2.14
2011-05-09 21:45:47.356 [1360:cdc]: iTunes: Current sof
-
2056090·diff·2.1 KB·2011-05-10 08:33 UTC
--- db_work.cpp.orig 2011-05-10 18:15:04.000000000 +0400
+++ db_work.cpp 2011-05-10 12:12:23.147120999 +0400
@@ -4,12 +4,19 @@
{
}
-bool db_work::db_connect(){
+bool db_work::db_connect() {
-
2056079·text·130 B·2011-05-10 08:01 UTC
Section "InputClass"
Identifier "force touchpad"
MatchProduct "PS/2 Generic Mouse"
Driver "synaptics"
EndSection
-
2056077·text·824 B·2011-05-10 07:55 UTC
Index: ChangeLog
===================================================================
--- ChangeLog (revision 21335)
+++ ChangeLog (working copy)
@@ -1,3 +1,5 @@
+HEAD
+ + Apparmor profile now works wi
-
2056073·php·969 B·2011-05-10 07:50 UTC
public function updateAction () {
$this->secure ('admin'); // uniquement l'admin peut modifier
// à l'avenir, le propriétaire devrait pouvoir faire la même chose (presque)
$file =
-
2056070·text·3.9 KB·2011-05-10 07:33 UTC
00:00.0 Host bridge: VIA Technologies, Inc. P4M266 Host Bridge
Subsystem: ASUSTeK Computer Inc. Device 807b
Flags: bus master, 66MHz, medium devsel, latency 8
Memory at e0000000 (32-bit, prefetc
-
2056064·c·1.5 KB·2011-05-10 07:15 UTC
#include <msp430g2553.h>
const char keyMap[4][3] = {
{'1','2','3'},
{'4','5','6'},
{'7','8','9'},
{'*','0','#'},
};
const char rowPins[4] = {BIT4, BIT5, BIT6, BIT7};
const char colPins[3]
-
2056057·text·1.2 KB·2011-05-10 06:09 UTC
1 JAdministrator->dispatch() /home/fincoffee/public_html/administrator/index.php:47
2 JComponentHelper::renderComponent() /home/fincoffee/public_html/administrator/includes/application.php:154
3
-
2056053·text·178 B·2011-05-10 06:01 UTC
$(document).ready(function(){
$('.menu-158').hover(
function(){ $('.secondary-menu', this).show(); },
function(){ $('.secondary-menu', this).hide(); }
);
});