Skip to content

Instantly share code, notes, and snippets.

View rixlabs's full-sized avatar

Riccardo Causo rixlabs

View GitHub Profile
@schocco
schocco / git-features-u-should-start-using.md
Last active April 3, 2018 08:11
git features that you should start using

git features that you should start using

A collection of basic and advanced features which come in handy for developers but are not known or used by many among us.

First of all: don't be afraid of command line interfaces!

Managing the git history

rewriting with interactive rebase and amend searching in the history https://git-scm.com/book/en/v2/Git-Tools-Searching

@btroncone
btroncone / rxjs_operators_by_example.md
Last active July 16, 2023 14:57
RxJS 5 Operators By Example
@giladmanor
giladmanor / bridge.rb
Created December 15, 2013 11:54
Requires JRUBY!!!! This little thing helps us lazy people in connecting java and ruby classes. Pop the javable.rb into your lib and include it where ever you want to use it. this GITS includes: the javable.rb => does all the work the javable_init.rb => helps you initialize and have this injected into whatever (see instructions at the end of the …
require 'javable'
#this example uses neo4j.rb.
class Bridge < Neo4j::Rails::Model
include Javable
require_jar_folder #by default imports all .jar files from lib/
def initialize
super
#Create a ruby instance from the full java class name