-
2120650·text·7.4 KB·2012-02-22 06:50 UTC
RAW PACKET 1
# General Header info
lbm.v+.& .v....E...'...r. Fq>?.7X.
6c 62 6d a0 76 2b 00 26 88 76 14 11 08 00 45 00 00 99 27 b7 00 00 72 11 46 71 3e 3f 01 37 58 c6 41 f0 09 0c 09 10 00 85 da c3
-
2120647·text·4.7 KB·2012-02-22 06:27 UTC
grub.cfg file
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc
-
2120644·text·207 B·2012-02-22 05:49 UTC
channel encoder recording priority livetv priority
1 1 1 4 master
1a 2 1 8
1b 3 1 8
2 4 2 7 master
2a 5 2 7
2b 6 2 10
3 7 3 2 master
3a 8 3 6
3b 9 3 6
4 10 4 1 master
4a 11 4 5
4b
-
2120641·text·1.8 KB·2012-02-22 05:40 UTC
import cgi
class Tag(object):
def __init__(self, name):
super(Tag, self).__init__()
self.n = name
self.attrList = []
self.classString = ""
-
2120640·text·172 B·2012-02-22 05:39 UTC
channel encoder recording priority livetv priority
1 1 1 4
1a 2 1 11
1b 3 1 12
2 4 2 3
2a 5 2 9
2b 6 2 10
3 7 3 2
3a 8 3 7
3b 9 3 8
4 10 4 1
4a 11 4 5
4b 12 4 6
-
2120639·text·3.8 KB·2012-02-22 05:38 UTC
#pragma message ("// FS: fix CheckForCommand for con_chat")
qboolean CheckForCommand (void) // FS: From QuakeWorld
{
char command[128];
char *cmd, *s;
int i;
s = key_lines[edit_line]+1;
-
2120638·text·172 B·2012-02-22 05:37 UTC
channel encoder recording priority livetv priority
1 1 1 4
1a 2 1 8
1b 3 1 12
2 4 2 3
2a 5 2 7
2b 6 2 11
3 7 3 2
3a 8 3 6
3b 9 3 10
4 10 4 1
4a 11 4 5
4b 12 4 9
-
2120637·text·1.8 KB·2012-02-22 05:36 UTC
import cgi
class Tag(object):
def __init__(self, name):
super(Tag, self).__init__()
self.n = name
self.attrList = []
self.classString = ""
-
2120635·text·1.7 KB·2012-02-22 05:32 UTC
import cgi
class Tag(object):
def __init__(self, name):
super(Tag, self).__init__()
self.n = name
self.attrList = []
self.classString = ""
-
2120634·text·608 B·2012-02-22 05:32 UTC
i have a problem with my Grub 2 setup.
This setup has worked in the past but wont any more most annoying.
at the moment after install the main os i disable os prober. this is because i find it m
-
2120633·text·1.7 KB·2012-02-22 05:30 UTC
import cgi
class Tag(object):
def __init__(self, name):
super(Tag, self).__init__()
self.n = name
self.attrList = []
self.classString = ""
-
2120631·text·1.6 KB·2012-02-22 05:25 UTC
import cgi
class Tag(object):
def __init__(self, name):
super(Tag, self).__init__()
self.n = name
self.attrList = []
self.classString = ""
self.
-
2120629·text·474 B·2012-02-22 05:23 UTC
#include <stdio.h>
#include "ilist_destructive.h"
static void iprint(char *label, ilist d){
printf("%s ",label);
while (!iempty_huh(d)) {
printf(" %d",ifirst(d));
d = irest_d
-
2120626·text·357 B·2012-02-22 05:22 UTC
ps_1_4
////////////////////////////////
// r0: alphamaps
// r1 - r4: textures
////////////////////////////////
// Sample textures
texld r0, t0
texld r1, t1
texld r2, t1
texld r3, t1
texl
-
2120625·text·104.0 KB·2012-02-22 04:28 UTC
-
2120621·text·816 B·2012-02-22 04:09 UTC
<script>
function HideWebPartZone()
{
var x = document.getElementsByTagName("TD")
var i=0;
for (i=0;i<x.length;i++)
{
if (x[i].width=="70%")
{
// left column
x[
-
2120619·text·2.0 KB·2012-02-22 03:24 UTC
<table class="style1">
<tr>
<td class="style5">
<asp:Panel runat="server" Visible="true" ID="pnlSub">
<asp:Button ID="BtnS
-
2120614·text·3.5 KB·2012-02-22 03:14 UTC
#include "ilist_destructive.h"
#include <stdlib.h>
// The ilist ADT is a pointer to this secret struct
struct ilist_ADT {
struct ilist_ADT * rest;
int first;
int length;
};
//
-
2120605·text·8.4 KB·2012-02-22 02:58 UTC
[b]AdvancedIO Systems[/b]
-founded in 2004
-lists public address as Suite 601 – 3292 Production Way in Burnaby, B.C
-its old public address was Suite 502 - 595 Howe Street (http://www.electronicspe
-
2120596·text·473 B·2012-02-22 02:27 UTC
public string GetTag(string value)
{
UInt32 hex = Convert.ToUInt32("0x" + value, 16);
return ((hex & 0x000000FFU) << 24 | (hex & 0x0000FF00U) << 8 |
(hex & 0x00FF0000U