🦀
Become crab.
Hiraya Manawari!
-
Cebu Institute of Technology - University
- Las Islas Filipinas
-
13:50
(UTC +08:00) - anythinglindrew.blogspot.com
Highlights
- Pro
Pinned Loading
-
C# - Evaluate a mathematical express...
C# - Evaluate a mathematical expression as a string 1/*
2An implementation of the Evaluate() function,
3similar to other programming languages,
4wherein it evaluates string as an expression.
5 -
C# - Null Checking Using C# 7 Discar...
C# - Null Checking Using C# 7 Discards and the C# 9 Way 1/**********************************************************************************
2Discards (_) do not take up memory. These were introduced in C# 7.
34This code evaluates if variable name has a value then return. Else, throw ANE.
5Additionally, it uses the null-coalescing operator for null checks.
-
Visual Basic Application Module to s...
Visual Basic Application Module to send mass emails with different attachments per recipient 1Sub SendEmailsWithAttachments()
2Dim OutlookApp As Outlook.Application
3Dim MailItem As Outlook.MailItem
4Dim Recipients As Excel.Worksheet
5Dim i As Integer
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.