[ create a new paste ] login | about

diogenese

Name: William Murphy
Email:
Site/Blog:
Location: Weaverville, CA USA
Default language: C
Favorite languages: C, PHP
About:

Saved pastes by diogenese:

Plain Text, pasted on Jun 23:
1
2
3
4
5
#!/bin/sh

WEATHER="http://weather.noaa.gov/pub/data/observations/metar/decoded/KO54.TXT"
WDIR="/home/diogenese/.conky/weather"
WTMP="/home/diogenese/.conky/tmp"
...
view (225 lines)
Plain Text, pasted on Jun 7:
1
2
3
4
5
extracting debug info from /pub/mga3rpm/BUILDROOT/texmacs-1.0.7.19-1.mga3.x86_64/usr/libexec/TeXmacs/bin/tm_maple_5
extracting debug info from /pub/mga3rpm/BUILDROOT/texmacs-1.0.7.19-1.mga3.x86_64/usr/libexec/TeXmacs/bin/tm_graphviz
extracting debug info from /pub/mga3rpm/BUILDROOT/texmacs-1.0.7.19-1.mga3.x86_64/usr/libexec/TeXmacs/bin/tm_r
extracting debug info from /pub/mga3rpm/BUILDROOT/texmacs-1.0.7.19-1.mga3.x86_64/usr/libexec/TeXmacs/bin/tm_shell
extracting debug info from /pub/mga3rpm/BUILDROOT/texmacs-1.0.7.19-1.mga3.x86_64/usr/libexec/TeXmacs/bin/texmacs.bin
...
view (50 lines)
Plain Text, pasted on Jun 1:
1
2
3
4
5
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: couldn't parse certificate data
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: couldn't parse certificate(s): /etc/pki/tls/certs/make-dummy-cert
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: couldn't parse certificate data
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: couldn't parse certificate(s): /etc/pki/tls/certs/Makefile
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: unsupported key algorithm in certificate: 1.2.840.10045.2.1
...
view (13 lines)
Plain Text, pasted on Jun 1:
1
2
3
4
5
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: couldn't parse certificate data
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: couldn't parse certificate(s): /etc/...t
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: couldn't parse certificate data
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: couldn't parse certificate(s): /etc/...e
Jun 01 17:13:31 diogenese.velotech.net mate-keyring-daemon[13395]: unsupported key algorithm in certifi...1
...
view (13 lines)
Plain Text, pasted on May 14:
1
2
3
4
5
Maximum number of clients reachedMaximum number of clients reachedcommandline read: crawl-tiles

   ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.6.2 |~~~~~~~~~~~~~~~~~~~~~~~~~~
        (c) 2001-2012  The world wide DirectFB Open Source Community
        (c) 2000-2004  Convergence (integrated media) GmbH
...
view (17 lines)
Plain Text, pasted on May 7:
1
2
3
4
5
Running rpmlint on libmatekbd.spec: 0 packages and 1 specfiles checked; 0 errors, 0 warnings.
Running rpmlint on libmatekeyring.spec: 0 packages and 1 specfiles checked; 0 errors, 0 warnings.
Running rpmlint on libmateweather.spec: 0 packages and 1 specfiles checked; 0 errors, 0 warnings.
Running rpmlint on libmatewnck.spec: 0 packages and 1 specfiles checked; 0 errors, 0 warnings.
Running rpmlint on mate-applets.spec: 0 packages and 1 specfiles checked; 0 errors, 0 warnings.
...
view (35 lines)
Plain Text, pasted on Aug 28:
1
2
3
4
5
#!/bin/sh

play="/usr/bin/paplay"
fhe="/usr/bin/flite_hts_engine"

...
view (121 lines)
Plain Text, pasted on Jul 23:
1
2
3
4
5
SELECT * FROM dio_nick WHERE `user` = @testuser AND `host` IN ( 
  SELECT `host` FROM dio_nick WHERE `user` = @testuser AND `nick` IN ( 
    SELECT `nick` FROM dio_nick FORCE KEY (`userkey`) 
    WHERE `user` = @testuser AND `host` IN ( 
      SELECT `host` FROM dio_nick WHERE `user` = @testuser AND `nick` IN ( 
...
view (9 lines)
Plain Text, pasted on Jun 18:
1
2
3
4
5
FIRST (easy) PROBLEM:
Grub detects drive BIOS IDs incorrectly during boot on Asus A8N5X
Award BIOS Motherboards. Running grub from the command line outputs
this as it starts:

...
view (335 lines)
Plain Text, pasted on Dec 28:
1
2
3
4
5
The current copyright on the scm codes for HTS voices is
;;  ----------------------------------------------------------------  ;;
;;                 Nagoya Institute of Technology and                 ;;
;;                     Carnegie Mellon University                     ;;
;;                         Copyright (c) 2002                         ;;
...
view (83 lines)
C, pasted on Nov 11:
1
2
3
4
5
/* linker requires -lutil for pty.h */
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
...
view (168 lines)
Plain Text, pasted on Oct 1:
1
2
3
4
5
After a brief argument: 

Jul 25 10:45:36 *	rindolf sets ban on *!*qwp@*gateway/tor-sasl/qwp
Jul 25 10:45:36 *	rindolf has kicked qwp from ##programming (qwp)
Jul 25 10:45:40 *	rindolf removes channel operator status from rindolf
...
view (18 lines)
C, pasted on Jun 12:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int coin_count( int, int *, int *, int );
...
view (111 lines, 101 lines of output)
PHP, pasted on Jan 7:
1
2
3
4
5
function check_arg ( $lineid, $ord, $arg, $type ) {
  if ( !isset ( $type )) 
    return array( $lineid, $ord, $uk, $arg, 'WARNING','NOTYPE' );

  $uk = get_typeid('unknown');
...
view (182 lines)
Plain Text, pasted on Jan 7:
1
2
3
4
5
PROBLEM:
I need to generate a table of instantiated objects that get created for any map using a particular game play mode. The 
game engine runs 3 scripts from a map while loading it. Relative to the map root folder and in order of exectution
they are:

...
view (111 lines)
Plain Text, pasted on Jan 7:
1
2
3
4
5
PROBLEM: What static objects and spawners are being create in a map for a given game play mode?

BACKGROUND: The game engine runs 3 files from a map while loading the game:

  Menu/Init.con - run before map is chosen to set basic info
...
view (83 lines)