I hereby claim:
- I am kofronpi on github.
- I am pak (https://keybase.io/pak) on keybase.
- I have a public key whose fingerprint is D904 C0AD BC9B 4F2D 43DD 652F EDC0 4DC4 4A4E 301B
To claim this, I am signing this object:
/* | |
PoC WhatsApp enumeration of phonenumbers, profile pics, about texts and online statuses | |
Floated div edition | |
01-05-2017 | |
(c) 2017 - Loran Kloeze - [email protected] | |
This script creates a UI on top of the WhatsApp Web interface. It enumerates certain kinds | |
of information from a range of phonenumbers. It doesn't matter if these numbers are part | |
of your contact list. At the end a table is displayed containing phonenumbers, profile pics, | |
about texts and online statuses. The online statuses are being updated every |
/* | |
PoC WhatsApp enumeration of phonenumbers, profile pics, about texts and online statuses | |
Floated div edition | |
01-05-2017 | |
(c) 2017 - Loran Kloeze - [email protected] | |
This script creates a UI on top of the WhatsApp Web interface. It enumerates certain kinds | |
of information from a range of phonenumbers. It doesn't matter if these numbers are part | |
of your contact list. At the end a table is displayed containing phonenumbers, profile pics, | |
about texts and online statuses. The online statuses are being updated every |
# Copy and paste this to the rails console to test your email settings | |
class MyMailer < ActionMailer::Base | |
def test_email | |
@recipients = "[email protected]" | |
@from = "[email protected]" | |
@subject = "test from the Rails Console" | |
@body = "This is a test email" | |
end | |
end |
test: | |
override: | |
- bundle exec rspec spec | |
deployment: | |
acceptance: | |
branch: master | |
commands: | |
- ./script/heroku_deploy.sh <ACCEPTANCE_HEROKU_APP>: | |
timeout: 300 |
namespace :db do | |
DUMP_FMT = 'p' # 'c', 'p', 't', 'd' | |
desc 'Dumps the database to backups' | |
task sql_dump: :environment do | |
dump_sfx = suffix_for_format(DUMP_FMT) | |
backup_dir = backup_directory(true) | |
cmd = nil | |
with_config do |app, host, db, user| | |
file_name = Time.now.strftime("%Y%m%d%H%M%S") + "_" + db + '.' + dump_sfx |
// <summary> | |
// Logging methods. | |
// </summary> | |
Log = { | |
Dump: function (object) | |
{ | |
if (object) | |
{ | |
console.debug(object); | |
} |
I hereby claim:
To claim this, I am signing this object:
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix time: <http://www.w3.org/2006/time#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix tn10: <http://www.poster.tn10/tn10.ttl#> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix org: <http://www.w3.org/TR/vocab-org/> . |
HEDGE = node riphedge | |
all: | |
npm install ripple-lib | |
hedge: | |
-while date; do \ | |
$(HEDGE); \ | |
sleep 100; \ | |
done |