Skip to content

Instantly share code, notes, and snippets.

View timolins's full-sized avatar

Timo Lins timolins

View GitHub Profile
/**
* Sample React Native App
* https://github.com/facebook/react-native
*/
'use strict';
import React, {
AppRegistry,
Navigator,
TouchableHighlight,
View,
### Keybase proof
I hereby claim:
* I am timolins on github.
* I am timolins (https://keybase.io/timolins) on keybase.
* I have a public key whose fingerprint is BA20 39CF B278 375D 8D1E 7032 3546 2A10 19F4 73B0
To claim this, I am signing this object:
@timolins
timolins / unbounce-splitbee.js
Created July 29, 2021 14:17
Unbounce + Splitbee
<script async src="https://cdn.splitbee.io/sb.js"></script>
<script>
// Track event
document.querySelector(".sign-up-button").addEventListener("click", function () {
splitbee.track("Sign Up");
})
// Track event with custom properties
document.querySelector(".select-plan-starter").addEventListener("click", function () {
@timolins
timolins / react-homey-draft.js
Last active August 17, 2022 12:03
React Homey – A declarative way to home automation
/*
Disclaimer: This is just a drafted api and not real (yet).
*/
import { useState } from "react"
import ReactHomey, {
// Components
Light,
Fan,
@timolins
timolins / porkbun.json
Last active December 28, 2023 13:58
porkbun.json
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"name": "Porkbun",
"description": "Porkbun is a domain registrar",
"configSchema": {
"username": {
"type": "string",
"title": "Username",
"description": "Your Porkbun username",
"required": false