InterSystemsDev via @like
Redirect stdout to a variable in M and NOT to a file #InterSystems #Caché #NodeJS 
http://ow.ly/dPUc30mYMWu
  
  http://ow.ly/dPUc30mYMWu
InterSystems Developer Community
  
  redirect stdout to a variable in M and NOT to a file
  I'm trying to execute a nodejs process to perform some work on a string from Cache/Mumps over to nodejs, then return the result from nodejs as a string back to the code in Cache and I was looking at t
  InterSystemsDev via @like
💡 #BestPractice on InterSystems #DeveloperCommunity: Let's write an #Angular 1.x app with a #Caché REST backend  #WebDevelopment #RESTAPI #JSON #CSP
http://ow.ly/FTCf30mYLMH
  
  http://ow.ly/FTCf30mYLMH
InterSystems Developer Community
  
  Let's write an Angular 1.x app with a Caché REST backend - start here
  So, one day you're working away at WidgetsDirect, the leading supplier of widget and widget accessories, when your boss asks you to develop the new customer facing portal to allow the client base to a
  InterSystemsDev via @like
New #Video on #DeveloperCommunity YouTube: Advanced #Cloud Provisioning & #Deployment 
> > http://youtu.be/BAN-l4nagxI < <
#InterSystems #GlobalSummit18 #CloudDeployment #CloudManager #ICM #Containers #DevOps #LDAP #DataSecurity
  
  > > http://youtu.be/BAN-l4nagxI < <
#InterSystems #GlobalSummit18 #CloudDeployment #CloudManager #ICM #Containers #DevOps #LDAP #DataSecurity
YouTube
  
  Advanced Cloud Provisioning & Deployment
  This video provides a more detailed look at InterSystems Cloud Manager (ICM), focusing on deploying applications in a production environment. We will consider management and ICM configuration, and issues of latency, data security, data locality, service discovery…
  InterSystemsDev via @like
  
🔗 New App on InterSystems #OpenExchange: InterSystems IRIS #Interoperability Adapter for Ethereum
>> http://ow.ly/4Iai30mYN8m <<
#InterSystemsIRIS #Ethereum #Blockchain #SmartContract
  >> http://ow.ly/4Iai30mYN8m <<
#InterSystemsIRIS #Ethereum #Blockchain #SmartContract
InterSystemsDev via @like
"Migration to #InterSystemsIRIS Data Platform" recording is available on #DeveloperCommunity YouTube:
> > https://youtu.be/x3GcmUrdlU8 < <
📍 Moscow #InterSystems Developer Community #Meetup 📍
  
  > > https://youtu.be/x3GcmUrdlU8 < <
📍 Moscow #InterSystems Developer Community #Meetup 📍
YouTube
  
  Migration to InterSystems IRIS Data Platform at Moscow InterSystems Developer Community Meetup 2018
  You're very welcome to discuss this recording on Developer Community — https://community.intersystems.com/post/moscow-intersystems-developer-community-meetup-2018
  InterSystemsDev via @like
Check the “Kubernetes and CI with #InterSystemsIRIS Data Platform” recording on #DeveloperCommunity YouTube:
> > https://youtu.be/5Tq-6AjgCew < <
📍Moscow #InterSystems Developer Community #Meetup📍
#Kubernetes #ContinuousIntegration
  
  > > https://youtu.be/5Tq-6AjgCew < <
📍Moscow #InterSystems Developer Community #Meetup📍
#Kubernetes #ContinuousIntegration
YouTube
  
  Kubernetes and CI with InterSystems IRIS Data Platform at Moscow InterSystems DC Meetup 2018
  You're very welcome to discuss this recording on Developer Community — https://community.intersystems.com/post/moscow-intersystems-developer-community-meetup-2018
  InterSystemsDev via @like
🎞 New #Video: Coding #AdventofCode 2018 with InterSystems #ObjectScript in Visual Studio Code
> > https://youtu.be/GyFJ67jqXCU < <
#VSCode #CodingTalk #InterSystems #DeveloperCommunity
  
  > > https://youtu.be/GyFJ67jqXCU < <
#VSCode #CodingTalk #InterSystems #DeveloperCommunity
YouTube
  
  Coding Advent of Code 2018 with InterSystems ObjectScript in Visual Studio Code
  ✔ Create InterSystems ObjectScript class in VSCode
✔ Solve Advent Of Code 2018 task
✔ Commit and push ObjectScript to GitHub
  ✔ Solve Advent Of Code 2018 task
✔ Commit and push ObjectScript to GitHub
InterSystemsDev via @like
❓ Csession with ## class command on a #Windows machine ❓
InterSystems #Caché #ContinuousIntegration #CI
http://ow.ly/MBFj30n1mHs
  
  InterSystems #Caché #ContinuousIntegration #CI
http://ow.ly/MBFj30n1mHs
InterSystems Developer Community
  
  csession with ##class command on a Windows machine
  Hi community.I'm trying to create a "setup" method to be called on a batch script but i'm getting the error  when I pass a string as an argument to this method.The idea is to c
  InterSystemsDev via @like
💡 How are stars counted? How InterSystems Caché eXTreme is used in #Gaia 💡
> > http://ow.ly/yRxg30n1mPc < <
#Caché #Databases #Java #JDBC #JavaExperience #Testing
  
  > > http://ow.ly/yRxg30n1mPc < <
