RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Do. Or Do Not. There Is No Try - Object#try Considered Harmful

Object#try is quite a commonly used method in Rails applications to cover cases where there is a possibility of dealing with a nil value or to provide flexible interface for handling cases where some kind of object doesn’t necessarily implement given method. Thanks to try, we may avoid getting NoMethodError. So it seems like it’s perfect, right? No NoMethodError exception, no problem? [more inside]

blockchain-lite gem v1.1 adds proof-of-work blocks - build your own blockchains

Hello, I’ve updated the ready-to-use out-of-the-box enterprise-strength blockchain library called blockchain.lite. What’s news? Now includes a new proof-of-work block type that lets you mine for lucky numbers when computing the crypto hash. Revolutionize the world with blockchains, blockchains, blockchains one block at a time. Happy blockchaining with ruby.

Using the scikit-learn Python machine learning library in Ruby using PyCall

In this post we will use the scikit-learn Python library to build a SVM handwritting classifier inside a Ruby application. We will show how to load the Python library in Ruby and highlight some of the differences you’ll need to know to use the sci-kit learn toolbox from Ruby. Read more: https://www.practicalai.io/using-scikit-learn-machine-learning-library-in-ruby-using-pycall/

Watch out for Ruby blocks scope gotcha

Blocks are probably one of the best parts of Ruby. They bring much of its flexibility and power. They have their own scope and can be used to create closures. This lead me to introduce a bug in an app recently. Read more…

visit our sites https://www.mo3adla.com/ …
visit our site https://www.noon-code.com/ …
visit our sites https://www.careolder.com/ https://www.careolder.com/%d8%…
http://mcafee-activate-key.com/ http://how-to-setup.net/norton-setup/ http://se…

Social Media Monitoring with Source Code

Apphera 3.0 is about to be released and comes as annual subscription including Ruby source code. Besides social media monitoring (Twitter, Facebook etc) we added comprehensive competitor analyses and also new with Email campaign tools including a data miner to extract emails from the Internet for business to business (!!) campaigns (don’t spam please). As always I will also add a open source/free version of my Rails based platform. This time I added a Node-Red based tool to the mix as it allows to create work flows in a graphical way.

can you share the link to download and feature list please

blockchain-lite library / gem - build your own blockchain with crypto hashes in ruby

Hello, I’ve bundled up the blockchain.rb sample from Awesome Blockchains into a ready-to-use out-of-the-box enterprise-strength blockchain library called blockchain.lite. Use like: b0 = Block.first( "Genesis" ); b1 = Block.next( b0, "Transaction Data..." ) ... and so on. Revolutionize the world with blockchains, blockchains, blockchains one block at a time. Happy blockchaining with ruby. PS: Proof-of-work upcoming :-)

http://www.uggs--outlet.net http://www.guessfactorycanada.ca http://www.poloout…

tty-file v0.4.0 release

The latest tty-file apart from bug fixes adds a new tail_file api which can be used for reading files backwards. By default 10 lines are read which can be configured. Enjoy!

Loading older posts