InterSystemsDev via @like
Translate a Number to Text #Caché #Git #Tools #TipsAndTricks
https://community.intersystems.com/post/translate-number-text
https://community.intersystems.com/post/translate-number-text
InterSystemsDev via @like
Validate Email Address with non-English characters #CodeSnippet #InterSystemsIRIS #ObjectScript #TipsAndTricks
https://community.intersystems.com/post/validate-email-address-non-english-characters
https://community.intersystems.com/post/validate-email-address-non-english-characters
InterSystems Developer Community
Validate Email Address with non-English characters
The following code snippet is a REGEX that validates characters that are not in English, as well as English characters. The class method "test" takes an email address and validates it based on this ad
InterSystemsDev via @like
Translate a Number to Text (Part II) #Caché #Git #Tools #TipsandTricks #CodeSnippet
http://ow.ly/CsaK30lr3nT
http://ow.ly/CsaK30lr3nT
InterSystemsDev via @like
Implementing concurrent access to shared resources using Semaphores #Caché #Tutorial #TipsAndTricks #ConcurrentWork
http://ow.ly/JADm30mk2ie
http://ow.ly/JADm30mk2ie
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
💡 [#BestPractice on #DeveloperCommunity] Terminal tip: Running OS-level commands #Caché #Terminal #TipsAndTricks
> > http://ow.ly/qeDC30n74S8 < <
> > http://ow.ly/qeDC30n74S8 < <
InterSystems Developer Community
Terminal tip: Running OS-level commands
When working at the Caché command prompt I sometimes want to run an operating system command on the server host. By prefixing my command line with ! or $ I can do this with ease. The following example
InterSystemsDev via @like
Tar compress tool in ObjectScript 💡
>> http://ow.ly/YIY030o5TQZ <<
#ObjectScript #DevelopmentEnvironment #Tar #GZIP #Tools #TipsAndTricks #OpenExchange
>> http://ow.ly/YIY030o5TQZ <<
#ObjectScript #DevelopmentEnvironment #Tar #GZIP #Tools #TipsAndTricks #OpenExchange
InterSystemsDev via @like
How to Setup #InterSystemsIRIS Container to Use OS-Level Authentication Programmatically? #HowTo #Containers #Containerization #TipsAndTricks
>> http://ow.ly/r1rJ50uqf3D <<
>> http://ow.ly/r1rJ50uqf3D <<
InterSystems Developer Community
How to Setup InterSystems IRIS Container to Use OS-Level Authentication Programmatically
Hi Community!When you run IRIS container out-of-the-box and connect to it via terminal e.g. with:
docker-compose exec iris bash
You see something like:
root@7b19f545187b:/opt/app# irisses
docker-compose exec iris bash
You see something like:
root@7b19f545187b:/opt/app# irisses
InterSystemsDev via @like
[#BestPractice on #DeveloperCommunity] Writing better-performing loops in Caché ObjectScript >> http://ow.ly/RsTC50v0ZwE
#Caché #ObjectScript #CodeSnippet #CodingGuidelines #TipsAndTricks
#Caché #ObjectScript #CodeSnippet #CodingGuidelines #TipsAndTricks