So you're saying you don't want to just use xpath for that?
- Log in to post comments
So you're saying you don't want to just use xpath for that?
seeing that that would be handled by the webserver, I don't see how there would need to be explicit support from ISC.
If you're saying you'll fork things. How often are you going to update from the source repo? (i.e. you didn't fork the latest version of yape)
Aside from the security concerns already raised (you should never direct accept user input), I feel the whole approach violates the statelessness of a REST architecture? Thoughts?
Best guess:
your server responds to ICMP but HTTP.
Please clarify if you need more details.
something like this would work:
s contains=($BITLOGIC(aa|bb)=aa)||($BITLOGIC(aa|bb)=bb)
You could also implement it with
w ($ZB(aa,bb,7)=bb)||($ZB(aa,bb,7)=aa)
I don't think there's a quick answer for these questions. Please open a WRC issue and we can sort this out.
-Fab
You should work your way through this reading list for starters: https://github.com/josephmisiti/awesome-machine-learning https://github.com/ujjwalkarn/Machine-Learning-Tutorials
Best, Fab
Great! And thanks for sharing your solution!
He's all set.
The mapping for apache had to be extended to include urls without extensions (see comments).
Not sure where you looked in the documentation, but if you take a look here: http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GCGI_ux#GCGI_C194753
The CSP by location example hints you at CSP On. Alternatively you could also configure a wildcard mapping (a couple of paragraphs down)...
first thing to check is if the mapping configured in your apache is actually forwarding your URL
/csp/healthshare/fcoffice/rest/ping
to the csp gateway. In this case a wild guess would be: your apache only maps *.csp*.cls.. but not an url like just ping.
Thanks! Here's a resource I use to reference quite often: http://kunststube.net/encoding/
Could you clarify your questions a bit please? It's unclear what you mean by 'ping' (ping uses ICMP and not HTTP (which aren't even on the same protocol layer))? A http response object is what you get after sending a request with the request? Maybe you can post some of your code?
Use ##class(%PopulateUtils).StringMin(minlen,maxlen)
Probably because it's a comment and not a full answer?
There isn't . You could hack something that's just running every minute and checking if your code is running?
Funny how you say 'unreadable' about a more compact layout, yet you are using short commands;)
solved as per Rusian's last comment.
%ZSTART hooks allow you to reliably execute code after startup
Two questions:
Did you mean to attach anything to this?
Phase 8 means your databases are being updated. You want to look at more metrics to see what's going on. I.e. the disk write queue and write times would be a good first step to look at in this case.
What's your big picture problem you're trying to solve? There might be better ways to do that.
Why do want to use basic for that?
Some of us actually do;) (work at ISC). Feel free to open a WRC ticket and ask for an enhancement for this. Best, Fab
right here, if you haven't found it yet: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Ultimately the columns are split out using $P(columnHeaders,",",n), so since there is no way to escape the, out of $P, there currently is no way to do that.
Nice, thanks! :) Are you going to discuss the problems with the react license at some point?
As Dan already explained, there isn't a way to say this in a generalized manner. Code, and especially Ensemble code, is highly specialized to each customer's needs. You are actually in the best position to gauge the impact of adding a field to a class: how much code is touching the class? How much of the code is going to rely on your new fields? etc.
PDF is a binary format. It is quite ugly and you don't really have any control over what you are getting. The text could be in there as text, as vector image, or even as pixel image. So short of implementing full OCR in Caché, you'll not find a way to do this without using external tools (and even those are not 100% reliable).