View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:log-fine 1 Development 2021-12-07 19:12:09 UTC
320. Tell projectile to ignore .vscode dir...

Author: Christopher M. Fuhrman
Revision Date: 2021-12-07 19:12:09 UTC

Tell projectile to ignore .vscode directory

Tell emacs projectile[1] to ignore directory generated by VS Code

Footnotes:
[1] https://github.com/bbatsov/projectile

lp:net-printer 1 Development 2014-06-04 17:34:03 UTC
87. Update email address I am now using ...

Author: Christopher M. Fuhrman
Revision Date: 2014-06-04 17:34:03 UTC

Update email address

I am now using pobox.com[1] for my email needs, so update email
addresses accordingly.

Footnotes:
[1] http://www.pobox.com

lp:emacs-color-theme-earthtonez 1 Development 2014-06-04 16:43:29 UTC
7. Update email address I'm now using p...

Author: Christopher M. Fuhrman
Revision Date: 2014-06-04 16:43:29 UTC

Update email address

I'm now using pobox.com[1] for my email needs.

Footnotes:
[1] http://www.pobox.com

lp:~cfuhrman/+junk/netbsd-src-netbsd-1-1 1 Development 2012-08-31 22:31:14 UTC
16404. Two fixes: - add a missing splser()/s...

Author: is
Revision Date: 1996-04-23 17:36:52 UTC

Two fixes:
- add a missing splser()/splx() pair in ser.c. Without it, we used to
  drop incoming characters under heavy load.
- delete the entries for 50 and 75 bps from the serspeedtab, as our
  hardware doesn't support these speeds.

lp:~cfuhrman/+junk/netbsd-src-netbsd-1-0 1 Development 2012-08-31 22:27:27 UTC
9319. patch 6: fix core dump on end of grou...

Author: cgd
Revision Date: 1994-11-29 04:19:15 UTC

patch 6: fix core dump on end of group. from charles.

lp:~cfuhrman/+junk/netbsd-src-netbsd-0-9 1 Development 2012-08-31 22:23:18 UTC
1881. PATCH 1: add device ed1 so people wit...

Author: cgd
Revision Date: 1993-08-25 23:58:34 UTC

PATCH 1:
add device ed1 so people with 3c503's can use them:
> device ed1 at isa? port 0x250 net irq 9 iomem 0xd8000 vector edintr
also, bring if_ed to DG's 1.19 rev.

lp:~cfuhrman/+junk/netbsd-othersrc-trunk 1 Development 2012-07-27 15:31:40 UTC
1922. Break out the routines (from tnftp) t...

Author: agc
Revision Date: 2012-05-07 03:36:59 UTC

Break out the routines (from tnftp) to calculate and draw a progress bar.
The code was originally written by Luke Mewburn - all mangling and bugs
courtesy of agc.

A quick (hypothetical) example of how to use this progress bar:

           progress_t prog;
           uint64_t total;
           uint64_t done;

           total = 15768554;
           progress_init(&prog, "test update bar", total);
           for (done = 0 ; done < total ; done += (total / 20) + ((random() % 20) * 1024)) {
                   progress_draw(&prog, done);
                   sleep(1);
           }
           progress_complete(&prog, done);

lp:~cfuhrman/log-fine/email-refactor 1 Development 2012-05-30 16:27:35 UTC
231. Log::Fine::Handle::Email must now be ...

Author: Christopher M. Fuhrman
Revision Date: 2012-05-30 16:16:13 UTC

Log::Fine::Handle::Email must now be subclassed

 - Strip out Email::Sender, which will be included in a new module,
   Log::Fine::Handle::Email::EmailSender
 - Require msgWrite() to be subclassed
 - No need to validate envelope since it's Email::Sender-specific

lp:log-fine/handleemail 0 Experimental 2011-10-25 04:11:56 UTC
285. Merge branch 'LOG-FINE-HANDLE-EMAIL' ...

Author: Christopher M. Fuhrman
Revision Date: 2011-10-25 04:11:56 UTC

Merge branch 'LOG-FINE-HANDLE-EMAIL' of https://github.com/cfuhrman/log-fine into LOG-FINE-HANDLE-EMAIL

19 of 9 results