Skip to content

khubla.com

  • BSD
  • CP/M Sources
  • Hobbies
  • Open source
  • Vax
khubla.com
  • FreeBSD

    Cross-compiling NetBSD on FreeBSD-10

    Bytom@khubla.com July 13, 2014

    I was curious to see how difficult it would be to compile NetBSD on FreeBSD 10.  Once you have the source, there is a build.sh script which is very helpful.  The build is as simple as: ./build.sh -m i386 tools ./build.sh -m i386 kernel=GENERIC release In my case I have both clang and gcc installed.  I…

    Read More Cross-compiling NetBSD on FreeBSD-10Continue

  • FreeBSD

    Enabling i2c on FreeBSD Wandboard

    Bytom@khubla.com July 5, 2014

    FreeBSD-11 has support for i2c on Wandboard. The working boot image is here, and the boot log is here. In order to enable it, there were three steps Enable the kernel options Update the files.imx6 file Create the DTS mappings The kerne config for Wandboard-Quad is here, however, most of the kernel options for Wandboard…

    Read More Enabling i2c on FreeBSD WandboardContinue

  • Java

    More ANTLR Grammars

    Bytom@khubla.com July 1, 2014July 1, 2014

    A complete list of my ANTLR grammars HTML Redcode gff3 6502 Assembler fasta BASIC Creole Logo brainfuck

    Read More More ANTLR GrammarsContinue

  • FreeBSD

    FreeBSD-Wandboard r266864

    Bytom@khubla.com May 29, 2014May 29, 2014

    This build fixes the recent console speed bug, and include super-pages, a new feature recently added to the ARM kernel. The image file is here, and the boot log is here.

    Read More FreeBSD-Wandboard r266864Continue

  • FreeBSD

    New FreeBSD Wandboard Image

    Bytom@khubla.com May 25, 2014May 25, 2014

    There is a new FreeBSD-11 build for Wandboard here.  This is based on subversion revision 266651.

    Read More New FreeBSD Wandboard ImageContinue

  • Uncategorized

    6502 Assembler

    Bytom@khubla.com May 25, 2014May 25, 2014

    Back in the dark ages (the 1980’s), people like myself coded on Apple][ computers.  If you were good you coded in Applesoft BASIC or Integer BASIC. If you were really geeky you coded in Assembly language on the 6502 processor.  The Apple][ OS was coded in assembly language, so if you really wanted to understand what…

    Read More 6502 AssemblerContinue

  • Java

    TNT

    Bytom@khubla.com May 19, 2014

    If you haven’t read this book, I highly recommend it.  I discovered it in high school and finally purchased my first copy at the now-gone Duthie Books in Kitsilano.  Without going into the details of the book, the author uses a simple Peano arithmetic called Typographical Number Theory  (TNT) to illustrate some of his points. An example…

    Read More TNTContinue

  • Java

    Parsing HTML

    Bytom@khubla.com May 3, 2014May 3, 2014

    I’ve been interested in HTML parsing for a while now.  There are a number of reasons to do this, such as: Validating that what claims to be HTML, is HTML Finding every style sheet and script in an HTML file Pretty-printing Syntax highlighting Linting Translating between markup languages, for example generating JSPs from PHP, or…

    Read More Parsing HTMLContinue

  • Uncategorized

    More Bioinformatics

    Bytom@khubla.com May 2, 2014

    After FASTA, I got interested in gff3. The link to the grammar for this file is here: antlr/grammars-v4. You can read about gff3 here.

    Read More More BioinformaticsContinue

  • Java

    Bioinformatics data

    Bytom@khubla.com April 28, 2014May 2, 2014

    I recently had a chance to learn a little about Bioinformatics, and ended up browsing the NIH’s database of genomes here.  Inside the genome data for any particular strain of a species, you’ll find various files with file extensions like “ffa”, “fna”, “ffn” and “frn”.  These are FASTA files. If you’d like an example, here’s…

    Read More Bioinformatics dataContinue

Page navigation

Previous PagePrevious 1 … 3 4 5 6 7 … 9 Next PageNext

© 2026 khubla.com - WordPress Theme by Kadence WP

  • BSD
  • CP/M Sources
  • Hobbies
  • Open source
  • Vax