Skip to content

Instantly share code, notes, and snippets.

View danielamorais's full-sized avatar

Daniela Marques de Morais danielamorais

View GitHub Profile
[hal9000@localhost ~]$ iwconfig
wlp6s0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
lo no wireless extensions.
enp5s0 no wireless extensions.

Keybase proof

I hereby claim:

  • I am danielamorais on github.
  • I am danielamorais (https://keybase.io/danielamorais) on keybase.
  • I have a public key whose fingerprint is E6F9 E569 0868 29A0 C92C BE6D 5807 ED06 8D4F A5B7

To claim this, I am signing this object:

user www-data;
worker_processes 4;
pid /run/nginx.pid;
events {
worker_connections 768;
# multi_accept on;
}
http {
valgrind --leak-check=full -v ./lab07 < input
execute pathogen#infect()
set dir=~/.vim/_swap//
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
set smartcase
List<String> names = Arrays.asList("John", "Jack", "Hamilton", "George");
for(String name : names){
if(name.startsWith("J")){
System.out.println(name);
}
}
CREATE VIEW drugInteraction AS
SELECT D1.codedrug drug1, D2.codedrug drug2
FROM DrugUse D1, DrugUse D2
WHERE D1.idperson = D2.idperson AND drug1<drug2;
constraint layout: uso de constraint guideline
image view com constraint dimension ratio
chain style
constraint barrier
constraint group: aplicar regras de visibilidade em inumeras views (text, image)
animateLayoutChanges = true para animações básicas do Android
http://simpleleadership.io/
http://simpleleadership.io/setting-the-technical-direction-for-your-team-with-james-hood/
https://www.amazon.com/Amazon-Way-Leadership-Principles-Disruptive/dp/B00ODBIEUU/ref=tmm_aud_swatch_0?_encoding=UTF8&qid=&sr=
%endpoint http://id.nlm.nih.gov/mesh/sparql
%display table
%show all
## Obter todos os tipos de infecções HIV
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX meshv: <http://id.nlm.nih.gov/mesh/vocab#>