Skip to content

Instantly share code, notes, and snippets.

View eleijonmarck's full-sized avatar
🌈
developing rainbows

Eric Leijonmarck eleijonmarck

🌈
developing rainbows
View GitHub Profile
@eleijonmarck
eleijonmarck / README.md
Created May 22, 2020 10:35 — forked from eliquious/README.md
Golang OpenPGP examples

Building

go build -o goencrypt main.go

Generating Keys

### Go - for dataprocessing
why you wouldnt use go.
performance is not an issue
dataprocessing
compiled vs dynamic
if it is rigid vs dynamic python
(rigid is good, for forcing)
@eleijonmarck
eleijonmarck / download.rb
Created October 28, 2019 10:20 — forked from bouchard/download.rb
Download Private but Embedded Vimeo Videos
#!/usr/bin/env ruby
require 'nokogiri'
require 'net/http'
require 'shellwords'
require 'json'
source = Net::HTTP.get('www.domain.com', '/thepagethathasthevideos/')
doc = Nokogiri::HTML(source)
ids = doc.css('a').map{ |a| a.attr('data-vimeoid') }.compact.uniq

Enplore

We’ve spent the last three years developing a kick-ass world renowned data analytical solution. Our close collaboration with Google gives us a unique technical edge and modeled our systems with the insights from the Google team and knowledge gained from the trenches at Spotify, also influenced by Hacker Manifesto [1].

Every line of code you write for us helps to transform the way our customers work and think about data. For that we will always be grateful.

We combine complex data sources with advanced (and customer specific) analyses to answer the customers burning questions. In the case of the airline industry, those are: How do we fly more fuel efficient without compromises on safety? What are the unknown contributing factors at takeoff and landing? How much of the environmental factors attribute to an overspeed?

Cleaning and combining complex data sources within our platform unlocks the inertia of data-driven decisions within our customers organisations, and they ❤️ us for it.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Enplore - Fast growing, bootstrapped Tech Company

We’ve spent the last three years developing a kick-ass world renowned data analytical solution. Our close collaboration with Google gives us a unique technical edge and a behind the scenes view in the Google Cloud Platform. We’ve modeled our systems with the insights from the Google team and knowledge gained from the trenches at Spotify. Every line of code you write for us helps to transform the way our customers work with data. For that we will always be grateful.

We combine complex data sources with advanced (and customer specific) analyses to answer the customers burning questions. In the case of the airline industry, those are: How do we fly safer? What are the unknown contributing factors at takeoff and landing? How do we fly more fuel efficient without compromises on safety?

We’re currently looking for:

  1. Backend developer for our web platforms, services and API:s.

Python Flask is the common base for our API:s and web platforms, all of whic