473,789 Members | 2,781 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Getting Mojo

Thanks to a link I followed from here or clc++m (thanks to whoever
posted, but I don't remember which post or even which thread it was
now) I got to Andrei Alexandrescu's Doctor Dobbs article on Mojo.

Unfortunately the download link is broken. Is Mojo still available
anywhere? I couldn't find any references to the same thing in either
Boost or Loki. Has it gone thorugh a namechange or some other change or
is it now in another library?
K

Jul 31 '06 #1
4 1617
* Kirit Sælensminde:
Thanks to a link I followed from here or clc++m (thanks to whoever
posted, but I don't remember which post or even which thread it was
now) I got to Andrei Alexandrescu's Doctor Dobbs article on Mojo.

Unfortunately the download link is broken. Is Mojo still available
anywhere? I couldn't find any references to the same thing in either
Boost or Loki. Has it gone thorugh a namechange or some other change or
is it now in another library?
Andrei will help you; just mail him (see <url: http://www.erdani.org/>).

If you're unable to contact him then I have an old version of Mojo, from
the review process, dated 18 October 2002. That was version 3. I'm not
sure whether it was the final version.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Jul 31 '06 #2

Alf P. Steinbach wrote:
Andrei will help you; just mail him (see <url: http://www.erdani.org/>).
Thanks for the advice. I'll give it a try.
K

Jul 31 '06 #3
Kirit Sælensminde <ki************ ****@gmail.com> :
Thanks to a link I followed from here or clc++m (thanks to whoever
posted, but I don't remember which post or even which thread it was
now) I got to Andrei Alexandrescu's Doctor Dobbs article on Mojo.

Unfortunately the download link is broken. Is Mojo still available
anywhere? I couldn't find any references to the same thing in either
Boost or Loki. Has it gone thorugh a namechange or some other change or
is it now in another library?
Hi Kirit

they seem to have packed each month's issues to separate archives.
Take a look at
ftp://ftp.cuj.com/pub/2003/cujfeb2003.zip
which contains "alexandr.z ip" you probably are looking for.

Cheers
Maett
Jul 31 '06 #4

Maett wrote:
Hi Kirit

they seem to have packed each month's issues to separate archives.
Take a look at
ftp://ftp.cuj.com/pub/2003/cujfeb2003.zip
which contains "alexandr.z ip" you probably are looking for.
Thanks. That's exactly what I was looking for. Now I just have to start
using it...
K

Aug 1 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3954
by: Ryan Mitchley | last post by:
Hi I have a rather complicated class for performing matrix operations using complex arithmetic. I have written two classes, CComplexMatrix and CComplexMatrixTemp, and have been attempting to remove unnecessary object copies by converting to the temp class for intermediate operations. The temp class reuses allocated space as is necessary.
2
6929
by: Eyal | last post by:
Hey, I would appriciate if anyone can help on this one: I have a java object/inteface having a method with a boolean parameter. As I'm trying to call this method from a javascript it fails on a type mismatch. It is positively because of the boolean(java primitive)parameter. It goes fine if I change this parameter to int or String. This inteface has a lot more methods which works fine, it is just the
56
3605
by: john bailo | last post by:
I just installed mono from ximian on my redHat 9 workstation and wrote a simple program from the interesting book ado.net in c# by Mahesh Chand. mono is fun ( is there ado for linux ? why/why not? )
8
10016
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/WebApplication1'. 'HTTP/1.1 500 Internal Server Error'."
0
2231
by: Si | last post by:
I'm writing an HttpModule to intecept web method calls and retrieve custom authentication information from their SOAP headers. I have the httpModules tag in web.config and that appears to be getting parsed okay. If I mangle the type attribute or try to add the module twice I get configuration errors as expected. So I "assume" that the module is getting loaded. Init() is not getting called, though, when I make a call to a web method...
3
3704
by: dei3cmix | last post by:
Hey, I am having a problem with a program I am working on. Basically, the first part of the program gets input from a file using cin.getline. Then the second part, (still in the same main as the first part) needs to get input from the user, and I want to do this with cin.getline also. The problem I am getting, is when I run the program, the text if read in from the file correctly, but it seems to just skip over the cin.getline when I want...
2
4223
by: MSK | last post by:
Hi, Continued to my earlier post regaring "Breakpoints are not getting hit" , I have comeup with more input this time.. Kindly give me some idea. I am a newbie to .NET, recently I installed .NET. I could not debug using breakpoints, breakpoints are not getting hit, but the application is working fine with out any issue.
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10410
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10139
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7529
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5418
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4093
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3701
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.