about summary refs log tree commit diff stats
path: root/html/linux/412print-float-decimal.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik K. Agaram2021-07-161-12/+12
|
* html: better highlighting for int registersKartik Agaram2021-06-261-38/+37
|
* .Kartik Agaram2021-06-261-4/+4
| | | | | Switch html rendering to my current colorscheme with a little less blue, for night browsing.
* .Kartik Agaram2021-06-241-114/+120
| | | | Switch html rendering to a white background.
* .Kartik Agaram2021-04-211-3/+3
|
* .Kartik Agaram2021-03-231-0/+705
f='#n14'>14 15 16 17 18 19 20 21 22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51





















                                                                                          
                                                                           




                                   



                                                                                           
             





                                                                                                                                   
                                                                                         

             






                                                                                         

           
<!DOCTYPE html>
<html dir="ltr" lang="en">
    <head>
        <meta charset='utf-8'>
        <title>c9 Links</title>
    </head>
    <body>

        <a href="index.html">Documentation Index</a>

        <h1>Links</h1>

        <p>Collection of interesting pages on the Internet.</p>

        <h2>Personal Blogs</h2>

        <ul>
            <li><a href="http://www.bell-labs.com/usr/dmr/www/">Dennis M. Ritchie</a></li>
            <li><a href="https://stallman.org/">Richard Stallman</a></li>
            <li><a href="http://www.cs.vu.nl/~ast/">Andrew S. Tanenbaum</a></li>
            <li><a href="http://www.catb.org/esr/">Eric S. Raymond's</a></li>
            <li><a href="https://www.cs.helsinki.fi/u/torvalds/">Linus Torvalds</a></li>
            <li><a href="https://www.schneier.com/">Bruce Schneier</a></li>
        </ul>

        <h2>Security & Privacy</h2>

        <ul>
            <li><a href="https://riseup.net">Rise Up</a></li>
            <li><a href="https://ssd.eff.org/en">Surveillance Self-Defense</a></li>
            <li><a href="http://pastehtml.com/view/1dzvxhl.html">Security Handbook</a></li>
            <li><a href="http://www.phrack.org">Phrack</a></li>
        </ul>

        <h2>Libraries</h2>

        <ul>
            <li><a href="https://web.archive.org/web/20150516162427/http://zinelibrary.info/language/english">Zine Library</a></li>
            <li><a href="http://theanarchistlibrary.org/special/index">The Anarchist Library</a></li>
            <li><a href="http://www.freebookspot.es/Default.aspx">Free Book Spot</a></li>
        </ul>

        <a href="index.html">Documentation Index</a>
        <p>This is part of the c9 Manual.
        Copyright (C) 2016
        c9 team.
        See the file <a href="fdl-1.3-standalone.html">Gnu Free Documentation License</a>
        for copying conditions.</p>

    </body>
</html>