I hereby claim:
- I am dancrew32 on github.
- I am danmasq (https://keybase.io/danmasq) on keybase.
- I have a public key whose fingerprint is 5E90 C928 4DD2 9D13 7C12 A67F 1C1A 4117 AB12 D13C
To claim this, I am signing this object:
var collection = "your_collection" | |
var distinct_keys_map_reduce = db.runCommand({ | |
"mapreduce" : collection, | |
"map" : function() { | |
for (var key in this) { emit(key, null); } | |
}, | |
"reduce" : function(key, val) { return null; }, | |
"out": collection + "_keys" | |
}) | |
db[distinct_keys_map_reduce.keys].distinct("_id") |
I hereby claim:
To claim this, I am signing this object:
You're here because you're setting up a Blackberry on OS10 for T-Mobile and none of your MMS text messages are sending. Here is how you fix that. T-Mobile seems to only setup the APN for you by default, but they forget to configure the final step (2.6
below), which actually makes it work.
See flashfox
's original answer.
Please leave a comment if you have something to add!
<?xml version="1.0"?> | |
<!---------------------------------------------------------------------------- | |
A frontal cat face detector using the basic set of Haar features, i.e. | |
horizontal and vertical features but not diagonal features. | |
Contributed by Joseph Howse ([email protected]). | |
More information can be found in the following publications and | |
presentations: |
export const mockWindowStripe = () => { | |
window.Stripe = () => ({ | |
createSource: jest.fn(), | |
elements: () => ({ | |
create: () => ({ | |
mount: jest.fn(), | |
update: jest.fn(), | |
destroy: jest.fn(), | |
on: jest.fn(), | |
}), |
‘Q’ CODES | |
QAV Are you calling me ? ( I am calling . . . ) | |
QRA What is your station ? | |
QRB How far away are you ? | |
QRG What channel am I on ? | |
QRH Does my frequency vary ? | |
QRI How is my tone ? | |
QRJ Are youy recieving me badly ? Are signals too weak ? | |
QRK What is my readability ? ( 1 to 5 ) 1 = unreadable. 5 = perfect. | |
QRL Are you busy ? ( I am busy, do not cut in. ) |