7
votes
8answers
494 views
Why does the Flash Player throw a sandbox error in this case?
I get a Flex 3 sandbox error #2048 after connecting to a Socket on a Java (1.5) server. The server code is all mine, i.e. not running under Apache. Flash Player 10.0 r32.
The sequence is as …
5
votes
0answers
10 views
What are some advanced and modern resources on exploit writing?
I've read and finished both Reversing: Secrets of Reverse Engineering and Hacking: The Art of Exploitation. They both were illuminating in their own way but I still feel like a lot of the techniques …
5
votes
1answer
60 views
Is there a way to map an URL to another URL in Spring?
In Struts 1 you could have, in struts-config.xml, a declaration like:
<action path="/first" forward="/second.do">
Is something similar also possible in Spring, or can I map an URL only to a …
4
votes
1answer
73 views
How to debug a WER minidump of an “ngen”ed image
When ngen is executed on a .NET managed application at installation time, and a crash dump is retrieved from Windows Error Reporting for the app, how can you use it to see a stack trace, variables, …
4
votes
2answers
132 views
Trouble creating new Entity Data Model
Hello,
I'm trying to add a new ADO.Net Entity Data Model to an MVC project I am working on.
When I complete the wizard, choosing my db and tables (just a single table for now) I get an error …
4
votes
5answers
112 views
URL Escaping Chinese/Japanese Unicode Characters for Internet Explorer
I'm trying to URL-escape (percent-encode) non-ascii characters in several URLs I'm dealing with. I'm working with a flash application that loads resources like images and sound clips from these URLs. …
4
votes
2answers
98 views
Duplicate Referrer Header - HTTP.sys barfs
I have been testing the PS3 browser (NetFront) with embedded Flash components on a web page and there seems to be a rather serious bug with the way that any requests from Flash are issued. The browser …
4
votes
3answers
304 views
UDP real-time games in Flash/Flex available Open source RTMFP implementation
Are there any examples of using the Flash 10 beta RTMFP UDP based protocol to build real-time Flash games. The RTMFP examples so far seem to focus on P2P networking between flash clients does anyone …
4
votes
3answers
377 views
Interpolation in SciPy: Finding X that produces Y
Is there a better way to find which X gives me the Y I am looking for in SciPy? I just began using SciPy and I am not too familiar with each function.
import numpy as np
import matplotlib.pyplot as …
4
votes
2answers
157 views
Spark T4 templates for ASP.NET MVC
I was just curious if any Spark T4 templates already exist that match/are similar to the out of the box web forms view templates (create, edit, details, etc...). My Google skills didn't lead me to any …
4
votes
3answers
156 views
ActionScript 3 Workflow using SWCs with linked external classes
I'm working on a very graphic-heavy application which uses content from a bunch of different FLAs. I'm a coder, though, so I want to do all my coding in Flash Builder, however I want to allow my …
4
votes
1answer
268 views
How can I change the main display via AppleScript?
From the Displays pane in System Preferences, I can manually change the main monitor by dragging the menu bar from one display to the other. I'd like to automate this and make it part of an …
4
votes
1answer
529 views
MVC on Lift/Scala
Has anyone tried to do a scala/lift application using MVC instead of view-first?
I know that you can create Controllers/views as:
package test.test.test.view
...
Lots of imports
...
class MvcRocks …
4
votes
2answers
381 views
Using boost in WDK build environment for applications?
I am using the Windows Driver Kit (WinDDK 6001.18001) to build my userspace application rather than Visual Studio 2005. I am taking this approach because we also have to build driver components, so …
3
votes
2answers
110 views
+150
How to send multicast messages and reuse a port in Erlang?
I have gotten a good start on my program, my first REAL Erlang program.
I have it listening for messages, reading them and parsing them. I also have it sending them.
The one little thing that is …
