[insert paragraph on who we are]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", |
Why join Createview?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.12 IOS | |
19.12.1 IOS | |
audio sync | |
fuzzy search denis testing | |
chrome extension next steps | |
operations work discussion | |
1and1 meetings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.johnlewis.com/aeg-hk654400fb-maxisense-induction-hob-black/p1853452 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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)"
NewerOlder