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
Forwarded from பப்பு 🦜 தி டெக்கி 👩💻
http://smartmanoj.blogspot.com/2018/06/awesome-telegram-bots.html
SMARTMANOJ: Awesome Telegram Bots
SMARTMANOJ: Awesome Telegram Bots
Blogspot
Awesome Telegram Bots
Awesome Tricks
I use Neighbourly to ask my neighbors questions and get useful answers.
Try it out with me? https://nbly.app.goo.gl/share
Try it out with me? https://nbly.app.goo.gl/share
Google
Neighbourly Help
Official Neighbourly Help Center where you can find tips and tutorials on using Neighbourly and other answers to frequently asked questions.