I hereby claim:
- I am icflorescu on github.
- I am icflorescu (https://keybase.io/icflorescu) on keybase.
- I have a public key ASAwo3XSvUaJDxtvPADuq-b3Hpv3vL43eK-lYT9SEDPmJwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* | |
| Install deps: | |
| ( | |
| export PKG=eslint-config-airbnb; | |
| npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest" | |
| ) | |
| yarn add -D babel-eslint eslint-plugin-react-native | |
| */ |
| parser: babel-eslint | |
| extends: | |
| - eslint:recommended | |
| - plugin:react/recommended | |
| plugins: | |
| - react | |
| - react-native | |
| env: | |
| browser: true | |
| rules: |
| #!/bin/sh | |
| if [ "${1}" == '-p' ]; then | |
| export NODE_ENV=production | |
| fi | |
| # Clean JS & CSS in static folder | |
| rm -f static/* | |
| # Build assets & start application |
| ### | |
| It's incredibly easy to set-up a complex, SEO-friendly routing system using | |
| the powerful CoffeeScript regular expressions and destructuring assignment syntax (to parse/name route parameters). | |
| For instance, the code snippet below will respond to routes like: | |
| /offers/category-automobiles | |
| /offers/category-automobiles/make-alfa-romeo | |
| /offers/category-automobiles/make-alfa-romeo/model-159 |
| (function() { | |
| var __slice = [].slice; | |
| window.iced = { | |
| Deferrals: (function() { | |
| function _Class(_arg) { | |
| this.continuation = _arg; | |
| this.count = 1; | |
| this.ret = null; | |
| } |
| source 'https://rubygems.org' | |
| gem 'rails', '3.2.8' | |
| gem 'thin', '>= 1.4.1' | |
| gem 'slim', '>= 1.2.2' | |
| gem 'mongo_mapper', '>= 0.11.2' | |
| gem 'bson_ext', '>= 1.6.4' | |
| # Gems used only for assets and not required | |
| # in production environments by default. |
| <?php defined('SYSPATH') or die('No direct access allowed.'); | |
| /** | |
| * Accounts RESTful API controller. | |
| * | |
| * @package Nomisma | |
| * @category Controllers | |
| * @author Ionut-Cristian Florescu | |
| */ | |
| class Controller_Api_Accounts extends Controller_Api { |
| { | |
| "content": { | |
| "en": { | |
| "title": "Refreshing interior decoration for a studio", | |
| "description": "This project was part..." | |
| }, | |
| "ro": { | |
| "title": "Amenajare tinerească a unei garsoniere", | |
| "description": "Proiectul a fost realizat pentru..." | |
| } |