This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
en: | |
yes: "Yes" | |
no: "No" | |
select_country: "Country" | |
select_city: "City" | |
your_invoice: "YOUR INVOICE" | |
invoice_footer: "Shipton et Heneage SARL, 11 rue de Luynes, 75007 Paris, France RCS PARIS B 392 156 816 - SARL au capitale de 150.000€" | |
no_search_results: "Sorry, no search results" | |
search_tips: "SEARCH TIPS" | |
tip_1: "Check the spelling" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.example.evilball; | |
import android.os.Bundle; | |
import android.support.v4.app.Fragment; | |
import android.support.v7.app.ActionBarActivity; | |
import android.view.LayoutInflater; | |
import android.view.Menu; | |
import android.view.MenuItem; | |
import android.view.View; | |
import android.view.ViewGroup; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class='black'> | |
dassad | |
<div class='gradient'></div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Typowy warszawski tramwaj w porze letniej. | |
Smród potu, nasączonej lekami gazy i starych ludzi. Zapewne wszyscy jak jeden mąż jedziemy do lekarza. | |
Ulica Grójecka, chociaż mało kto nią przecież jeszcze jeździ do Grójca. Przystanek Hale Banacha. Przy drzwiach stoi kobieta typu azjatyckiego. Stawiam na Tolka Banana, że pani jest Wietnamką. | |
Wiek późno-średni wymuszony. W rodzinnym narzeczu prowadzi głośną rozmowę przez telefon. Z polskiej perspektywy ciężko stwierdzić, jakie towarzyszą jej przy tym emocje. W Gruzji miałem wrażenie, że wszyscy są na siebie wściekli i lada moment rzucą się na siebie z pięściami a finalnie lądowali jedynie w swoich ramionach bynajmniej nie w klasycznym nelsonie. Chinka z Wietnamu sprawia w każdym razie wrażenie rozgorączkowanej. To pewnie przez ten upał. Stojąca obok niej kobieta, w wieku statecznym blisko-emerytalnym, ubrana w luźną marynarkę wykazuje się wyjątkowym brakiem luzu. | |
- Could you shut down? Please? | |
Zwraca się do współpasażerki. W tramwaju głośno przez telefon rozmawia je |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Typowy warszawski tramwaj w porze letniej. | |
Smród potu, nasączonej lekami gazy i starych ludzi. Zapewne wszyscy jak jeden mąż jedziemy do lekarza. | |
Ulica Grójecka, chociaż mało kto nią przecież jeszcze jeździ do Grójca. Przystanek Hale Banacha. Przy drzwiach stoi kobieta typu azjatyckiego. Stawiam na Tolka Banana, że pani jest Wietnamką. | |
Wiek późno-średni wymuszony. W rodzinnym narzeczu prowadzi głośną rozmowę przez telefon. Z polskiej perspektywy ciężko stwierdzić, jakie towarzyszą jej przy tym emocje. W Gruzji miałem wrażenie, że wszyscy są na siebie wściekli i lada moment rzucą się na siebie z pięściami a finalnie lądowali jedynie w swoich ramionach bynajmniej nie w klasycznym nelsonie. Chinka z Wietnamu sprawia w każdym razie wrażenie rozgorączkowanej. To pewnie przez ten upał. Stojąca obok niej kobieta, w wieku statecznym blisko-emerytalnym, ubrana w luźną marynarkę wykazuje się wyjątkowym brakiem luzu. | |
- Could you shut down? Please? | |
Zwraca się do współpasażerki. W tramwaju głośno przez telefon rozmawia je |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch -m old_branch new_branch # Rename branch locally | |
git push origin :old_branch # Delete the old branch | |
git push --set-upstream origin new_branch # Push the new branch, set local branch to track the new remote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."" DESC LIMIT 1 | |
PG::SyntaxError: ERROR: zero-length delimited identifier at or near """" | |
LINE 1: ...RE "users"."deleted_at" IS NULL ORDER BY "users"."" DESC LI... | |
^ | |
: SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."" DESC LIMIT 1 | |
ActiveRecord::StatementInvalid: PG::SyntaxError: ERROR: zero-length delimited identifier at or near """" | |
LINE 1: ...RE "users"."deleted_at" IS NULL ORDER BY "users"."" DESC LI... | |
^ | |
: SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."" DESC LIMIT 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def safe_sort(array) | |
array.sort | |
rescue Support::AllExceptionsExceptOnesWeMustNotRescue | |
array | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class BooksCollection extends React.Component { | |
constructor(props) { | |
super(props); | |
this.state = { | |
books: [], | |
packNames: [], | |
loading: true | |
}; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date/Time: 2017-06-11 14:29:18 +0200 | |
OS Version: Mac OS X 10.12.6 (Build 16G12b) | |
Architecture: x86_64h | |
Report Version: 25 | |
Data Source: Stackshots | |
Event: Sleep Wake Failure | |
Duration: 0.09s | |
Steps: 8 |
OlderNewer