This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Drivvo: | |
criterios tangiveis | |
quantidade de usuarios: 1,000,000 - 5,000,000 | |
custo de desenvolvimento: Nao da pra saber | |
disponibilidade: Nao da pra saber | |
Criterios intangiveis | |
satisfacao dos clientes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:timestamp=>"2016-07-24T19:32:00.141000+0000", :message=>"PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target", :class=>"Manticore::ClientProtocolException", :backtrace=>["/opt/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.0-java/lib/manticore/response.rb:37:in `initialize'", "org/jruby/RubyProc.java:281:in `call'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.0-java/lib/manticore/response.rb:79:in `call'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.0-java/lib/manticore/response.rb:256:in `call_once'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.0-java/lib/manticore/response.rb:153:in `code'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/elasticsearch-transport-1.0.18/lib/elasticsearch/transport/transport/http/manticore.rb:84:in `perform_request'", "org/jruby/RubyProc.java:281:in `call'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/elasticsearch-transport-1.0.18/lib/ela |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
INTERVAL="1" # update interval in seconds | |
if [ -z "$1" ]; then | |
echo | |
echo usage: $0 [network-interface] | |
echo | |
echo e.g. $0 eth0 | |
echo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package br.usp.lts.acsm.xml; | |
import java.io.File; | |
import java.io.IOException; | |
import java.util.LinkedHashMap; | |
import javax.xml.parsers.SAXParser; | |
import javax.xml.parsers.SAXParserFactory; | |
import br.usp.lts.acsm.semantics.Concept; | |
import br.usp.lts.acsm.semantics.OntologyPool; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Similarity: 0.75 | |
#thing | |
#softwareengineer | |
#engineer | |
#car | |
#person | |
#truck | |
#bus | |
#luxurycar | |
#familycar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<EditText | |
android:id="@+id/_message" | |
android:layout_width="wrap_content" | |
android:layout_height="150dp" | |
android:layout_below="@+id/vezes" | |
android:layout_centerHorizontal="true" | |
android:layout_marginTop="42dp" | |
android:ems="10" | |
android:hint="Enter the message" | |
android:inputType="textImeMultiLine" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TextView | |
android:layout_width="fill_parent" | |
android:layout_height="259dp" | |
android:text="@string/hello" | |
android:textSize="30dp" | |
android:id="@+id/tv" /> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="com.app.disturb" | |
android:versionCode="1" | |
android:versionName="1.0" > | |
<uses-sdk android:minSdkVersion="15" /> | |
<permission android:name="a" android:protectionLevel="normal"> | |
<uses-permission android:name="android.permission.READ_CONTACTS"/> | |
</permission> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<permission android:name="a" android:protectionLevel="normal"> | |
<uses-permission android:name="android.permission.READ_CONTACTS"/> | |
</permission> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
05-29 08:59:06.601: E/AndroidRuntime(3560): FATAL EXCEPTION: main | |
05-29 08:59:06.601: E/AndroidRuntime(3560): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=0, result=-1, data=Intent { dat=content://com.android.contacts/contacts/lookup/0r1-4D2F4B4D2F/1 flg=0x1 }} to activity {com.app.disturb/com.app.disturb.DisturbFriend}: java.lang.SecurityException: Permission Denial: reading com.android.providers.contacts.ContactsProvider2 uri content://com.android.contacts/data/phones from pid=3560, uid=10040 requires android.permission.READ_CONTACTS | |
05-29 08:59:06.601: E/AndroidRuntime(3560): at android.app.ActivityThread.deliverResults(ActivityThread.java:2980) | |
05-29 08:59:06.601: E/AndroidRuntime(3560): at android.app.ActivityThread.handleSendResult(ActivityThread.java:3023) | |
05-29 08:59:06.601: E/AndroidRuntime(3560): at android.app.ActivityThread.access$1100(ActivityThread.java:123) | |
05-29 08:59:06.601: E/AndroidRuntime(3560): at android.app.ActivityThread$H.handleMessage(Activit |
NewerOlder