This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.9.3p194 :008 > pp JSON.parse(HTTPI.post( "http://safertaxi.com.ar/proxy.php?route=/backend/cars/near_me", "data[location][longitude]=-58.493&data[location][latitude]=-34.62062").body) | |
[{"Car"=> | |
{"latitude"=>"-34.600246650000000", | |
"longitude"=>"-58.465137900000000", | |
"plate"=>"LLS072", | |
"driver_id"=>39973, | |
"id"=>1018, | |
"Driver"=> | |
{"is_available"=>false, | |
"id"=>39973, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gmail says: | |
Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning [email protected] does not designate 190.224.160.24 as permitted sender) [email protected]; dkim=neutral (bad format) [email protected] | |
host -t TXT mailing.sumavisos.com ns5.zoneedit.com | |
Using domain server: | |
Name: ns5.zoneedit.com | |
Address: 50.22.254.144#53 | |
Aliases: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Tor | |
class Controller | |
def signal(name) | |
send_command(:signal,name) | |
read_reply | |
end | |
end | |
end |
NewerOlder