-
as seen on Game Development
- Search for 'Game Development'
I'm looking to do some homebrew development for either the Wii, Xbox360 or PS3. I'll be developing from a Linux system. The programming language doesn't matter.
Wii - devkitPPC and libogc look fairly easy and complete
Xbox360 - Mono.XNA looks interesting but not very feature complete
PS3 - psl1ght…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I don't know is it my mistake or no. So i have that code:
<code>
post '/singin/get_token' do
content_type :xml
puts request.body.read
puts xmlRequest
xmlRequest = REXML::Document.new(request.body.read)
...
</code>
And when i post something like that:
<code>
<?xml…
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm using OS X Lion (10.7.2).
I installed Homebrew on my Mac, and I executed the command below.
$ brew install git
and then:
$ brew update
error: Could not resolve host: github.com; nodename nor servname provided, or not known while accessing https://github.com/mxcl/homebrew.git/info/refs
fatal:…
>>> More
-
as seen on Super User
- Search for 'Super User'
I've installed Wireshark(.org) using Homebrew.
brew install wireshark
at the end the script says
==> ./configure --prefix=/usr/local/Cellar/wireshark/1.2.7 --disable-dependency-tracking --disable-wireshark
==> make
==> make install
==> Caveats
We don't build the X11 enabled GUI by…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Note: I know very little about the GCC toolchain, so this question may not make much sense.
Since GCC includes an Ada front end, and it can emit ARM, and devKitPro is based on GCC, is it possible to use Ada instead of C/C++ for writing code on the DS?
Edit: It seems that the target that devKitARM…
>>> More