platform

Anyone tried Solace? Solace - a multilingual support platform

Has anyone tried Solace yet? http://opensource.plurk.com/Solace/ "Solace is a fully open-sourced multilingual support and knowledge exchange platform written in Python." Just wanted to know your experience. Are there any other such platforms available in open source? ...

.NET-related platform names & versions

For my current project I need to be able to specify platform name, platform version and CPU architecture. For instance, I should be able to say that ComponentX can be used in .NET 2.0, Mono 2.2 and Silverlight 3.0, whereas ComponentY can only be used in .NET 3.5 and is built for x64 only. So I'm wondering if there's a more-or-less stand...

Reliably detect Windows in Python

I'm working on a couple of Linux tools and need to prevent installation on Windows, since it depends on FHS and is thus rendered useless on that platform. The platform.platform function comes close but only returns a string. Unfortunately I don't know what to search for in that string for it to yield a reliable result. Does anyone know w...

How to obtain a string describing the current platform ?

I need to check the platform I'm on, meaning: processor, operating system, and operating system version. An example I currently have is i686-apple-darwin10. How can I obtain the similar string on Linux and Windows? I know that the autotools provide a detection script that produces that string, but I don't recall its name now, and since i...

Is Django Book platform available?

The Django Book has a neat content publishing template. Anyone knows if it's available for public use? Alternatively, what Django sources would you recommend as an easy to use, out of the box CMS? ...

What does Java Error "Your active platform is: JDK_1.6, but the corresponding property "platforms.JDK_1.6.home" is not found in the project's properties files" mean?

I'm a Java noob (but have been programming for 25+ years, and have worked with OO languages from day 1). All of a sudden I started getting this error: Your active platform is: JDK_1.6, but the corresponding property "platforms.JDK_1.6.home" is not found in the project's properties files. Not sure what caused this condition, and not s...

JQuery VS Flex - Choosing a Platform for SAAS

Our team is about to start a SAAS web application geared toward small businesses. This is a completely new experience for us; we are a system/linux/php development organization and no experience whatsoever developing client side software except for simple html/php based CRUD support applications. We are evaluating both Adobe Flex and JQ...

How to allow customization of a platform built on Drupal (and PHP obfuscation)

Hi, My company is building a platform on top of a heavily extended Drupal core. I have multiple customers who will be using separate instances of this system and will want to customize both the theme and the functionality. I'm trying to design a system to allow them to add themes and modules, some of which might interact with some of m...

How to install wamp server and zend platform without conflict?

I first installed wamp server and everything works fine, but after install zend platform,things go wrong. Anyone has the right steps to avoid this? ...

How does the .net Framework Class call Platform API?

We know that .NET framework class encapsulate the Win32 API, now I am wondering how the .NET framework class call Win32 API? Ways I know so far: Through P/Invoke VC++/CLI Both 1 and 2 Anybody know the answer? ...

How can I get the target platform info of a dll with Python 3.1.1?

I have many dll files and I would like to select them into two different folders (PC and PPC). For this I need to know the target platform of the dll file or any other details about its platform. I use Python 3.1.1. I have tried the win32api which does not compatible with this Python version. So, I tried to use the ctypes.windll with tr...

Looking for force.com's comparison with other cloud services & its pricing model

Hello. Lately I've been looking at force.com which happens to be SalesForce.com's cloud initiative. However, what I am unable to draw is its comparison with Amazon & Azure platforms. Force.com seems to be targeting Enterprises primarily, so I am not sure if as a small shop, I should be going that way. Mine is going to be a social network...

App created in Visual Studio on XP 32 crashes 64 on access violation. Recompile in 64 bit environment to find bug, works fine. What?

So I've been developing on Windows XP Visual Studio 2008. I guess it is building my C++ app in 32 bit mode. When I run the program on my new Windows 7 64 bit box, it gets half way through loading a then throws an access violation error. So, I loaded all my development tool and recompiled the project on Windows 7 to find the crash site bu...

How to determine architecture in platform neutral way?

I have a C++ app that uses wxWidgets. Certain parts of the app differ for 32 and 64 bit hosts. Currently I use sizeof(void *), but is there a better way that uses conditional compilation and is platform neutral? ...

Prototyping My Own Desktop Environment

I have an idea for a new desktop environment that involves a radically different user interface than existing ones, and I want to begin prototyping it. However, I don't want to go through all the trouble of building it from scratch just for the prototype, so I want to build it on top of an existing desktop environment so I can have immed...

Plattform suggestion for an online-booking site?

What platform do you recommend for building a site like this, airbnb.com (can you tell what it is built on?). Only major difference (besides market niche) would be a bit more integration with some of the major social networking sites and features, third part comment system integration with perhaps disqus and some video bloging. If you ...

mobile analytics platform

Hi everybody! I want to develope mobile analytics solution, what software platform could you advise me. I think to write apache module as counter, use mysql and php for frontend all on freeBSD, any advises for best performance? ...

difference between framework and platform

i have seen people using these two words interchangeably. But i know they both are not the same. So wanted to clearly know how different they are. ...

Sites that do server aliasing for other websites to use an external platform

First of all, granted the question is not very descriptive - quite hard to summarise what I mean in the title. Let me elaborate. On uservoice.com they allow users to have domain aliasing. For example, these sites use domain aliasing: http://feedback.bit.ly http://feedback.topofblogs.com http://feedback.neutex.net None of them are h...

Passing platform-specific data in a platform independent design?

I have a game engine design written in C++ where a platform-independent game object is contained within a platform-specific Application object. The problem I'm trying to solve is the case where I need to pass OS-specific data from the Application to the game. In this case, I'd need to pass the main HWND from Windows for DirectX or an O...