Skip to content

Instantly share code, notes, and snippets.

View gallna's full-sized avatar

Tomasz Jonik gallna

  • hurricane.works
  • United Kingdom
View GitHub Profile
@gallna
gallna / keybase.md
Created November 2, 2017 11:37
Keybase proof

Keybase proof

I hereby claim:

  • I am gallna on github.
  • I am gallna (https://keybase.io/gallna) on keybase.
  • I have a public key ASChY-mD3Hgoepq6cU8aOu5Fj5Xivg_P_kilnEQEQNzOVQo

To claim this, I am signing this object:

@gallna
gallna / 0_reuse_code.js
Created November 20, 2016 01:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@gallna
gallna / gist:12615b35abd4ed406aba
Created July 24, 2015 15:37
searchResponse.json
{
"success": true,
"errorCode": null,
"errorMessage": null,
"trackingId": null,
"datetime": 1430996652,
"response": {
"information": {
"rank": "-text_relevance",
"size": 10,
@gallna
gallna / gist:f095477c81d4292391ff
Created July 24, 2015 15:33
DirectorServiceTest.php
<?php
use hurricane\directorservice\app\DirectorService;
use hurricane\directorservice\domain;
use hurricane\directorservice\domain\fields\director\summary;
use companycheck\services\auth;
use companycheck\services\clients;
class DirectorServiceTest extends \PHPUnit_Framework_TestCase
{