Skip to main content

Home/ InnoDev/ Group items tagged github

Rss Feed Group items tagged

Peter Vojtek

Git and Github secrets - 2 views

  •  
    slajdy o zaujimavych pripadoch pouzitia gitu - napriklad second-order diff - pride mi to inovativne a zabavne
adamhamsik

celkom pekna kniha o git z dielne Github - 2 views

https://github.com/pluralsight/git-internals-pdf/releases

started by adamhamsik on 07 Oct 13 no follow-up yet
Stano Bocinec

I was just asked to crack a program in a job interview - 1 views

  •  
    + part 2 http://erenyagdiran.github.io/I-was-just-asked-to-crack-a-program-Part-2/ zaujimavy kratky clanok o crackovani neznameho programu.
Peter Vojtek

Sdogruyol/awesome-ruby - 1 views

  •  
    A curated list of awesome Ruby frameworks, libraries and resources. Inspired by awesome-php & awesome-python.
Michal Holub

Non-Alphanumeric Ruby for Fun and Not Much Else - 0 views

  •  
    programovanie v Ruby bez pismen :)
Peter Vojtek

North is a set of standards and best practices for developing web based projects - 1 views

  •  
    North encourages an agile, content-first, approach to product development and a mobile-first, in-browser, system based approach to design and development.
Peter Vojtek

thoughtbot guide - 3 views

  •  
    Overené praktiky a zásady vývoja softvéru vo firme thoughbot.com (via rubyslava)
Peter Vojtek

Cocktails for programmers - 3 views

  •  
    je tam aj Ruby
Jozef Fulop

In-browser Rails console - 1 views

  •  
    Rails engine - moznost pouzit conzolu v prehliadaci... (Tato verzia je pre Rails 4, existuje vsak aj projekt pre Rails3.2)
Stano Bocinec

3 lessons learned running an open source company - 1 views

  •  
    It all sounds so straightforward: Put your code up on GitHub or start/join a project at the Apache Software Foundation (ASF), build a community of like-minded individuals, start a company, take in some funding, and then IPO. Or maybe not. One thing is certain: Running an open source company has unique challenges and opportunities.
Juraj Visnovsky

Idioms that lead to faster running Ruby code - 0 views

  •  
    Pomocka pri pisani rychlejsieho Ruby kodu. V ramci moznosti... :o)
Peter Vojtek

gitjk - Undo what you just did in git - 4 views

shared by Peter Vojtek on 28 May 14 - No Cached
  •  
    na ubuntu 14.04 som to nainstalovat takto: apt-get install npm npm install -g gitjk ln -s /usr/bin/nodejs /usr/bin/node alias gitjk="history 10 | tail -r | gitjk_cmd"
Stano Bocinec

Unix History Repository - 0 views

  •  
    commity Kernighana, Ritchieho, Bournea .. The goal of this project is to create a git repository representing the Unix source code history, starting from the 1970s and ending in the modern time. To fulfill this goal the project brings data from early snapshots, repositories, and primary research. The project aims to put in the repository as much metadata as possible, allowing the automated analysis of Unix history. The following table illustrates the type of material that can be gathered and integrated into the repository.
Stano Bocinec

ValdikSS/skype-poll-fix - 0 views

  •  
    skype-poll-fix - Reduce Skype CPU load on Linux and Mac OS - ak vam je kazdy kusok cpu timeu dobry, fix skutocne funguje
Peter Vojtek

The Ruby C API - 0 views

  •  
    The official Ruby interpreter is written in C. That means that everything you can do in Ruby, you can also do using function calls to Ruby's C API.
Peter Vojtek

Ruby in your shell - 3 views

shared by Peter Vojtek on 12 Nov 14 - No Cached
Stano Bocinec

Zaujimave security linky #1 - 2 views

http://sakurity.com/blog/2015/02/28/openuri.html - "Ruby: Using open-uri? Check your code - you're playing with fire! " http://blog.honeybadger.io/ruby-security-tutorial-and-rails-security-guide/ "...

security ssh programming linux android

started by Stano Bocinec on 04 Mar 15 no follow-up yet
Stano Bocinec

Comcast - Simulating shitty network connections so you can build better systems. - 1 views

  •  
    Testing distributed systems under hard failures like network partitions and instance termination is critical, but it's also important we test them under less catastrophic conditions because this is what they most often experience. Comcast is a tool designed to simulate common network problems like latency, bandwidth restrictions, and dropped/reordered/corrupted packets. It works by wrapping up some system tools in a portable(ish) way. On BSD-derived systems such as OSX, we use tools like ipfw and pfctl to inject failure. On Linux, we use iptables and tc. Comcast is merely a thin wrapper around these controls.
Juraj Visnovsky

has_many considered harmful - 2 views

  •  
    has_many is an anti-pattern which leads straight to monolithic applications. However, a simple inversion can free us from its grasp. What is the first model you added to your application? Probably User, right? So, once you wrote user.rb and its corresponding tests, and committed it - why did you ever open that file up again to tell it about something that it did not need to know existed? Rails keeps you from reopening user.rb if you add a column to the User table, and this is good, right? So why, when you added a Posts table far away, did you open up User again to make it aware of Posts? Did the definition of being a user change? Did you did not realize you were violating the Open-Closed Principle, one of the 5 principles of SOLID design? Somewhere inside I bet you knew it felt dirty to keep opening up User and making it aware of things that it had been blissfully unaware of.
1 - 20 of 21 Next ›
Showing 20 items per page