File: defaults.html

package info (click to toggle)
quisk 4.2.32-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,064 kB
  • sloc: python: 22,219; ansic: 19,027; makefile: 38; sh: 2
file content (33 lines) | stat: -rwxr-xr-x 835 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>QUISK Configuration Defaults:  quisk_conf_defaults.py</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="The file that describes the default configuration for Quisk.">
<meta name="author" content="James C. Ahlstrom">
<meta name="keywords" content="quisk, sdr, software defined radio, ham radio">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
iframe {
    overflow: scroll;
    width: 100%;
    height: 100%;
}
div.contents {
    position: fixed;
    width: 100%;
    height: 100%;
}
</style>
</head>
<body>
<div class="contents">
<iframe src="quisk_conf_defaults.py"> </iframe>
</div>
</body>
</html>