Forwarded from மனோஜ்குமார் பழனிச்சாமி
Buddhaimonia
6 Awesome Zen Stories That Will Teach You Important Life Lessons — Buddhaimonia
Zen has a rich tradition of storytelling. Actually, just about the entire human race has a rich history of storytelling. Why do we like stories so much? Because we can identify with them. Stories, whether real or not, pull and tug at our emotions. We connect…
Forwarded from மனோஜ்குமார் பழனிச்சாமி
import requests;r=requests.get('http://x.com');print(r.text)
Convert to Java/kotlin
Convert to Java/kotlin
import com.github.kittinunf.fuel.httpGet
import com.github.kittinunf.result.Result
import com.github.kittinunf.fuel.Fuel
import com.github.kittinunf.fuel.core.*
fun main(args: Array<String>) {
println("Hello Kotlin!")
val (request, response, result) = "http://example.com".httpGet().responseString() // result is Result<String, FuelError>
print(response)
print(2)
}
import com.github.kittinunf.result.Result
import com.github.kittinunf.fuel.Fuel
import com.github.kittinunf.fuel.core.*
fun main(args: Array<String>) {
println("Hello Kotlin!")
val (request, response, result) = "http://example.com".httpGet().responseString() // result is Result<String, FuelError>
print(response)
print(2)
}
Forwarded from மனோஜ்குமார் பழனிச்சாமி
http://smartmanoj.blogspot.com/2017/06/awesome-chrome-extensions.html
SMARTMANOJ: Awesome Chrome & Firefox Extensions
SMARTMANOJ: Awesome Chrome & Firefox Extensions