I hereby claim:
- I am tekin on github.
- I am tekin (https://keybase.io/tekin) on keybase.
- I have a public key whose fingerprint is FB9F BD4D 775C E14B F481 1BB1 4AB5 9526 95A5 5C7E
To claim this, I am signing this object:
| def SomeAuthController < ApplicationController | |
| def twitter_auth | |
| request_token = twitter_consumer.get_request_token(:oauth_callback => twitter_callback_credentials_url) | |
| session['twitter_request_token'] = request_token.token | |
| session['twitter_request_secret'] = request_token.secret | |
| redirect_to request_token.authorize_url | |
| end | |
| def twitter_callback |
| tekin@anikulapo:~/projects/crowd.fm$ rake stats | |
| +----------------------+-------+-------+---------+---------+-----+-------+ | |
| | Name | Lines | LOC | Classes | Methods | M/C | LOC/M | | |
| +----------------------+-------+-------+---------+---------+-----+-------+ | |
| | Controllers | 922 | 777 | 30 | 123 | 4 | 4 | | |
| | Helpers | 190 | 159 | 0 | 23 | 0 | 4 | | |
| | Models | 1266 | 978 | 26 | 151 | 5 | 4 | | |
| | Libraries | 2691 | 2051 | 23 | 250 | 10 | 6 | | |
| | Integration tests | 1112 | 883 | 26 | 3 | 0 | 292 | | |
| | Functional tests | 2219 | 1957 | 28 | 18 | 0 | 106 | |
I hereby claim:
To claim this, I am signing this object:
| # Stick this in your home directory and point your Global Git config at it by running: | |
| # | |
| # $ git config --global core.attributesfile ~/.gitattributes | |
| # | |
| # See https://tekin.co.uk/2020/10/better-git-diff-output-for-ruby-python-elixir-and-more for more details | |
| *.c diff=cpp | |
| *.h diff=cpp | |
| *.c++ diff=cpp | |
| *.h++ diff=cpp |