Skip to content

Instantly share code, notes, and snippets.

get_mime = {
".323" => "text/h323",
".3g2" => "video/3gpp2",
".3gp" => "video/3gpp",
".3gp2" => "video/3gpp2",
".3gpp" => "video/3gpp",
".7z" => "application/x-7z-compressed",
".aa" => "audio/audible",
".AAC" => "audio/aac",
".aaf" => "application/octet-stream",
@pyrat
pyrat / vision-engineer.md
Created September 2, 2021 11:45
Vision Engineer

Vision Engineer

Createview is looking for you

Who we are

[insert paragraph on who we are]

What we are looking for

@pyrat
pyrat / site-reliability-engineer.md
Last active November 2, 2021 10:29
Site Reliability Engineer

Site Reliability Engineer

Createview is looking for you

What we are looking for

We are looking for a site reliability engineer with relevant experience to apply the concepts of site reliability engineering to our growing platform of cloud and edge devices.

Preferred qualifications

@pyrat
pyrat / computer-vision.md
Created September 2, 2021 11:43
Computer Vision Engineer

Computer Vision Engineer

Createview is looking for you

Who we are

[ insert paragraph on who we are]

What we are looking for

@pyrat
pyrat / javascript-developer.md
Last active November 2, 2021 09:49
Javascript Developer

Javascript Developer

Createview is looking for you

Who we are

Why join Createview?

CreateView

@pyrat
pyrat / javascript-developer.md
Last active September 2, 2021 11:36
Javascript Developer

Javascript Developer

Createview is looking for you

Who we are

[ insert paragraph on who we are ]

What we are looking for

1.12 IOS
19.12.1 IOS
audio sync
fuzzy search denis testing
chrome extension next steps
operations work discussion
1and1 meetings
https://www.johnlewis.com/aeg-hk654400fb-maxisense-induction-hob-black/p1853452
@pyrat
pyrat / backdate.rb
Created November 10, 2017 09:24
Stats backdating script
HLRRequest.in_batches.each_with_index do |hlr_reqs, batch_index|
puts "Processing #{batch_index}"
to_delete = []
prev = 0
hlr_reqs.each do |req|
if prev != 0 && prev.msisdn == req.msisdn && notMuchTime(prev, req)
to_delete.push req.id
end
prev = req
end
@pyrat
pyrat / Cocoapods Environment.md
Created October 4, 2016 17:39 — forked from andrewroycarter/Cocoapods Environment.md
Directions on installing chruby, ruby, ruby-build, and bundler.

Setting up a good cocoapods environment

Before you start

Make sure that you have the latest version of Xcode installed from the Mac App Store, and that you have the command line tools installed. To install the command line tools, open Xcode, click Xcode->Preferences->Downloads->Command Line Tools

Install brew if needed.

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"