Stuff Michael Meeks is doing |
Older items: 2008: ( J F M A M J J A ), 2007: ( J F M A M J J A S O N D ), 2006, 2005, 2004, 2003, 2002, 2001, 2000, 1999, legacy html
Storming. Met James Williams afterwards, had to leave to put the tired girl to bed, but great to catch up with him.We've come a long long way together,
through the hard times and the good,
I've got to clebrate you baby,
I've got to praise you like I should,
I've got to praise you ...
./gstreamer-launch gnomevfssrc \
location=http://www.gstreamer.net/media/jb_ff9_thegravityoflove.mpg ! \
mpegdemux video_00! { queue ! mpeg2dec ! sdlvideosink }
from Christian.
oaf-client -s "iid == 'OAFIID:Bonobo_Moniker_wombat'" & \ oaf-client -s "iid == 'OAFIID:Bonobo_Moniker_wombat'" & \ oaf-client -s "iid == 'OAFIID:Bonobo_Moniker_wombat'" & \ oaf-client -s "iid == 'OAFIID:Bonobo_Moniker_wombat'" &gives you 3 failures and 1 hit - doh.
More than that - it was clear that some of the strata in the rock were particularly weak - perhaps sand or shingle, and these strata were noticable since they had been concreted over to ensure the (extremely steep ~ 75degrees) sides didn't subside - similarly great inch wide score marks down the rock seemed to indicate some giant clawing machine used to slice through - fun.
#include <stdlib.h>
#include <regex.h>
int
main (int argc, char **argv)
{
regex_t regex;
regcomp (®ex, "AUTHORS", REG_EXTENDED | REG_NOSUB);
return 0;
}
link vs. efence and ... bang.
I have glibc-2.2.2-10 (RH 7.1), it seems the bug
is fixed by glibc-2.2.4-19 (RH 7.2).
Doing ``xlsfonts -l'' can tie up your server for a very long time. This is really a bug with single-threaded non-preemptable servers, not with this program.so I guess that's it.
(load "~/gnome-doc.el")in your ~/.emacs file and re-start.
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/poll.h>
#include <sys/errno.h>
#include <fcntl.h>
#include <unistd.h>
#define PAGE_SIZE 4096
#define MAX (PAGE_SIZE / sizeof (void *))
int main (int argc, char **argv)
{
struct pollfd fds[MAX];
int i, fd;
fd = open ("/dev/null", 0);
for (i = 0; i < MAX; i++) {
fds[i].fd = fd;
fds[i].events = 1;
fds[i].revents = 0;
}
if (poll (fds, MAX, 0) < 0 && errno == EINVAL)
printf ("Buggy kernel\n");
else
printf ("Clean kernel\n");
close (fd);
return 0;
}
#include >stdio.h<
extern int __asprintf (char **string_ptr,
const char *format, ...);
int main (int argc, char **argv)
{
const char *a = "/opt/gnome/lib/orbit/Everything_module.so";
const char *b = "cannot open shared object file";
const char *c = "No such file or directory";
char *result;
free (malloc (8));
__asprintf (&result, "Hello %s", "World");
fprintf (stderr, "%s\n", result);
__asprintf (&result, "%s: %s: %s", a, b, c);
fprintf (stderr, "%s\n", result);
return 0;
}
gcc -lefence -g foo.c ; ./a.out
A : C, D, E
B : D, E, F
Where C D E F are independany base classes.
You can't have:
foo (D in_arg)
{
E tmp = in_arg;
}
Since you can't cast across the tree.
Apparently:
The proper design for the case above would to have G: D, E and A: C, G B: G, Fwith a dummy level in between. It's at times like this that I'm convinced that aggregation is conceptualy far simpler.
[PangoFT2] FontPath = /usr/share/fonts/default/Type1:/usr/share/fonts/default/ghostscript AliasFile = /opt/ngnome2/etc/pango/pango/pangoft2.aliasesand /opt/ngnome2/etc/pango/pangoft2.aliases
sans normal normal normal normal "urw gothic l" serif normal normal normal normal "urw palladio l" monospace normal normal normal normal "nimbus mono l"
ORBIIOPIPv4=1in my ~/.orbitrc file, so that I could at least make IP connections to myself, since Unix domain sockets didn't want to play ball - suddenly everything worked beautifuly.
The code I want to execute is the following :
Execute UnCode("... a lot of chars ...")
Function UnCode(sCoded)
For I=1 To Len(sCoded)
CurChar= Mid(sCoded, I, 1)
If Asc(CurChar) = 15 Then
strChr= Chr(10)
Else
strChr = chr(asc(CurChar)-5)
End if
UnCode = UnCode & strChr
Next
End Function
Fine I thought, a harmless mail indeed - however it must
be a fairly common virus signature since, and I was impressed to
get this from one machine:
Date: Wed, 30 May 2001 00:42:15 +0100 From: EXIM Mail SystemLooks like a useful piece of software, even if it's somewhat paranoid.To: gb-admin@helixcode.com Subject: Virus / harmful content found in EMail Your EMail with subject '[GB]executing simple script', sent to the recipient(s) someone@eim.surrey.ac.uk contains a virus or other harmful content. The message has NOT been delivered to the recipients. Please contact the postmaster (mailto:postmaster@eim.surrey.ac.uk) for further information. -- Message generated by exiscan 1.00
void
_ORBIT_skel_small_test_AnyServer_opAnyLong(POA_test_AnyServer *
_ORBIT_servant,
gpointer _ORBIT_retval,
gpointer * _ORBIT_args,
CORBA_Environment * ev,
CORBA_any *
(*_impl_opAnyLong)
(PortableServer_Servant _servant,
const CORBA_any * inArg,
CORBA_any * inoutArg,
CORBA_any ** outArg,
CORBA_Environment * ev))
{
*(CORBA_any * *)_ORBIT_retval =
_impl_opAnyLong(_ORBIT_servant, (const CORBA_any *) _ORBIT_args[0],
*(CORBA_any * *)_ORBIT_args[1],
(CORBA_any **) _ORBIT_args[2], ev);
}
Netscape*selectForeground: White Netscape*selectBackground: Blue
extern tree build_function_decl PARAMS ((char *, int));
void
lang_print_xnode(file, t, i)
FILE *file ATTRIBUTE_UNUSED;
tree t;
int i;
{
... etc ...
}
6.2: I have a function that is supposed to return a string, but when
it returns to its caller, the returned string is garbage.
You probably returned a pointer to a local array. That doesn't
work. Try using a temporary file, instead. For instance:
char *getstr(void) {
FILE *fp = tmpfile();
fputs(gets(NULL), fp);
return (char *) fp;
}
or
6.9: I have a program which mallocs but then frees a lot of memory, but memory usage (as reported by ps) doesn't seem to go back down. You're probably not freeing the memory completely. Try replacing 'free(foo);' with free(foo); free(foo); free(foo); in case the first free() frees the memory only partially. (Unix wizards may recognize the parallel with syncing three times before rebooting.)etc. etc.
export ACLOCAL_FLAGS='-I /opt/ngnome2/share/aclocal' ; export PATH="/opt/ngnome2/bin:$PATH"; export LD_LIBRARY_PATH="/opt/ngnome2/lib"On firing up a new shell, before starting hacking one just types
source ngnome2and bingo.
downloaded the Windows 3.1 fonts from www.microsoft.com. Unzipped them all: find -name '*.exe' -exec unzip -o {} \; Then followed this did an rpmfind xfstt, and installed. copied pango/examples/pangoft2.aliases to ${prefix}/etc/pango and created a ${prefix}/etc/pangorc file containing: [PangoFT2] FontPath = /usr/share/fonts/truetype:/usr/share/fonts/ttf
:0 c /tmp/mboxThen simply setup a mail source for evolution as /tmp/mbox and when you get mail it will come from there.
...I was told that this movement, if I chose to write about it, roughly coin-sided with the "Tern of the Century." But the tip proved an unread herring, at best as I knew nothing about that bird (the afermented tern)...
Once lifted from the miry clay,
When opposition came his way
This soldier-king would often pray
With fasting
A seer, possessed of vision keen,
Who told the troubled king his dream,
Had light on God's prophetic scheme
Through fasting.
The prophetess in temple court
Beheld the Babe the two had brought;
For Him she long had prayed and sought,
With fasting.
He came to break the yoke of sin,
But ere His mission could begin
He met the foe and conquered him
While fasting.
'Set these apart', the Spirit bade.
A spring, that soon vast rivers made,
Broke ope by men who as they prayed
Were fasting.
So shall they fast when I am gone';
Was this no word to act upon ?
Ask countless saints who fought and won
With fasting.
When we shall stand on that great day
And give account, what shall we say,
If He should ask us, 'Did you pray -
With fasting?'
The Occupier, [my address], Dear Sir / Madam, Thank you for your recent letter, details of which have been transferred to the Consumer Services Manageer who will be writing to you shortly. In the meantime, thank you for taking the trouble to write to us. Yours sincerely
Garde-toi du Jaseroque, mon fils!
La gueule qui mord; la griffe qui prend!
Garde-toi de l'oiseau Jube, evite
Le frumieux Band-a-prend.
Son glaive vorpal en main il va-
T-a la recherche du fauve manscant;
Puis arrive a l'arbre Te-Te,
Il y reste, reflechissant.
Pendant qu'il pense, tout uffuse
Le Jaseroque, a l'oeil flambant,
Vient siblant par le bois tullegeais,
Et burbule en venant.
Un deux, un deux, par le milieu,
Le glaive vorpal fait pat-a-pan!
La bete defaite, avec sa tete,
Il rentre gallomphant.
As-tu tue le Jaseroque?
Viens a mon coer, fils rayonnais!
O jour frabbejeais! Calleau! Callai!
Il cortule dans sa joie.
Il brilgue: les toves lubricilleux
Se gyrent en vrillant dans le guave,
Enmimes sont les gougebosquex,
Et le momerade horsgrave.
Dear Mr Weeks, We were most concerned to learn of your complaint regartind one of our Fruit Corner Yogurts and full details have been given to our Quality Assurance Department. We appreciate the time you have taken to bring this to our attention and would like to accept as a gesture of the Company's goodwill, the enclosed reimbursment, with the hope that you have no further problems with out products. Yours Sincerely,
Oscar Wilde said something along the lines of: ' Alcohol has the strange disposition of bringing on all the effects of drunkenness when taken in large quantities'
A pretty foot is one of the greatest gifts of nature... please send me your last pair of shoes, already worn out in dancing... so I can have something of yours to press against my heart. -- Goethe