Dados que preciso:
"novembro": [
{
"id": 58,
"servidor": "Cathy Hurst",
"cod_orgao": 47000,
"cod_uorg": 120,
"mat_siape": 6800862,
"exercicio": 2016,
| export class StringUtil { | |
| // How to use it: | |
| // import { StringUtil } from 'utils/string-search'; | |
| // | |
| // objToSearch.filter((name) => { | |
| // return StringUtil.stringRegExp(searchTerm, false).test(name); | |
| // }); | |
| static stringRegExp(text: string, isGroup: boolean = true): RegExp { |
| // I've got inspired by this code: https://github.com/pbradaric/instagram-unfollow-script | |
| var ufwTotalCounter = 0; | |
| var ufwCounter = 0; | |
| var maxUfwsPerBatch = 13; | |
| var fwButtonSelector = document.getElementsByClassName('_5f5mN') | |
| var length = fwButtonSelector.length - 1 === -1 ? 0 : fwButtonSelector.length - 1 | |
| var delayBetweenUfwClicks = 4000; | |
| var delayRandomness = 4000; | |
| var delayBetweenUfwBatches = 600000; |
| const random = (min, max) => Math.floor(Math.random() * (max - min + 1)) + min; |
| const lista = [ | |
| { | |
| tipo: 'casa', | |
| img: 'assets/img/casa.svg', | |
| texto: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', | |
| lista_combate: [ | |
| { | |
| titulo: 'Pneus velhos', | |
| texto: 'Entregue seus pneus velhos ao serviço de limpeza urbana ou guarde-os sem água em local coberto e abrigados da chuva.', | |
| done: false, |
| .dot-status { | |
| width: 7px; | |
| height: 7px; | |
| border-radius: 100%; | |
| position: relative; | |
| left: -10px; | |
| top: 30px; | |
| } | |
| .eql-date { | |
| position: relative; |
Dados que preciso:
"novembro": [
{
"id": 58,
"servidor": "Cathy Hurst",
"cod_orgao": 47000,
"cod_uorg": 120,
"mat_siape": 6800862,
"exercicio": 2016,
Recebemos o seu currículo/indicação e gostaríamos de saber se você tem interesse em fazer parte do nosso time. Para tal, temos um desafio a propor. Precisamos saber se você topa implementar alguns apps para mostrar qual o seu nível de intimidade com o desenvolvimento mobile, faça quanto você conseguir. Envie para nós o link do código fonte versionado com git (você pode o hub de git que desejar) e o apk funcionando, pronto para ser rodado em um celular android e com as devidas instruções. Preferencialmente use ionic para 3 desenvolver o app. Aguardamos a sua resposta o mais rápido possível.
Desafio 1 - BasisCam
O objetivo deste aplicativo é usar o recurso nativo câmera. O app deve poder tirar fotos ou escolher da galeria e exibir as fotos em uma lista.
Desafio 2 - BasisMap
| package yor.package.addres.goes.here; | |
| import java.io.IOException; | |
| import javax.servlet.Filter; | |
| import javax.servlet.FilterChain; | |
| import javax.servlet.FilterConfig; | |
| import javax.servlet.ServletException; | |
| import javax.servlet.ServletRequest; | |
| import javax.servlet.ServletResponse; |
| 09:08:41,784 INFO [br.gov.xpto.spl.web.exception.provider.ExceptionMapperBase] (http--0.0.0.0-443-3) Value defined for 'accept' header field. Using default content-type: application/json | |
| 09:11:40,194 ERROR [br.gov.xpto.spl.web.exception.provider.ExceptionResourceMapper] (http--0.0.0.0-443-3) No resource method found for options, return OK with Allow header: org.jboss.resteasy.spi.DefaultOptionsMethodException: No resource method found for options, return OK with Allow header | |
| at org.jboss.resteasy.core.registry.Segment.match(Segment.java:107) [resteasy-jaxrs-2.3.2.Final.jar:] | |
| at org.jboss.resteasy.core.registry.SimpleSegment.matchSimple(SimpleSegment.java:33) [resteasy-jaxrs-2.3.2.Final.jar:] | |
| at org.jboss.resteasy.core.registry.RootSegment.matchChildren(RootSegment.java:327) [resteasy-jaxrs-2.3.2.Final.jar:] | |
| at org.jboss.resteasy.core.registry.SimpleSegment.matchSimple(SimpleSegment.java:44) [resteasy-jaxrs-2.3.2.Final.jar:] | |
| at org.jboss.resteasy.core.registry.RootSegment.matchChildren(RootSegment.java:3 |
| <tr> | |
| <th class="min-width">#</th> | |
| <th>Grupo</th> | |
| <th>Produto</th> | |
| <th>variedades</th> | |
| <th>Calibres</th> | |
| </tr> | |
| <tr> | |
| <td>1</td> | |
| <td>{{ 'Fruta' | limitTo: 20 }}{{'myString'.length > 50 ? '...' : ''}} {{'myString'.length > 50 ? '...' : ''}}</td> |