Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • site_connection ... : development: sample: host: sample.myapp.local port: 80 protocol: http test: sample: host: test.myapp.com port: 80 protocol: http production: sample: host: sample.myapp.com port: 80 protocol: https user: ...
  • 3scale_ws_api_for_ruby ... to create a client with a given host and port when connecting to an on-premise instance of ... client = ThreeScale::Client.new(provider_key: 'your_provider_key', host: 'service_management_api.example.com', port: 80) ``` Because the object is stateless, you ...
  • merb_mail_queue ... => :activerecord } Merb::MailQueue.load_plugin! Merb::Mailer.config = { :host => 'mail.your-domain.com', :port => '25', :user => 'webmaster', :pass => 'supersecret', :auth => :plain, # :plain, :login, :cram_md5, ...
  • action_mailer_tls ... railscasts.com/episodes/85-yaml-configuration-file) like development: smtp_settings: address: smtp.gmail.com port: 587 authentication: :plain ... and just do ActionMailer::Base.smtp_settings = APP_CONFIG[' ...
  • pony ... .mail(:to => 'you@example.com', :via => :smtp, :smtp => { :host => 'smtp.yourserver.com', :port => '25', :user => 'user', :password => 'pass', :auth => :plain, # :plain, :login, :cram_md5, no auth by default ...
  • http-switchboard ... uses a single AddressBook that returns a 'random' host/port combo with no real load balancing in mind. == ... :port => 3001}, {:host => 'v1-1-6.backends.mysite.com', :port => 3002}] -> SBOperator The Switchboard's AddressBook determines that ...
  • erlcfg ... a simple config file format. # Comment @schema("/path/to/schema"); #a schema directive common { appserver = "www.appserver.com"; port { ami = 5038; rest = 9119; } } general { listen = ("192.168.5.3", "168.99.5.23"); ...
  • mail ... do retriever_method :pop3, :address => "pop.gmail.com", :port => 995, :user_name => '', :password => '', :enable_ssl ...
  • simple_settings ... : 'mydrb.com' port: 9090 development: <<: *my_settings testing: <<: *my_settings production: <<: *my_settings xmpp: server: 'myxmpp.com' port: 80 == Acknowledgements Michael Bleigh, for his awesome Mash gem.
  • twitterino ... .c**: should be copy-pasted into Arduino IDE and uploaded to [Arduino][2] board. **processing.java**: open using Processing IDE and change COM port name, Twitter e-mail and password. Download [Twitter4j][1] package and add ...