go to post Sergey Mikhailenko · Feb 11 Hello,Please add bonuses `Idea Implementation` to the `gateway-sql` project.https://ideas.intersystems.com/ideas/DPI-I-224
go to post Sergey Mikhailenko · Jan 25 DbVisualizer or SQL Data Lens. Probably they are good for those who use them. I did not know about these products, thanks. ^SECURITY Everything is fine with this program, but it does not allow you to do a selective upload. For example, I need to export not all users, but only certain attributes.
go to post Sergey Mikhailenko · Feb 23, 2022 Hey, here's another one-liner: Change password for preset users x "new $namespace,s,p,n set $namespace=""%SYS"",p(""Password"")=""NewPass123"" for n=""admin"",""cspsystem"",""iam"",""superuser"",""unknownuser"",""_system"",""_ensemble"" set s=##class(Security.Users).Modify(n,.p)"
go to post Sergey Mikhailenko · Feb 14, 2022 Propose No. 5 Create a new database and namespace with resources and mapping in interoperability and install a module from the register into it, for example "dc-one-liners" At the end of line No. 2 of the zpm installation: set $namespace="%SYS" do ##class(Security.SSLConfigs).Create("ssl") set r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ssl" do r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c") zpm "install zapm" zapm "newdb dc-one-liners" And you can create any number of such one-liners for all possible cases ;-)
go to post Sergey Mikhailenko · Feb 13, 2022 Great idea, thanks Eugene! But I think it is necessary to collect not so much beautiful one-line useful constructions, but more useful pieces of code, as it was in the projects:https://github.com/intersystems-community/code-snippetshttps://github.com/intersystems-community/objectscript-snippetshttps://github.com/eduard93/Utils
go to post Sergey Mikhailenko · Feb 12, 2022 There is a shorter line, from @Sergei Shutov zn "%SYS" d ##class(Security.SSLConfigs).Create("z") s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="z" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")
go to post Sergey Mikhailenko · Feb 3, 2022 Here are some useful projects for decorating a redme.md file, described in the article https://github.com/Ileriayo/markdown-badgeshttps://github.com/simple-icons/simple-iconshttps://github.com/ryo-ma/github-profile-trophyhttps://github.com/DenverCoder1/github-readme-streak-statshttps://github.com/Ashutosh00710/github-readme-activity-graphhttps://github.com/topics/visitor-counterhttps://github.com/anuraghazra/github-readme-stats
go to post Sergey Mikhailenko · Jan 24, 2022 Thank you Robert @Robert Cemper, your articles and projects are just wonderful. They are very useful for creativity for both the novice and experienced developer!