What is the best way to build a parser in c# to parse my own language?
Ideally I'd like to provide a grammar, and get Abstract Syntax Trees as an output.
Many thanks,
Nestor
Is Jdeveloper hanging on you when use the XPATH expression Builder? Have a look at the Release notes for 11.1.1.2. This will relieve a lot of frustration.http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14770/bpel.htm#BABECHBF16.1.6 Oracle JDeveloper May Hang When Using the Expression Builder
Using the Expression Builder to build XPath…
Have you seen this error while trying to use a proxy for a delivery channel within B2B?Transport error: Proxy type must be defined when Proxy host has been specified. Proxy type must be defined when Proxy host has
been specified.If so, you are not alone. FTP does not support proxy. Also note the following entry in the release notes.…
First, I apologize if this is not the forum for these type of questions.
I was wondering...
1- Why 3D games (such as GTA IV) uses so much gigabytes of space?
And my half-answar was... because of their huge 3D scenarios.
But wait! are not these scenarios made with vector graphics and textures?
then.. why are so big???
2- If they are so…
When I choose Tools / Upgrade Integration Components, the installation goes through, but it complains that the following processes are running:
Virtual machine User Service
Windows Explorer
If I say Ignore, I get the error message:
Setup was interrupted before Virtual PC Integration Components could be completely Installed.
Do…
Right now I'm trying to Run/Debung my app on VisualStudio, but it cannot create it because the las instance of the app.vshost.exe is still running. Then, by using the Task Manager i'm trying to kill it, but it just remains there with no signal of activity.
Beyond that particular case (maybe a VS bug), i'm very curious about the…
How can I limit the upload and download bandwidth on my CentOS server? This is a box with a single interface, eth0.
Ideally, I would like a command-line solution (I've been trying to use tc), something that I could easily switch on and off in a script.
So far I've been trying to do something like tc filter add dev eth0…
I posted this question originally on StackOverflow, but a user suggested I moved it here so here I go!
I have an account in a remote computer without root permissions and I needed to install a local version of Python (the remote computer has a version of Python that is incompatible with some codes I have), Numpy and…
I have a RHEL 6.4 workstation, running on a LUKS-encrypted LV residing on a SSD.
I found RedHat documentation stating that dm_crypt does not currently support TRIM passthrough, however I also found other sources that state the opposite (albeit for other distributions) and even that discards are not needed for recent…
I asked this on superuser, but I realized that may be the wrong place. I am duplicating the question here, I hope this is allowed.
I am trying to share a directory through samba. In smb.conf I have the following:
[global]
workgroup = WORKGROUP
security = user
passdb backend = tdbsam
netbios name = <hostname>…
My friend created some .mov files with his mac. Now I'm trying to play them in my Windows 7 machine with Windows Media Player and I only see sound but not image. There must be an encoding issue. But how do I find out what encoder I need?
Hi, I have this scenario...
1.- I'm providing a "Dynamic Table" for wich users can define Fields. Each Dynamic Table will have as many rows/records as needed, but the Field definitions are centralized.
2.- My Dynamic Row/Record class was inherited from the .NET DLR DynamicObject class, and the underlying storage…
Right now I'm trying to Run/Debung my app on VisualStudio, but it cannot create it because the las instance of the app.vshost.exe is still running. Then, by using the Task Manager i'm trying to kill it, but it just remains there with no signal of activity.
Beyond that particular case (maybe a VS bug), i'm very…
Hi, maybe I'm missing something.
I believed that WPF vector-based Drawings (like DrawingGroup, DrawingGeometry, etc.) were ready to be serialized. But they are not.
So, should I navigate all these drawing childrens, and store they points, lines, brushes (that also are not serializable) and so on, and then made…
I'm writting a Windows Forms application in C# that performs a lot of long-running procedures. I need to program the application so that the GUI doesn't lock. What is the best way to program it?
I know how to use the following:
BeginInvoke/EndInvoke
Calling Application.DoEvents() repeatedly (probably not a…
Hi, I can expose a DataGridComboBoxColumn on a grid, but the user must click it twice to show its drop-down list (the first is to gain focus and enter in edit-mode).
How can I force programatically to show the drop-down list?
I mean...
Should I start programming less and designing more?
Should I stop reading programming books, and start reading more books about pattern designs, etc?
Should I stop focusing primarily on Microsoft technologies and open up my horizons with other technologies (in order to get a broader…
Hi there!
I'm currently working on a project with OpenEXR and I would like to implement some Blob detection algorithms. To do this I figured that I could use OpenCV as it says in the documentation that it can open OpenEXR format files.
I have all the libraries installed and working as I've been…
I've working without problems serializating object graphs to and from files. Everything was fine until today: A dictionary, created in a constructor and NEVER deleted, was lost (null referece) just after deserialization from file, for the first time in more than a year doing the same without…
In Windows 7 we have the concept of ApplicationID, which allows (among other things) to group several icons in the task bar.
How can I change the ApplicationID of a running process from c#? I'm trying to make my WinForm app's icon group with another application.
I've tried using Windows API…
I have the following code:
public bool ProcessData(String data)
{
try
{
result= CheckData(data);
if (TextUtils.isEmpty(result))
{
summary="Data is invalid";
return false;
}
...
finally
{
Period period = new Period(startTime, new LocalDateTime());
String…
I have the next very strange situation and problem:
.NET 4.0 application for diagram editing (WPF).
Runs ok in my PC: 8GM RAM, 3.0GHz, i7 quad-core.
While creating objects (mostly diagram nodes and connectors, plus all the undo/redo information) the TaskManager show, as expected,…