
jwhitham.org
Jack WhithamDr Jack Whitham
http://www.jwhitham.org/
Dr Jack Whitham
http://www.jwhitham.org/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.2 seconds
16x16
32x32
64x64
By Arvixe
Private Registration
PO B●●●●4738
San L●●●●●bispo , CA, 93406
US
View this contact
By Arvixe
Private Registration
PO B●●●●4738
San L●●●●●bispo , CA, 93406
US
View this contact
By Arvixe
Private Registration
PO B●●●●4738
San L●●●●●bispo , CA, 93406
US
View this contact
eNom, Inc. (R39-LROR)
WHOIS : whois.publicinterestregistry.net
REFERRED :
PAGES IN
THIS WEBSITE
12
SSL
EXTERNAL LINKS
63
SITE IP
71.19.150.59
LOAD TIME
0.203 sec
SCORE
6.2
Jack Whitham | jwhitham.org Reviews
https://jwhitham.org
Dr Jack Whitham
Jack Whitham
Sunday, 3 May 2015. Review: UndoDB, a reversible debugger. This is a review of a reversible debugger. It's a debugger for Linux, with GDB compatibility, which means it is a drop-in replacement for debugger frontends on the Linux platform (e.g. Eclipse, DDD, and also the IDE I use at work. Which is GNAT Programming Studio. Like recent versions of GDB, it is able to "run" code backwards. Like features provided by IDEs, or the invaluable error-detection capabilities of Valgrind. I first saw a reversible deb...
Jack Whitham
http://www.jwhitham.org/jill
On this page, you will find some games made by me for wife Jillian. The games are modifications of existing games. Nethack Valentine's Day 2004 Special. This game is based on Nethack. The classic dungeon adventuring game. Jill is a big fan of Nethack, indeed, she entered the Devnull Nethack Tournament. And ascended six times, and won a Hat Trick trophy. Nethack-3.4.3-vds-binary.tar.gz. A binary for Slackware Linux. Should work on most i386 Linux systems. Nethack-3.4.3-vds-patch.gz. The game source code.
Jack Whitham
http://www.jwhitham.org/c/vlab.html
The virtual lab provides a remote FPGA. The manual for the virtual lab. Is now online. Some of the software, such as client libraries, can be downloaded. The virtual lab uses the following software:. An embedded system based on Linux software. FPGA hardware. This acts as an interface between a TCP/IP network and an FPGA board, allowing the board to be programmed and controlled using a serial protocol. I modified the Linux kernel. For this device and wrote the embedded application.
Jack Whitham
http://www.jwhitham.org/magrathea
Hitch-hiker's Guide Restoration Project. Pages: Introduction and Background. Restoring the Lost Material. These web pages are an archive of differences between the initial. Broadcasts of the famous "Hitch-Hiker's Guide to the Galaxy" (HHGTTG) radio series, and the versions of those broadcasts now available on CD *. The recent CD release of episodes 1-6. This recording is almost, but not quite, identical to the original broadcast. On this page, I explain the background. And Fit the Twelfth. These fans wer...
Jack Whitham
http://www.jwhitham.org/em180
Is an emulator for the Hitachi 64180. The CPU for the Single Board Computer used in the MCP course. Taught at the Department of Computer Science. It is an update of the em80 program used in CTS. It supports all of the 64180 instructions, and has some support for the 64180 serial port system (ASCI). It also has a few other features that make it a bit easier to work with than em80. em180. New features in em180. You can turn on ASCI emulation in em180. To activate this feature). And they will work properly.
Jack Whitham
http://www.jwhitham.org/tilehack
Tilehack (Nethack with Graphical Tiles - Online! Is the definitive " roguelike. Adventure game. It's a huge, complicated and challenging game, both frustrating and rewarding. Most computers can run the game software locally, but it's also fun to play online, for a high score on alt.org. Or prizes from the /dev/null. Nethack since version 3.2. One way to enable online. About the correct tiles alongside the text characters. Is a new approach to TelnetTiles, moving the client into Javascript running in a we...
TOTAL PAGES IN THIS WEBSITE
12
Jack Whitham: April 2015
http://blog.jwhitham.org/2015_04_01_archive.html
Sunday, 26 April 2015. Relative speed of Raspberry Pi, Pi 2, and desktop PC (x86 and AMD64). Posts described my attempts to build a benchmark program from the Quake 2 source code, to complement a similar program I made. From the Doom source code. The main issues have been related to floating-point numbers; much of the effort has gone into discovering why the rendered output from Quake 2 was slightly different with different GCC configurations, different CPUs and different math libraries. Both benchmarks ...
Jack Whitham: More fun with floating-point numbers
http://blog.jwhitham.org/2015/04/more-fun-with-floating-point-numbers.html
Saturday, 18 April 2015. More fun with floating-point numbers. Last week's post on compiler optimisations and floating-point numbers got some interesting feedback, including various suggestions for hardware/software workarounds, and also some horror stories, which you may find here. The spot-the-difference puzzle was admittedly rather difficult. Here's an easier one:. In the transparent texture on the right-hand side of the frame. There is one correction. To last week's post. It is. And made something of...
Jack Whitham: GCC Bug 323 - a journey to the heart of floating-point darkness
http://blog.jwhitham.org/2015/04/gcc-bug-323-journey-to-heart-of.html
Sunday, 12 April 2015. GCC Bug 323 - a journey to the heart of floating-point darkness. What does the -O option for GCC do? Does it ever cause problems? Here is a "spot the difference" puzzle:. These are screenshots from a Quake 2 demo. They come from exactly the same point in the demo. They are nearly. The same. The one on the left comes from Quake 2 compiled in debug mode (no optimisation). The one on the right is from release mode (optimisations on). Where is the difference? I used that for testing FP...
Jack Whitham: October 2013
http://blog.jwhitham.org/2013_10_01_archive.html
Sunday, 20 October 2013. If you are ripping a CD, and compressing the music for storage on your computer or portable player, what bitrate setting is enough? I am writing about " lossy compression. Software is used to process music files on a CD, removing parts of the sound that are (theoretically) inaudible, so that the music can be stored in less space. MP3, AAC and Ogg Vorbis are examples of lossy compression formats, and my portable player. Too high, and space is wasted, on the hard disk and on the po...
Jack Whitham: The mystery of the fifteen-millisecond breakpoint instruction
http://blog.jwhitham.org/2015/04/the-mystery-of-fifteen-millisecond.html
Sunday, 5 April 2015. The mystery of the fifteen-millisecond breakpoint instruction. How long does a breakpoint instruction. When reached, a breakpoint instruction stops program execution and sends a signal, e.g. "SIGTRAP" on Unix, which may be received by a debugger or by the program itself. As part of a small project, I was looking into efficient ways to invoke a signal handler within a program running on a Raspberry Pi. I wanted a method that required only one instruction. My experiment was carried ou...
Jack Whitham: May 2015
http://blog.jwhitham.org/2015_05_01_archive.html
Sunday, 3 May 2015. Review: UndoDB, a reversible debugger. This is a review of a reversible debugger. It's a debugger for Linux, with GDB compatibility, which means it is a drop-in replacement for debugger frontends on the Linux platform (e.g. Eclipse, DDD, and also the IDE I use at work. Which is GNAT Programming Studio. Like recent versions of GDB, it is able to "run" code backwards. Like features provided by IDEs, or the invaluable error-detection capabilities of Valgrind. I first saw a reversible deb...
Jack Whitham: May 2013
http://blog.jwhitham.org/2013_05_01_archive.html
Thursday, 30 May 2013. Users of email will not put up with it". If you have ever used email, then you will know about spam, or unsolicited bulk email. You may also know that various intelligent and technical people have proposed solutions to deal with it: solutions that they invariably believe to be clever and novel. However, the solutions usually turn out to have some practical flaw which makes them unworkable. Was created as a generic response. It begins like this:. Your post advocates a. It is therefo...
Jack Whitham: Review: UndoDB, a reversible debugger
http://blog.jwhitham.org/2015/05/review-undodb-reversible-debugger.html
Sunday, 3 May 2015. Review: UndoDB, a reversible debugger. This is a review of a reversible debugger. It's a debugger for Linux, with GDB compatibility, which means it is a drop-in replacement for debugger frontends on the Linux platform (e.g. Eclipse, DDD, and also the IDE I use at work. Which is GNAT Programming Studio. Like recent versions of GDB, it is able to "run" code backwards. Like features provided by IDEs, or the invaluable error-detection capabilities of Valgrind. I first saw a reversible deb...
TOTAL LINKS TO THIS WEBSITE
63
hakuna matata
The thought manifests as the word; The word manifests as the deed; The deed develops into habit; And habit hardens into character; So watch the thought and its ways with care, And let it spring from love. Saturday, April 08, 2006. You know what bugs me? When people talk excessively loud. so if you're a loud talker, then stop. if we wanted to hear everything you say, then we'd strike up a conversation with you. end of story. Posted by Julie @ 5:08 PM. Wednesday, April 05, 2006. Posted by Julie @ 1:16 PM.
Joshua White Woodworking
My Ramblings
A random collection of thoughts, observations, contemplations, considerations, and other musings that fall out of my head. Sunday, October 9, 2016. Touching bits of history. This lodge is special to me. While I was not made a Mason in this building, three generations before me were: my father, grandfather, and great-grandfather. All passed on long before I became a Mason. I regret not starting my journey earlier, to enjoy that connection in person. Links to this post. Wednesday, May 13, 2015. First, in m...
Jack Whitham
I am a software engineer at Rapita Systems. I specialise in Ada and C programming for Linux and Windows, and have extensive embedded systems and Linux experience. I maintain significant parts of the Rapita Verification Suite, a testing tool which is extensively used in the avionics industry as it has unparalleled support for the Ada language and certification standards such as DO-178B. This website has a list of my personal software projects. Some of which are described by blog articles. In Heworth, York.
JWhiting.com
Sample: House of Cards. Sample: House of Cards. A dedicated and tech-savvy writer with an uncommon past,. I started my working life as a naval officer and engineer before returning to school to get a playwriting degree. Since then I’ve been a journalist, comedian, screenwriter and novelist and am now focused on television writing. I’m a proud graduate of the CFC’s Prime Time TV Writing Program.
Home
I am a Mechanical Engineer and Furniture Designer/Creator from Chicago, Il. This site will always be under construction. It is a work in progress as it should be. DUIS AUTEM VEL EUM IRIURE DOLOR IN HENDRERIT IN VULPU. VEL EUM IRIURE DOLOR IN HENDRERIT IN VULPU IRIURE. DUIS AUTEM VEL EUM IRIURE DOLOR IN HENDRERIT IN VULPU. DUIS AUTEM VEL EUM IRIURE DOLOR IN HENDRERIT IN VULPU. DUIS AUTEM VEL EUM IRIURE DOLOR IN HENDRERIT IN VULPU.
Whiting Family Blog
Saint George, Utah, United States. I am a mom of 2 girls, Myriam, age 4, and Jovie, age 2, who is currently pursuing bachelors degree in Criminal Justice with either a language minor or possibly a psychology minor.not sure yet. I manage to go to school and still work 40 hours a week in order to help our family out a bit. View my complete profile. Friday, May 9, 2008. Thursday, May 8, 2008. Monday, May 5, 2008. Jer is famous now. So everyone knows Jeremy works on kde, but now he's pretty much famous!
James Whiting - Musical Director/Composer/Musician
James Whiting - Musical Director/Composer/Musician. Lsquo;Reaction’ from my debut album “BURBANK” Performed LIVE at The Basement, Sydney with James Muller, Tim Firth and Alex Boneham. More videos at: http:/ www.youtube.com/user/JWhitingMusic. Posted 4 years ago. Title track from my debut album “BURBANK” recorded at Bennett Studios (USA), owned by the illustrious Tony Bennett in December 2010. Available for purchase on iTunes:. Http:/ itunes.apple.com/us/album/burbank/id423918602. Or in hard copy:.