// An example configuration file that stores information about a store.
// Basic store information:
name = "Books, Movies & More";
// Store inventory:
inventory =
{
books = ( { title = "Treasure Island";
author = "Robert Louis Stevenson";
price = 29.99;
qty = 5; },
{ title = "Snow Crash";
author = "Neal Stephenson";
price = 9.99;
qty = 8; }
);
movies = ( { title = "Brazil";
media = "DVD";
price = 19.99;
qty = 11; },
{ title = "The City of Lost Children";
media = "DVD";
price = 18.99;
qty = 5; },
{ title = "Memento";
media = "Blu-Ray";
price = 24.99;
qty = 20;
},
{ title = "Howard the Duck"; }
);
};
// Store hours:
hours =
{
mon = { open = 9; close = 18; };
tue = { open = 9; close = 18; };
wed = { open = 9; close = 18; };
thu = { open = 9; close = 18; };
fri = { open = 9; close = 20; };
sat = { open = 9; close = 20; };
sun = { open = 11; close = 16; };
};
/about/?h=debian/1.1.1%2brev1457-3'>aboutsummaryrefslogtreecommitdiffstats
blob: ca46717d974c2789dbd7fd42f7c7635671a296ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Integan DVB-C (Belgium, IN.DI region)
# freq sr fec mod
C 330000000 6875000 NONE QAM256
C 338000000 6875000 NONE QAM256
C 346000000 6875000 NONE QAM256
C 354000000 6875000 NONE QAM256
C 362000000 6875000 NONE QAM64
C 370000000 6875000 NONE QAM256
C 378000000 6875000 NONE QAM256
C 386000000 6875000 NONE QAM256
C 394000000 6875000 NONE QAM256
C 458000000 6875000 NONE QAM256
C 466000000 6875000 NONE QAM256
C 474000000 6875000 NONE QAM256
C 482000000 6875000 NONE QAM256
C 586000000 6875000 NONE QAM256
|