Skip to main content

Home/ Webpulser/ Group items tagged dos

Rss Feed Group items tagged

kamtorus

Google's Panda ranking algorithm changes SEO forever - 0 views

  • Machine learning is a computer technique that uses pattern recognition to cluster together similar things. What Google is doing with machine learning is clustering good search results and separating them from bad search results. How do they do that? They have people working as search quality raters to decide which search results contain quality information and which doesn't.
guillaumewp

Git: use revert or checkout to undo pushed changes? - Stack Overflow - 3 views

  •  
    In Short, I often have 20-30 local branches, one for each feature I am working on. They tend to be tested individually first. Occasionally, I create a new branch test and merge everything into that branch and do all the tests together. To track conflicts across branches I use git rerere. The advantage is that I can decide when a feature is stable enough to push to others.
kamtorus

Fast Tests With and Without Rails - Destroy All Software Screencasts - 0 views

  •  
    Rails' startup can make running tests, and especially doing TDD, painful. You can escape this for most tests by moving code into the lib directory and testing it outside of Rails. We'll look at the performance of tests with and without Rails, as well as how I configure my environment to automatically skip loading it when possible. The script mentioned at the end of this screencast is available for download.
Petit Vianney

OVH Tasks - Security incident - 0 views

  •  
    A few days ago, we discovered that the security of our internal network at our offices in Roubaix had been compromised. After internal investigations, it appeared that a hacker was able to obtain access to an email account of one of our system administrators.
anodoor

Ruby on Rails: Download - 0 views

shared by anodoor on 03 Feb 11 - Cached
  • ls. Ruby 1.8.6 and earlier are not supported, neither is version 1.9.1. Source: Compile it yourself Windows installer: Ruby, popular extensions, editor OS X 10.4: Ships with broken Ruby, follow this guide OS X 10.5: Included with developer tools(then do "gem update rails")
  •  
    ed ededed ed
kamtorus

Why Rubyists Should Care About Messaging (A High Level Intro) - 1 views

  • There are many reasons for using messaging in your applications. It can help you: improve response times by doing some tasks asynchronously reduce complexity by decoupling and isolating applications build smaller apps that are easier to develop, debug, test, and scale build multiple apps that each use the most suitable language or framework versus one big monolithic app get robustness and reliability through message queue persistence potentially get zero-downtime redeploys distribute tasks across machines based on load
1 - 12 of 12
Showing 20 items per page