I hereby claim:
- I am rlazoti on github.
- I am rodrigolazoti (https://keybase.io/rodrigolazoti) on keybase.
- I have a public key whose fingerprint is 2DB2 ACF1 89E0 5EE5 8319 CBB8 8A73 9E3E 877F 83DC
To claim this, I am signing this object:
| unbind C-b | |
| unbind l | |
| set -g prefix C-a | |
| bind-key C-a last-window | |
| bind up resize-pane -U 1 | |
| bind down resize-pane -D 1 | |
| bind left resize-pane -L 1 | |
| bind right resize-pane -R 1 | |
| #enable itunes notification in the dock | |
| defaults write com.apple.dock itunes-notifications -bool TRUE | |
| defaults write com.apple.dock notification-always-show-image -bool TRUE | |
| #show hidden files in the Finder | |
| defaults write com.apple.Finder AppleShowAllFiles YES | |
| #expand save panel by default | |
| defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true |
| module Fluent | |
| class HbaseOutput < Fluent::BufferedOutput | |
| Fluent::Plugin.register_output('hbase', self) | |
| def initialize | |
| super | |
| require 'rubygems' | |
| require 'stargate' |
| //FightCode can only understand your robot | |
| //if its class is called Robot | |
| var Robot = function(robot) { | |
| }; | |
| Robot.prototype.onIdle = function(ev) { | |
| var robot = ev.robot; | |
| robot.ahead(100); |
| @Resource | |
| public class AuthenticationController { | |
| private AuthenticationControl authenticationControl; | |
| public AuthenticationController(AuthenticationControl authenticationControl) { | |
| this.authenticationControl = authenticationControl; | |
| } | |
| @Login |
| Module("MyModule", function(MyModule) { | |
| function privateMethod() {} | |
| MyModule.fn.publicMethod = function() {}; | |
| }); |
| import java.util.ArrayList | |
| import scala.collection.JavaConversions._ | |
| import com.stumbleupon.async.{Callback, Deferred} | |
| import org.hbase.async.{HBaseClient, KeyValue, Scanner} | |
| import com.twitter.util.{Future, Promise, Return, Throw} | |
| /** Converts a Deferred into a Future. */ | |
| implicit def futureFromDeferred[A](d: Deferred[A]): Future[A] = { | |
| val promise = new Promise[A] | |
I hereby claim:
To claim this, I am signing this object:
| import Foundation | |
| func add(a: Int, b: Int) -> Int { return a + b } | |
| func sub(a: Int, b: Int) -> Int { return a - b } | |
| func calculate(a: Int, b: Int, fn: (Int, Int) -> Int) -> Int { return fn(a, b) } | |
| let sumOfTwoNumbers = calculate(10, 20, add) | |
| let subOfTwoNumbers = calculate(30, 28, sub) |
Those are my personal notes on AWS Solution Architect certification preparation. Hope you find them usefull.
To pass AWS certification, you should have: