Job listing - C++ programmer. Full time. Bitcoin startup near Ottawa

forum.bitcoin.org

A post on the Bitcoin forum reads:

We would like to hire at least 1 (and up to 3) full time programmer in the Gatineau city of Canada, for a Bitcoin startup. This is a paid position. We require strong c++ skills and socket programming skills. If interested let me know and I will arrange an interview.

Conpensation is to be based on experience and skillset.

Contact the original poster (OP) ahtremblay for inquire.

Perl Socket Test

I’ve had to make a decent number of scripts lately to do just a quick test to see if a port is open on large list of servers. Instead of writing a shell script and using telnet for this (which can be inconvenient), Perl’s IO::Socket socket module works extremely well and is very simple! If I just need to do a quick test to see if a service is listening on port 80, I could just do the below:

#!/usr/bin/perl -w
use strict;
use IO::Socket;

my $host = 192.168.1.1;
my $port = 80;
my $socket = new IO::Socket::INET ( PeerAddr => $host,
                                                        PeerPort  => $port,
                                                        Proto      => ‘tcp’,
                                                        Timeout  => ‘2’,
                                                      );
if ($socket) {
    print “Connected to $host!\n”;
    close ($socket);
}
else {
    print “Cannot connect to $host!\n”;
}

That’s it! You can easily feed it a list from a file with a while loop or from an argument.

Stanley 92-839 Black Chrome and Laser Etched Socket Set, 99-Piece

Guarantee.Black Life supplys sharp chrome seem higher corrosion-Drive design resistance.Max torque.Case 15% giving extra convenient software for storage and go from facet to facet.99 black chrome and laser etched socket set piece previous partner or greater than the comparable ANSI for sockets and ratchets. Stanley 82-839 Black Chrome and Laser Etched Socket Set includes 99 pieces that meet or exceed the Institute of the American National Standards (ANSI) specs for combination wrenches, sockets, and ratchets. Etched sockets provide high visibility laser markings, making it easier to research than normal outlets scored. Supplys a black chrome appear more closely and corrosion resistance in comparability with regular chrome sockets. Allowing A 2-piece cases do away with the lid and let the case again to be used as a tray drawer. Are simple to interchange the case quilt provides protection and a to hand software for travel.

Versatile, rugged and designed to operate duties effectively. Designed to meet the similar old prime quality and efficiency. See video for Stanley Tool Sets. For sockets and ratchets Stanley Stanley sockets characteristic the proprietary Max-Drive design, a novel radius corner design featuring a pair of 15 per cent extra, making it easy to tighten fasteners and simplifies the turning of rounded nooks. This expertise to help reduce wear on the contact closure without external PC 5 of the fastener, so nonetheless as remaining yr. This assists scale again slipping frozen or rusted fasteners ..Stanley 92-839 Black Chrome and Laser Etched Socket Set, 99-Piece

Loading more posts...