Article on GTPRN on rural connectivity
This is my personal digital portal. I am into wireless technology, standardization and passionate about programming. Posts in my portal are explicitly personal opinion and is not endorsement of my current or previous employers.
The portal is the home for my blog posts and articles in addition to those that I usually post on #LinkedIn, Medium or twitter.
Sendil Kumar
This is an interesting topic
But also learn python
whenever you get time
print("Hello World")
for k in range(10):
print(k)
is this working ? \(x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\)
func fromMarkDown(mdstr []byte) []byte {
// newstr := blackfriday.MarkdownCommon(str)
htmlstr := blackfriday.MarkdownCommon(mdstr)
fmt.Printf("OUTPUT %s", htmlstr)
return htmlstr
}
wow this work ? \[ x = {-b \pm \sqrt{b^2-4ac} \over 2a} \]
$$x^2=3
x^2+y^2=z
Hope you can see the code ??