Skip to content

Instantly share code, notes, and snippets.

View loama's full-sized avatar
💭
Building the future 🚀

Eduardo López loama

💭
Building the future 🚀
View GitHub Profile
@loama
loama / designer.html
Last active August 29, 2015 14:20
designer
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
#yt_search_video {
width: 300px;
height: 300px;
left: 400px;
@loama
loama / designer.html
Last active August 29, 2015 14:20
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
@loama
loama / Ionic Capacitor iOS Versioning pre-commit hook
Last active February 18, 2021 17:39
A script usable as a git pre-commit hook that sets the CFBundleVersion of a specified plist to the current timestamp. This is useful for iOS Capacitor apps that require updating the bundle version before uploading to iTunes connect.
#!/bin/sh
#
# An example hook script to verify what is about to be committed.
# Called by "git commit" with no arguments. The hook should
# exit with non-zero status after issuing an appropriate message if
# it wants to stop the commit.
#
# To enable this hook, rename this file to "pre-commit".
if git rev-parse --verify HEAD >/dev/null 2>&1
We couldn’t find that file to show.
This file has been truncated, but you can view the full file.
unique_id,ds,y
BE,2011-01-09 00:00:00,32.54
BE,2011-01-09 01:00:00,21.55
BE,2011-01-09 02:00:00,15.71
BE,2011-01-09 03:00:00,10.58
BE,2011-01-09 04:00:00,10.32
BE,2011-01-09 05:00:00,10.33
BE,2011-01-09 06:00:00,9.22
BE,2011-01-09 07:00:00,10.0
BE,2011-01-09 08:00:00,10.19
unique_id,ds,y
BE,2011-01-09 00:00:00,32.54
BE,2011-01-09 01:00:00,21.55
BE,2011-01-09 02:00:00,15.71
BE,2011-01-09 03:00:00,10.58
BE,2011-01-09 04:00:00,10.32
BE,2011-01-09 05:00:00,10.33
BE,2011-01-09 06:00:00,9.22
BE,2011-01-09 07:00:00,10.0
BE,2011-01-09 08:00:00,10.19