Skip to content

Instantly share code, notes, and snippets.

View iKonrad's full-sized avatar
🐝
beezy

Konrad Jarosinski iKonrad

🐝
beezy
View GitHub Profile
const {compose, withProps} = Recompose;
/**
* PricingModalContent.jsx
* Pricing modal content.
* This bit can be duplicated for other modal types (signup, login, etc) and passed to the withModal enhancer.
*/
const PricingModalContent = ({title}) =>
<div>
<h4 className="modal__title">{title}</h4>
@iKonrad
iKonrad / File one
Last active August 29, 2017 17:27
My test gist
<html></html>
122.53MB 21.38% 21.38% 126.53MB 22.08% github.com/iKonrad/typitap/vendor/github.com/dop251/goja.(*baseFuncObject).init
98.02MB 17.10% 38.48% 98.02MB 17.10% github.com/iKonrad/typitap/vendor/github.com/dop251/goja.bindName.exec
96.51MB 16.84% 55.32% 222.04MB 38.74% github.com/iKonrad/typitap/vendor/github.com/dop251/goja.(*Runtime).newFunc
27.52MB 4.80% 60.12% 27.52MB 4.80% github.com/iKonrad/typitap/vendor/github.com/dop251/goja.enterFunc.exec
24.02MB 4.19% 64.31% 24.02MB 4.19% github.com/iKonrad/typitap/vendor/github.com/dop251/goja.(*baseObject).putStr
24MB 4.19% 68.50% 27.32MB 4.77% github.com/iKonrad/typitap/server/services/websocket.ServeWs
23.33MB 4.07% 72.57% 25.83MB 4.51% github.com/iKonrad/typitap/vendor/github.com/dop251/goja.createArgsStrict.exec
14.50MB 2.53% 75.10% 14.50MB 2.53% github.com/iKonrad/typitap/vendor/github.com/dop251/goja.(*baseObject)._putProp
13.05MB 2.28% 77.38% 13.05MB 2.28% github.com/iKonrad/typitap/vendor
package database
import (
r "gopkg.in/gorethink/gorethink.v3"
"log"
"github.com/nu7hatch/gouuid"
)
type DB struct {
session *r.Session