-
2055752·text·213 B·2011-05-09 13:57 UTC
DELIMITER $$
CREATE PROCEDURE `my_schema`.`my_sp` ()
BEGIN
SELECT COUNT(*) FROM my_table;
SELECT COUNT(*) FROM my_table;
SELECT COUNT(*) FROM my_table;
SELECT COUNT(*) FROM my_tabl
-
2055741·text·3.2 KB·2011-05-09 13:18 UTC
#include<iostream>
#include<fstream.h>
#include<stdlib.h>
using namespace std;
ifstream f("date.in");
typedef struct angajati
{
char lastname[11], firstname[11];
int kids, money, cars;
//.
-
2055735·text·990 B·2011-05-09 13:04 UTC
Models of learning & motivation
Virtual learning environments (& MLEs, LMSs, PLEs, etc)
Communication & collaboration, mobile learning
E-assessment & feedback
Learning objects
Taxonomies of compe
-
2055725·text·187 B·2011-05-09 12:51 UTC
[gianguido@shell ~]$ netstat -na | grep LISTEN
netstat: kvm not available: /dev/mem: No such file or directory
tcp4 0 0 127.0.0.1.2222 *.* LISTEN
-
2055723·text·1.8 KB·2011-05-09 12:46 UTC
(x^4 - x^3 - 8x^2 + 12x) : (x - 2) = x^3 + x^2 - 6x
x^4 - 2x^3
——————————————————————————
x^3 - 8x^2 + 12x
x^3 - 2x^2
——————————————
-
2055722·python·456 B·2011-05-09 12:46 UTC
def get_friends_who_like(self, mov):
print "inside"
try:
fr = self.get_friends()
ids = []
for f in fr:
z = User.objects.filter(uid=f['id'])
if len(z) > 0:
ids
-
2055718·text·4.0 KB·2011-05-09 12:42 UTC
FUNCTIONS BY FREQUENCY
Lists of functions arranged in descending order of frequency. This
may be useful for deciding what needs implementing next.
The scores represent the number of RealLiv
-
2055716·text·4.6 KB·2011-05-09 12:38 UTC
Used CPUs/Cores for compilation => [[1;32m 2 [0m]
********************************************************************************
*
-
2055708·text·11.5 KB·2011-05-09 12:05 UTC
1. A worksheet’s row-and-column structure can be used to organize and store a ____.
a. table
2. As a database in Excel, each row of a worksheet can store a record, and each column can store
-
2055697·c·5.6 KB·2011-05-09 11:32 UTC
<skill id="5008" levels="5" name="Frintezza's Songs" >
<!-- Freya ready -->
<!-- Frintezza Skills -->
<table name="#aggroPoints"> 100 100 100 0 0 </table>
<table name="#attackAndSpeed"> 1
-
2055696·text·5.6 KB·2011-05-09 11:32 UTC
<skill id="5008" levels="5" name="Frintezza's Songs" >
<!-- Freya ready -->
<!-- Frintezza Skills -->
<table name="#aggroPoints"> 100 100 100 0 0 </table>
<table name="#attackAndSpeed"> 1
-
2055690·text·5.8 KB·2011-05-09 11:13 UTC
Intel PRO/Wireless 3945ABG/BG Network Connection Adapter
Copyright (C) 2006 - 2008 Intel Corporation. All rights reserved.
Microcode Package README.iwlwifi-3945-ucode
INDEX
1. OVERVIEW
2.
-
2055686·text·4.1 KB·2011-05-09 11:03 UTC
Antiteses
Depois de 3 anos de solidão e de ausencia de sentimentos no que ao amor toca, vejo-me agora apaixonado por alguem que nao me ama a mim. Nao é nada com que eu nao esteja ja familarizado e
-
2055685·text·146.7 KB·2011-05-09 11:01 UTC
-
2055684·text·721 B·2011-05-09 10:58 UTC
import java.util.Scanner;
public class Test {
public static void main(String[] args) {
Scanner kb = new Scanner(System.in);
String input = kb.nextLine();
while (!i
-
2055682·text·259 B·2011-05-09 10:44 UTC
git filter-branch --index-filter \
'git ls-files -s | sed "s-\t\"*-&html/-" |
GIT_INDEX_FILE=$GIT_INDEX_FILE.new \
git update-index --index-info &&
-
2055676·text·468 B·2011-05-09 10:30 UTC
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Section "Monitor"
Identifier "DVI-I-2"
ModelName "Samsung SyncMaster"
#Option
-
2055675·text·971 B·2011-05-09 10:22 UTC
<VirtualHost *:443>
ServerAdmin xxxxxxxxxx
ServerName xxxxxxxxxxxxxxxxx
ServerAlias xxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxx
DocumentRoot /xxxxx/
<Dir
-
2055670·text·219 B·2011-05-09 10:02 UTC
frontend WEB_external
bind ip1:80
bind ip1:27128
bind ip2:80
acl legacy_port dst_port 27128
redirect location http://newsub.example.com 301 if legacy_port
default_backend
-
2055669·cpp·310 B·2011-05-09 10:00 UTC
typedef vector<Point*> vector_punteros_a_punto;
//variables
//vector de punteros a vectores que contendra las subrutas generadas
//si, en rigor es la cosa mas complicada de pensar, respira: es