-
2120156·text·76 B·2012-02-20 14:12 UTC
[9000]
type=peer
disallow=all
allow=ulaw
context=from-sip
host=10.1.1.1
-
2120154·text·229 B·2012-02-20 13:57 UTC
#!/bin/bash
: > /tmp/hubahuba
tail -f /var/log/messages | awk '/unknown/{print $8;fflush()}' | while read line; do
if ! grep -q $line /tmp/hubahuba; then
echo $line >> /tmp/hubahuba
-
2120150·text·564 B·2012-02-20 13:42 UTC
== Using SIP RTP CoS mark 5
-- Executing [7799399@from-sip:1] Dial("SIP/8010-00000018", "SIP/7799399@10.232.253.126,20") in new stack
== Using SIP RTP CoS mark 5
[Feb 20 05:43:48] NOTICE[20
-
2120149·text·302 B·2012-02-20 13:42 UTC
Alin Radulescu
ma duc
sa-l bat pe dorut
brb
Musat Gabriel
=))
Alin Radulescu
serios
Musat Gabriel
ce plm ti-a casunat iar pe el
aseara l-ai luat la pula degeaba
Alin Radulescu
si azi imi c
-
2120148·text·551 B·2012-02-20 13:40 UTC
(3:38:37 PM) skreach: ia suna-l ma
(3:38:38 PM) skreach: si zi
(3:38:40 PM) skreach: te tine pizda acum sa iesi afara
(3:38:43 PM) skreach: si sa vorbeasca cu mine?
(3:38:47 PM) skreach: fata in f
-
2120147·diff·4.9 KB·2012-02-20 13:32 UTC
diff --git a/mythtv/programs/mythfrontend/editvideometadata.cpp b/mythtv/programs/mythfrontend/editvideometadata.cpp
index eae1b87..728eb13 100644
--- a/mythtv/programs/mythfrontend/editvideometadat
-
2120144·text·141.2 KB·2012-02-20 12:49 UTC
-
2120143·text·3.6 KB·2012-02-20 12:49 UTC
mdb: stop on SIGSEGV
mdb: target stopped at:
libnimbus.so`draw_nimbus_box+0xb4: movl 0x10(%eax),%eax
mdb: You've got symbols!
Loading modules: [ ld.so.1 libc.so.1 ]
>
>
> $C
080469a8
-
2120142·html·47.1 KB·2012-02-20 12:32 UTC
-
2120139·text·3.9 KB·2012-02-20 12:08 UTC
polkit-context.c: In function 'polkit_context_init':
polkit-context.c:167: error: storage size of 'ev' isn't known
polkit-context.c:232: error: 'PolKitContext' has no member named 'kqueue_fd'
polki
-
2120136·text·2.0 KB·2012-02-20 11:30 UTC
create table Student(stud_lib_card_no number(10) primary key, stud_name varchar2(50) not null, class varchar2(50) not null);
create table Book(Book_id number(10) primary key, category varchar2(50),
-
2120134·text·11 B·2012-02-20 11:07 UTC
pastebin.ca
-
2120132·text·5.8 KB·2012-02-20 10:48 UTC
Assignment 3
Consider the following table
1) Student (stud_lib_card_no, stud_name, class)
2) Book (Book_id, category, title, author, price, status)
3) Book_issue (Book_id, stud_lib_card_no, i
-
2120126·text·5.7 KB·2012-02-20 09:29 UTC
79 2001 Buick Century Custom 4D Sedan 129152 2G4WS52J511154292 White A
Announcements: Engine Needs Service, Miles Exempt, Prior Rental, Transmission Needs Service
43 2002 Buick Century Custom 4D Sed
-
2120118·text·1.1 KB·2012-02-20 08:13 UTC
var vectors = new OpenLayers.Layer.Vector("GML", {
layers: 'basic',
projection: new OpenLayers.Projection("EPSG:4326"),
isBaseLayer: true,
protocol:
-
2120113·text·886 B·2012-02-20 06:05 UTC
2012-02-20 00:00:33 [SEVERE] java.lang.NullPointerException
2012-02-20 00:00:33 [SEVERE] at net.minecraft.server.RegionFile.a(SourceFile:289)
2012-02-20 00:00:33 [SEVERE] at net.minecraft.server.C
-
2120102·text·905 B·2012-02-20 05:01 UTC
public class validatingPassword{
public static void main(String[] args) {
boolean password= isSecurePassword("testcase");
System.out.println(password);
}
public static boolean isSecurePass
-
2120099·text·898 B·2012-02-20 04:52 UTC
public class validatingPassword{
public static void main(String[] args) {
boolean password= isSecurePassword("testcase");
System.out.println(password);
}
public static boolean isSecurePass
-
2120098·text·135.5 KB·2012-02-20 04:26 UTC
-
2120097·text·1.2 KB·2012-02-20 04:26 UTC
import java.util.*;
import java.io.*;
public class Names{
public static void main(String[] args) throws FileNotFoundException{
Scanner console = new Scanner(System.in);
printIntro();
St