Skip to content

Instantly share code, notes, and snippets.

View dalssoft's full-sized avatar
🌎
Building a community

David Lojudice Sobrinho dalssoft

🌎
Building a community
View GitHub Profile
@dalssoft
dalssoft / img mn
Last active November 27, 2019 21:58
<a class="_2CvYQ i8Flr c-Mgr _1K2V0 _1K2V0 _3Q43X _pt-Q _pt-Q" href="https://www.marketingninjas.app/" target="_top" rel="noopener">
<div data-hook="imageViewer" class="_1Lhwj image-container">
<div class="xdJBZ">
<img class="_1Fjtc _2E02D" src="https://static.wixstatic.com/media/842ba3_e9b8957181fc4b719f825c50d938a872~mv2.png/v1/fit/w_300,h_300,al_c,q_5/file.png" style="opacity: 0;">
<img data-pin-url="https://www.marketingninjas.app/post/marketing-de-mídia-social-em-dermatologia" data-pin-media="https://static.wixstatic.com/media/842ba3_e9b8957181fc4b719f825c50d938a872~mv2.png/v1/fit/w_560,h_315,al_c,q_80/file.png" class="_1Fjtc _2lDdg" src="https://static.wixstatic.com/media/842ba3_e9b8957181fc4b719f825c50d938a872~mv2.png/v1/fill/w_672,h_378,al_c,lg_1/842ba3_e9b8957181fc4b719f825c50d938a872~mv2.png" style="opacity: 1;">
</div>
</div>
CRYPTORAVE 2015:: 24H >>
Site oficial:: https://cryptorave.org/
Campanha financeira:: https://www.catarse.me/pt/cryptorave2015
Inspirada no movimento das CryptoParties, a CryptoRave é um esforço coletivo para difundir os conceitos fundamentais de privacidade e liberdade na Internet e o uso de ferramentas de proteção de informações pessoais. São 24 horas de conversas e aprendizagem na área de segurança digital e criptografia.
**24 e 25 de abril, no Centro Cultural São Paulo, em São Paulo, SP.**
É o maior evento aberto e gratuito deste tipo no mundo e reúne hackers, ciberativistas e cipherpunks de diversas regiões e países em um único lugar, com mesas redondas, palestras e oficinas para aprofundar e qualificar o debate sobre a defesa da privacidade na Internet como questão fundamental à democracia.
Model Lib
- Validar design da Lib
- Definição de campos
- Definição das validações dos campos
- Definição de fill do objeto
group { 'puppet':
ensure => present
} ->
exec { 'apt-get update':
command => '/usr/bin/apt-get update',
timeout => 0
} ->
package { ['python-software-properties']:
@dalssoft
dalssoft / es.sh
Last active January 2, 2016 22:58
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre-headless -y
### Check http://www.elasticsearch.org/download/ for latest version of ElasticSearch and replace wget link below
# NEW WAY / EASY WAY
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.deb
sudo dpkg -i elasticsearch-0.90.10.deb
@dalssoft
dalssoft / steps.md
Last active November 2, 2016 06:11
Build and Install Node.js on a OmniOS Vagrant box
@dalssoft
dalssoft / ex.coffee
Last active December 17, 2015 07:09
Replace socket.io client event for test
socket = new Socket()
socket.emit 'config',
id: 123
socket.on 'message', (message) =>
receiveMessage message
@dalssoft
dalssoft / gist:5526751
Created May 6, 2013 17:47
Access Vagrant with Cygwin Ssh
cmd.exe
c:\cygwin\bin\ssh -i "c:\Users\your_user_name\.vagrant.d\insecure_private_key" vagrant@192.168.33.10
@dalssoft
dalssoft / gist:1383745
Created November 21, 2011 19:58
EOFError openssl excon fog rackspace paperclip
EOFError
/home/dals/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/openssl/buffering.rb:190:in `readline'
/home/dals/.rvm/gems/ruby-1.9.2-p290/gems/excon-0.7.6/lib/excon/response.rb:22:in `parse'
/home/dals/.rvm/gems/ruby-1.9.2-p290/gems/excon-0.7.6/lib/excon/connection.rb:178:in `request'
/home/dals/.rvm/gems/ruby-1.9.2-p290/gems/fog-1.1.1/lib/fog/core/connection.rb:20:in `request'
/home/dals/.rvm/gems/ruby-1.9.2-p290/gems/fog-1.1.1/lib/fog/rackspace.rb:59:in `authenticate'
/home/dals/.rvm/gems/ruby-1.9.2-p290/gems/fog-1.1.1/lib/fog/rackspace/storage.rb:87:in `initialize'
/home/dals/.rvm/gems/ruby-1.9.2-p290/gems/fog-1.1.1/lib/fog/core/service.rb:67:in `new'
/home/dals/.rvm/gems/ruby-1.9.2-p290/gems/fog-1.1.1/lib/fog/core/service.rb:67:in `new'
/home/dals/.rvm/gems/ruby-1.9.2-p290/gems/fog-1.1.1/lib/fog/storage.rb:25:in `new'
@dalssoft
dalssoft / test.coffee
Created June 28, 2011 14:06
require many files for node.js
# Bug version - don't use it
fs = require('fs')
util = require('util')
debug = require('util').debug
exp = []
addToTree = (tree, array) ->