I hereby claim:
- I am bcamarneiro on github.
- I am bcamarneiro (https://keybase.io/bcamarneiro) on keybase.
- I have a public key whose fingerprint is 1044 B8BA BBA8 80B9 A2AD 5626 C8D7 D562 27E9 9E51
To claim this, I am signing this object:
//JS (es6) | |
// | |
const crazyArray = [[1,2,3], [1,2,3,4,5,[6, [7, [8]]]], [1,1,1,1,1,1,1,1]]; | |
flatten = (arr) => { | |
if(!Array.isArray(arr)){ | |
throw "Parameter is not an array!"; | |
} | |
return arr.reduce((acc, el) => { |
I hereby claim:
To claim this, I am signing this object:
{"lastUpload":"2019-03-20T09:21:43.218Z","extensionVersion":"v3.2.7"} |
Nome: Boa Hora - Pavilhão | |
Morada: Rua da Boa Hora n.º 26 | |
Superfície: Madeira | |
Máx. de jogadores: 20 | |
Características: Instalação coberta, Iluminação artificial, Balneário | |
Descrição: Pavilhão desportivo da Universidade do Porto. | |
------------------------------------------------------------------------ |
lsof -n -i4TCP:$PORT | grep LISTEN | |
lsof -n -iTCP:$PORT | grep LISTEN | |
lsof -n -i:$PORT | grep LISTEN |
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) | |
Dim Msg As Outlook.MailItem | |
Dim onsMapi As Outlook.NameSpace | |
Dim objRecip As Recipient | |
Dim strMsg As String | |
Dim res As Integer | |
Dim strBcc As String | |
On Error Resume Next |
$name = $mysqli->query("SELECT name FROM contacts WHERE id = 5")->fetch_object()->name; |
$.ajax( { | |
type:'Get', | |
url:'http://192.168.2.156:8080/bestblue/LocationService', | |
success:function(data) { | |
$('#base').html(data); | |
} | |
}) |