Migrado para o site: http://tecsinapse.com.br/nossas-vagas
This file contains 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
//dep maven | |
// <!-- identificar browser do usuário --> | |
// <dependency> | |
// <groupId>bitwalker</groupId> | |
// <artifactId>UserAgentUtils</artifactId> | |
// <version>1.9</version> | |
// </dependency> | |
private static String getUserAgentString() { | |
return ((HttpServletRequest) getContext().getExternalContext() |
This file contains 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
Dev-Front-End TecSinapse | |
Migrado para o site: | |
http://tecsinapse.com.br/nossas-vagas |
This file contains 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/sh | |
DIRNAME=`dirname "$0"` | |
GREP="grep" | |
# Use the maximum available, or set MAX_FD != -1 to use that | |
MAX_FD="maximum" | |
# OS specific support (must be 'true' or 'false'). | |
cygwin=false; |
This file contains 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
"default task-8" - Thread t@217 | |
java.lang.Thread.State: WAITING | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting to lock <3ed848b0> (a java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync) owned by "Camel (camel-1) thread #0 - twitter://timeline/home" t@120 | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199) | |
at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:943) | |
at net.sf.ehcache.store.compound.CompoundStore$ReadWriteLockSync.lock(CompoundStore.java:894) |
This file contains 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
<link rel="import" href="../cool-clock/cool-clock.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-field/core-field.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-input/core-input.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../paper-input/paper-input.html"> | |
<link rel="import" href="../paper-toggle-button/paper-toggle-button.html"> | |
<link rel="import" href="../core-scaffold/core-scaffold.html"> |
This file contains 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
// ==UserScript== | |
// @name TS - Copy TP US title/id | |
// @namespace br.com.tecsinapse | |
// @include https://tecsinapse.tpondemand.com/* | |
// @version 1.0.5 | |
// @grant GM_setClipboard | |
// ==/UserScript== | |
function formatInfo(usId, usTitle) { | |
return '[' + usId + '] ' + usTitle; |
##Vaga Java TecSinapse: Desenvolvedores que ainda não utilizam Java EE
Migrado para o site: http://tecsinapse.com.br/nossas-vagas
##Vaga Java TecSinapse: Desenvolvedores que já utilizam Java EE
Migrado para o site: http://tecsinapse.com.br/nossas-vagas
This file contains 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
0 info it worked if it ends with ok | |
1 verbose cli [ 'node', | |
1 verbose cli '/Users/filipenevola/.meteor/packages/meteor-tool/.1.2.4-rc.2.lgr86r++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose readDependencies loading dependencies from /Users/filipenevola/Documents/ts/ws/git/cavadinha/app-build/bundle/programs/server/package.json | |
5 warn package.json [email protected] No description | |
6 warn package.json [email protected] No repository field. | |
7 warn package.json [email protected] No README data |
OlderNewer