#Caché #Databases #Java #JDBC #JavaExperience #Testing
InterSystems Developer Community
  
  How are stars counted? How InterSystems Caché eXTreme is used in Gaia
  Astronomers’ tools5 years ago, on December 19, 2013, the ESA launched an orbital telescope called Gaia. Learn more about the Gaia mission on the official website of the European Space Agency or in the
  InterSystemsDev via @like
Language features that you really should know from day 1 ✅ #ObjectScript #TipsAndTricks
http://ow.ly/wvFK30n1nqw
  
  http://ow.ly/wvFK30n1nqw
InterSystems Developer Community
  
  Language features that you really should know from day 1
  Here's a fun test to see how well you know ObjectScript.What will each of the following statements output? 
write 5 * 10 + 1
 
write 1 + 5 * 10
 
write 1 + 0 / 10
 
write 0 && 0 = 0
 
writ
  write 5 * 10 + 1
write 1 + 5 * 10
write 1 + 0 / 10
write 0 && 0 = 0
writ
InterSystemsDev via @like
What is best approach to parsing #CSV string to tab-delimited string? #Caché #ObjectScript #Parsing
http://ow.ly/hcwh30n2gXZ
  
  http://ow.ly/hcwh30n2gXZ
InterSystems Developer Community
  
  What is best approach to parsing CSV string to tab-delimited string?
  In PHP, I'm able to utilize the implode and str_getcsv functions to convert a comma-delimited string to a tab-delimited string. The following is an example. 
$strtotab = implode("\t", str_getcsv($str,
  $strtotab = implode("\t", str_getcsv($str,
InterSystemsDev via @like
Pagination with filters #WebDevelopment #Caché #ObjectScript #Jquery #Bootstrap
http://ow.ly/bkGg30n2h48
  
  http://ow.ly/bkGg30n2h48
InterSystems Developer Community
  
  Pagination with filters
  Working on a proyect with :Cache Object Script, Jquery and Bootstrap :I have a big problem to do pagination with parameter, to query filter and registry limitation, but i find a solution using session
  InterSystemsDev via @like
  
New App on #OpenExchange: Yape – Yet another pButtons extractor 💡
> > http://ow.ly/nDnk30n2h8q < <
#InterSystemsIRIS #Caché #DeepSee #iKnow #Ensemble #HealthShare #HealthConnect #Performance #Visualization #Analytics
  > > http://ow.ly/nDnk30n2h8q < <
#InterSystemsIRIS #Caché #DeepSee #iKnow #Ensemble #HealthShare #HealthConnect #Performance #Visualization #Analytics
InterSystemsDev via @like
  
Final of #AdventOfCode is nearby! Only 5️⃣ days left to win a FREE ticket to InterSystems Global Summit 2019! Details here: http://ow.ly/CEZD30mRiZW  
Hurry up! #ObjectScript #Contest #GlobalSummit19
  Hurry up! #ObjectScript #Contest #GlobalSummit19
InterSystemsDev via @like
🎞 Enjoy watching new #Video on #DeveloperCommunity YouTube:
Alexa: Connect Me with the World of #IoT
> > https://youtu.be/ZGYIdCTEqoQ < <
#GlobalSummit18 #InterSystemsIRIS #MachineLearning #Interoperability #Performance #Analytics #AmazonAlexa
  
  Alexa: Connect Me with the World of #IoT
> > https://youtu.be/ZGYIdCTEqoQ < <
#GlobalSummit18 #InterSystemsIRIS #MachineLearning #Interoperability #Performance #Analytics #AmazonAlexa
YouTube
  
  Alexa: Connect Me with the World of IoT
  This video explores how commodity Internet of Things (IoT) devices can be leveraged to increase business value, how you can interact with them on a technical...
  InterSystemsDev via @like
Please welcome the #Interview of Joe Lichtenberg and Vadim Fedorov about #InterSystems IRIS Data Platform! 👏🏼 #InterSystemsIRIS #DataPlatform
> > http://ow.ly/RDH330n3IFU < <
  
  > > http://ow.ly/RDH330n3IFU < <
CNews.ru
  
  Порядок в данных гарантирует успех цифровой трансформации
  В конце октября в Москве корпорация InterSystems представила принципиально новое решение. InterSystems IRIS Data Platform объединяет в себе систему управления базами данных, интеграционную платформу, а...
  InterSystemsDev via @like
What #Adapter to use for simply running a global check in InterSystems #Ensemble?
http://ow.ly/aj5X30n4oHm
  
  http://ow.ly/aj5X30n4oHm
InterSystems Developer Community
  
  ENSEMBLE: What Adapter do I use for simply running a global check in Ensemble
  Hi, I want to create a service which on start will simply go through a list of values in a global and compare dates. If criteria is met, it will send an email.But what kind of Adapter do I use? I see
  InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity]: Converting documents with #Caché and #LibreOffice 💡 #DevTools #Converting
> > http://ow.ly/ElFQ30n4p4B < <
  
  > > http://ow.ly/ElFQ30n4p4B < <
InterSystems Developer Community
  
  Converting documents with Caché and LibreOffice
  In this article I'll show you how you can easily convert between many different document formats, these to be precise:in: html, odt, doc, docx, rtf, sdw, txt...out: html, odt, docx, rtf, pdf, txt, tex
  InterSystemsDev via @like
  
🎞 [VIDEO] InterSystems #IRISforHealth in 60 seconds:
> > http://ow.ly/jE8Z30n4plN < <
#Healthcare #DataModel #FHIR #Cloud #AI #MachineLearning #APIManagement #Scalability
  > > http://ow.ly/jE8Z30n4plN < <
#Healthcare #DataModel #FHIR #Cloud #AI #MachineLearning #APIManagement #Scalability