I hereby claim:
- I am darph on github.
- I am darph (https://keybase.io/darph) on keybase.
- I have a public key whose fingerprint is EE38 60B3 78C9 998B 39A4 65AC 0208 EE49 293F 2444
To claim this, I am signing this object:
| zh:大家好 | |
| jp:今日は | |
| thai:สวัสดี | |
| ko: 안녕하세요 |
I hereby claim:
To claim this, I am signing this object:
| # rexify OS X - install (R)?ex on OS X | |
| # Installing (R)?ex (http://www.rexify.org) on OS X is a bit more involved | |
| # and the documentation recomends MacPorts (https://macports.org/), even though | |
| # we've collectively moved on towards the excellent Homebrew (http://brew.sh). | |
| # They also suggest using perlbrew (http://perlbrew.pl), but then proceed | |
| # installing Rex globally requiring sudo, which is exactly what perlbrew tries to | |
| # avoid. Luckily Rex is available as a cpan module. | |
| # | |
| # I also installed homebrew in a different directory, in order to support multiple |
| use Rex -base; | |
| use YAML; | |
| use Data::Dumper; | |
| desc 'read from yaml'; | |
| task 'readyaml', sub { | |
| my $yaml_info = YAML::LoadFile('info_in.yml'); | |
| say Dumper($yaml_info); | |
| }; |
| # This describes how you can connect your ninjablock to your own mqtt server | |
| # It is not the best manual, so please provide feedback | |
| # First of you have to start with the "beta" image found at: https://discuss.ninjablocks.com/t/unstable-brand-new-image-for-your-block/1666 | |
| # Or direct link if you must: http://ninjablocks-nightly.s3.amazonaws.com/block/ubuntu_armhf_trusty_sterling_block-unstable_2014-07-16_1044.img.gz | |
| # Then put that on an sdcard (like you normally would) | |
| # Put it in the ninjablock | |
| # Let it boot!! | |
| # power off (upon first boot it creates a ssh key (needed for enabling ssh)) | |
| # power on |
| class MyJob < ActiveJob::Base | |
| queue_as :urgent | |
| rescue_from(NoResultsError) do | |
| retry_job wait: 5.minutes, queue: :default | |
| end | |
| def perform(*args) | |
| MyService.call(*args) | |
| end |
| $ gem install nokogiri -- \ | |
| --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libxml2 \ | |
| --use-system-libraries |
#Meta Tags
<!---favicon-->
<link rel="icon" href="http://www.example.com/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://www.example.com/favicon.ico" type="image/x-icon">
<!--Apple Touch Icon for iPad and iPhone Meta Tag-->
<link rel="apple-touch-icon" href="http://www.example.com/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="http://www.example.com/apple-touch-icon.png">