...sorting and columns, you get a lean, superfast ls that prints "live" as it reads: $> ls -f -1 file1 file2 ... file9999 file10000
...application used keyboard shortcuts to navigate around its interface. But Google apps like Google Reader and Gmail changed that. So, I have created a function to make adding shortcuts to...
...is not possible If you want to know more about constant lookup in ruby read "Everything you ever wanted to know about constant lookup in Ruby...
...only one node writable at any time). The toolset also has the ability to read balance standard master/slave configurations with any number of slaves, so you can use it to...
The __END__ keyword tells Ruby where a file ends – but you don't have to stop there. Any text you...
...important status codes also have a symbol alias, which makes your code easier to read: render 'results', status: :bad_request Attached is a list of available symbol values for :status...
...Directory and API for web fonts could have a transformative effect on how we read the web. The only problem is, Google has made it very difficult to download all...
...do not need to know this for web development, but it's an interesting read...
...recently was \x. It gives you an expanded display which allows you to actually read the results of your select * from queries. The link below describes a few more useful...
...helpful new method for ActiveRecord queries: where.not. It can make clunky queries easier to read...
Read the linked article together with this reply to get an appreciation for why it's a bad idea to roll your own crypto protocol...
...make the RSpec matcher of the authorization solution Consul work with Rspec 2.x read the following blog post...
...have developed some great techniques that make it much easier to organize, write, and read stylesheets in an application
Reads Active Record's validations and makes them available to live client side javascript
Cache Money is a plugin for ActiveRecord that transparently provides write-through and read-through caching functionality using Memcached. With Cache Money, queries are automatically cached for you; and similarly...
Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master
...access token for all submodules you want to have access to with the setting read_repository Add the secrets as environment variable to the main project you want to have...
...with insufficient access rights: Cloning into '/builds/manager/customer-1'... Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository...
...dev zlib1g-dev libncurses5-dev Some things that will be helpful when using rbenv: Read our basic introduction to rbenv Every time you notice a message like rbenv: version...
As it's quite hard to use a screen reader when you have never done so before, I added a guide on how to visually review the spoken text instead...
...Debugging Orca's Output We can visually review everything the screen reader says by hacking together a real-time transcript of Orca's speech. To do so, run orca in...
Best results in other decks
...noise. Add it to your .bashrc or .zshrc. tg() { terragrunt $@ | grep -v "Refreshing state...\|Reading...\|Read complete after" } tf() { terraform $@ | grep -v "Refreshing state...\|Reading...\|Read complete after" }
Get database read adapter /* @var $adapter Varien_Db_Adapter_Interface */ $adapter = Mage::getSingleton('core/resource') ->getConnection('core_read'); Get database write adapter /* @var $adapter Varien_Db_Adapter_Interface */ $adapter = Mage::getSingleton...