Skip to content

Instantly share code, notes, and snippets.

View albinekb's full-sized avatar
🤖
AgentAgentAgentAgentAgent

Albin Ekblom albinekb

🤖
AgentAgentAgentAgentAgent
View GitHub Profile
@albinekb
albinekb / keybase.md
Created July 26, 2016 15:45
Keybase proof

Keybase proof

I hereby claim:

  • I am albinekb on github.
  • I am albinekb (https://keybase.io/albinekb) on keybase.
  • I have a public key ASBem00Ix1bA21Vuxs3K1_u4BmsHlorepKhQSFuloeLkcQo

To claim this, I am signing this object:

function run () {
const updateButton = document.querySelector('.branch-action-btn button')
const mergeButton = document.querySelector('.merge-message button')
if (mergeButton.disabled && !updatebutton.disabled) {
updateButton.click()
} else if (!mergeButton.disabled) {
mergeButton.click()
}
Dexter = function () {
'use strict';
this.Cheerio = Npm.require('cheerio');
this.Request = Npm.require('request');
this.Future = Npm.require('fibers/future');
this.service = 'dexter';
this.jar;
this.url;
<?php
$url = 'http://merchant.admin.cdon.com/api/importfile';
$key = 'nanana BATMAN';
$file_name_with_full_path = realpath('./Clothing.xlsx');
$post = array('name' => 'file', 'filename' => 'Clothing.xlsx', 'file_contents'=>'@'.$file_name_with_full_path);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$target_url);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
// run at http://www.google.com/design/spec/style/color.html#color-ui-color-palette
var hex = "";
var rgb = "";
var g = document.getElementsByClassName('color-group');
for (var i = 0; i < g.length; i++){
var c = g[i].getElementsByClassName('color');
var title = c[0].textContent.split('\n')[1].replace(/\s+/g, '');
title = title.charAt(0).toLowerCase() + title.substring(1);
for (var a = 1; a < c.length; a++){
hex += ('@' + title + '--' + c[a].textContent.split('#')[0] + ': #' + c[a].textContent.split('#')[1] + ';\n')
@albinekb
albinekb / Material UI Color Palette.less
Last active November 21, 2019 09:19
Material UI Color Palette, for use with Less Preprocessor
@red: #e51c23;
@red--50: #fde0dc;
@red--100: #f9bdbb;
@red--200: #f69988;
@red--300: #f36c60;
@red--400: #e84e40;
@red--500: #e51c23;
@red--600: #dd191d;
@red--700: #d01716;
@red--800: #c41411;