Hi!
Does anyone have an example of subj?
I know there is google service for it. Anyone uses it in production? What is the feedback?
In case of positive feedback would you please post the code example?
TIA!
Hi!
Does anyone have an example of subj?
I know there is google service for it. Anyone uses it in production? What is the feedback?
In case of positive feedback would you please post the code example?
TIA!
Hi, Community!
The Second InterSystems Global Summit Contest finished yesterday, and we have a new winner!
John Murray has won the prize and showed very impressive contribution activity with the result:
Congratulations!
John gets Free Registration on InterSystems Global Summit 2016 and the 4-night stay in Arizona Biltmore, Waldorf Astoria Resort!
Thanks everyone who participated in this contest!
Hi, Community!
The Second Global Summit Free Registration Contest is running and we have only one week to celebrate new winner!
Here is current leaderboard amongst non-InterSystems DC Members after a half of the race:
(If you want to see contribution from InterSystems employees just set the filter value in the Deepsee dashboard)
John Murray contributed more than others last week. John is a leader, but he did the result only for one week!
There is one week more and so everyone can be a winner!
What is the best way to deploy DeepSee Termlists?
Hi!
Here is small "How to" again.
Suppose you need to share something with source code. How can we manage it on DC?
Sharing code snippets
1. Add normal post (not Code Package).
2. Paste your code in the post and format it with highlighting as it is described here.
3. If you see that your COS code is highlighted wrong it means that autodetect missed with language. Open the post's HTML ("disable rich-text" button below the Editor) and put class=COS parameter into the code tag.
Example:
#dim test as %Library.Integer
SET test = 123.099
set ^global = %request.Content
Write "Current date """, $ztimestamp, """, result: ", test + ^global = 125.099
do ##class(Cinema.Utils).AddShow("test") // class method call do ##super()
; another one-line comment
d:(^global = 2) ..thisClassMethod(1, 2, "test")
/* * Sub-languages support: */
&sql( SELECT * FROM Cinema.Film WHERE Length > 2 )
&js<for (var i = 0; i < String("test").split("").length); ++i) {
console.log(i);
}>
&html<<!DOCTYPE html>
<html>
<head>
<meta name="test"/>
</head>
<body>
Test
</body>
</html>>
quit $$$OK
Hello, Community!
We announce the Second Developer Community Contest:
Developer Community MVP of the March!
The rules are the same: win Developer Community MVP award in March and receive a free registration to the Solution Developers Conference at InterSystems Global Summit 2016!
The Solution Developers Conference is like the live version of the Developer Community. It’s where you can connect with your peers and with InterSystems developers and product managers face-to-face You’ll hear about our newest technologies, and how they can be used to super-charge your development projects.
Hi Community!
I'm pleased to announce that the winner of the Global Summit Free Registration Contest is...
Hi Community!
Meet the new group in Developer Community:
InterSystems Data Platform Blog!
In this group you'll find technical posts form InterSystems engineers and Community about InterSystems Data Platform technology cases which we consider as good or even best practices.
Every article in this blog passes InterSystems engineers' reviewing procedure and only then becomes available. You are very welcome to comment and share it!
We'll find best practices of InterSystems Technology implementations, will transform it into articles and will deliver for you in this group on a regular basis.
Hi, Community!
There are only six days left to win InterSystems Developer Community MVP prize.
As it was announced in addition to Free Registration on InterSystems Global Summit winner gets 4 nights stay in the Arizona Baltimore, Waldorf Astoria Resort.
We measure contribution to Developer Community on valuable posts and comments and prepared special leaderboard built on InterSystems DeepSee.
By default, it shows all the members. We added the filter to the dashboard to show leaderboard without members who are InterSystems employees.
So here is current leaderboard without InterSystems members:
Hi, Community!
We've started InterSystems Global Summit Free Registration Contest this week.
Here is interactive leaderboard available!
Hi, Community!
We've updated Developer Community (DC) portal and here are some good news.
Now you can insert in your post highlighted parts of code. It works with help of highlight.js library.
To illustrate it I took some code snippets from Fabian's article.
Method OnPreServer() As %Status
{
set ..SharedConnection=1
set room=$GET(%request.Data("room",1),"default")
set:room="" room="default"
if (..WebSocketID'="")
{
set ^CacheTemp.Chat.WebSockets(..WebSocketID)=""
set ^CacheTemp.Chat.Room(..WebSocketID)=room }
else
{
set ^CacheTemp.Chat.Error($INCREMENT(^CacheTemp.Chat.Error),"no websocketid defined")=$HOROLOG
}
Quit $$$OK
}
Hello Community!
Win the Developer Community MVP (most valuable participant) award in February, and receive a free registration to the Solution Developers Conference at InterSystems Global Summit 2016!
The Solution Developers Conference is like the live version of the Developer Community. It’s where you can connect with your peers, and with InterSystems developers and product managers face-to-face! You’ll hear about our newest technologies, and how they can be used to super-charge your development projects. (Learn more about the Solution Developers Conference and InterSystems Global Summit.
Hi, InterSystems Developer Community!
We are working to improve this site to make it comfortable to read, contribute, share and get answers from InterSystems Developer Community!
But while we haven't fixed some UI issues please find in this post some simple answers on how to deal with Developer Community.
How to add post?
Open Communities page, choose desired e.g. Caché and click "Create New Post" button.
How to subscribe to the post's updates?
To subscribe to post's updates and get them via email click on Favorite link under the post digest. For example:
How can I manage post's header ?
Hi ISC Community!
I'm pleased to announce new release of Caché Web Terminal 3.1.4.
What's new:
1. Drag'n'drop to Studio installation: just import xml in any namespace.
2. After import and comilation access your web terminal app on URL server:port/terminal/.
F.e. localhost:57772/terminal/
Slash is mandatory.
3. No need to use %CACHELIB anymore - please feel free to update your Caché and continue using CWT.
Download release here.
Source code for view and contribute here.
Post your issues here. Want to add your own features - fork it!
Featured screencast (previos version).
Enjoy!