FREE IDE

CodeTyphon is our FREE “Pascal Visual Programming Studio”https://www.pilotlogic.com/sitejoom/index.php/projects.html——-LAZARUS https://www.lazarus-ide.org/What is Lazarus?Lazarus is a Delphi compatible cross-platform IDE for Rapid Application Development.MONO linux and macos for c# idehttps://www.mono-project.com/download/stable/1. Visual Studio CodeVisual Studio Code is…

Golang tutorials web site

https://go101.org/article/101.htmlhttps://softwaredevvideos.tumblr.com/go clean code https://github.com/Pungyeon/clean-go-article Tour of GoHow to Write Go CodeEffective Go—-Notes on the book Clean Code - A Handbook of Agile Software Craftsmanship by Robert C. Martinhttps://github.com/jbarroso/clean-code#error-handling—–

free Server Management

https://froxlor.org/index.phpvesta webmin https://fastpanel.direct/http://centos-webpanel.com/——Zpanel http://zpanelcp.sourceforge.net/Welcome to the official ZPanel website. ZPanel is a free and complete web hosting control panel for Microsoft® Windows™ and POSIX (Linux, UNIX and MacOSX) based servers. ZPanel is written…

external compilers resources

Compilers.netList of compilers and compiler search engine—-Free compilersMany links and tools. One of the best sites—Scriptol.orgProgramming languages and resources - compilers, IDE…——LibXMLLibXML - A package containing tools suitable for work…

golang Numeric Conversions

Atoi (string to int) i, err := strconv.Atoi(“-42”)——————————- Itoa (int to string). s := strconv.Itoa(-42)  ———————int64 to stringstr:= strconv.FormatInt(int64(165), 10)——————————- uint64 to string lastID := strconv.FormatUint(uint64(5656556666), 10) ——————————–string to  uint64 catID, _ := strconv.ParseUint(“string”, 10, 64)interface…

Outlook Araçları

ReliefJet ESSENTIALS for Microsoft Outlook : microsoft outlook un autocomplete olarak gelen isim listesini tekrar yüklemeye yedeklemeye yarar. İnceleENGLISH  Import, export and convert Outlook/Exchange items, folders, auto-complete lists and categories using…

mutlaka kurulması gereken windows yazılımları

format conventor – format factory http://www.pcfreetime.com/formatfactory/index.php?language=enresim görüntüleme yazılım http://pcfreetime.com/picosmos/index.php?language=enpaint.net https://www.getpaint.net/download.htmlninite https://ninite.com/kilit kaldırhttps://lockhunter.com/

go books

https://thewhitetulip.gitbooks.io/webapp-with-golang-anti-textbook/content/manuscript/02.5ObjectOriented.html