|
MI5 Persecution: Ravenscourt Park 20/3/99 (4695) Ravenscourt Park 20/3/99 Certainty level: 70% On Saturday I went to Hammersmith, specifically Ravenscourt Park. There had recently been a resurgence of persecution activity, following the Capital spams. I went to the cafe in the park and had a cup of coffee outside, with my mother. As I went inside the cafe ... 17 Nov 2007 04:17
MI5 Persecution: BHS Croydon 18/12/98 (2520) Evil old bat in BHS 18/12/98 Certainty level: 40% Not quite sure how sure I am about this one. I went down to Croydon (Surrey) with my mother to buy her a beret. After doing the shopping, we went to the BHS store restaurant to lunch on fish and chips. You can guess the rest. Auditory hallucinations my shri... 17 Nov 2007 03:10
MI5 Persecution: BA984 LHR->TXL 13/6/98 (345) BA984 LHR->TXL 13/June/1998 Certainty level: 100% In June 1998 I travelled on the above British Airways flight to Berlin with my mother, to visit her family. There were two women in seats 30D/E, about 4/5 rows behind us. It was quite obvious from the torrent of abuse during these flight that these women had ... 17 Nov 2007 01:30
Call for Papers: ICCIIS 2008 The International Conference of Computational Intelligence and Intelligent Systems Call for Papers: The 2008 International Conference of Computational Intelligence and Intelligent Systems (ICCIIS 2008) From: IAENG - International Association of Engineers http://www.iaeng.org/WCE2008/ICCIIS2008.html Important Dates: Draft Paper Submission Deadline: 6 March, 2008 Camera-Ready papers & Pre-regis... 14 Nov 2007 13:47
UML for Dummies Greetings, I am a C/C++ programmer, with some Tcl and Python experience and I am looking for a basic intro text for UML. I have a copy of Fowler's 3rd ed UML Distilled which may be a little too strong an distillate for me as some details seem missed or glossed over. I also have Leon Star's Executable UML publish... 16 Nov 2007 10:35
Can you suggest a project? Hi, I am planning to spend 1 month to do a project(system application, not web-based application) and I am now looking for the project with which I can practice my programming skills, including C++, .Net, Object-Oriented, GUI programming, multi-thread, algorithms, data structures, XML . My first idea was to... 13 Nov 2007 18:43
MVC again, this time the code [C++] #include <iostream> #include <string> #include <algorithm> #include <functional> #include <list> struct IObserver { virtual ~IObserver(){} virtual void update() = 0; }; struct IObservable { virtual ~IObservable(){} virtual void registerObserver(IObserver& o) = 0; virtual void removeObserv... 12 Nov 2007 21:00
Modularity problems with multiple dispatch (was: Scala and problems with OOP) On Nov 11, 3:03 pm, Joachim Durchholz <j...(a)durchholz.org> wrote: Marshall schrieb: Very interesting. Can you expand on the difficulties that multiple dispatch brings to the question of composable modules? Assume you have a multi-dispatching function f (A, B) Now the author of class... 12 Nov 2007 15:27
Modularity problems with multiple dispatch On Mon, 12 Nov 2007 00:03:16 +0100, Joachim Durchholz wrote: Marshall schrieb: Very interesting. Can you expand on the difficulties that multiple dispatch brings to the question of composable modules? Assume you have a multi-dispatching function f (A, B) Now the author of class A ... 22 Nov 2007 05:59
Can you suggest a project? Hi, I am planning to spend 1 month to do a project(system application, not web-based application) and I am now looking for the project with which I can practice my programming skills, including C++, .Net, Object-Oriented, GUI programming, multi-thread, algorithms, data structures, XML . My first idea was to writ... 12 Nov 2007 09:55 |