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
| import * as React from "react"; | |
| import {PlelariousTransport} from "../../../helpers/PlelariousTransport"; | |
| import {StoryMedia} from "../Story"; | |
| import {Media} from "../Media"; | |
| interface Props { | |
| token: string | |
| storyId: string | |
| transport: PlelariousTransport | |
| } |
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 com.dkc.pp.util; | |
| import android.support.annotation.NonNull; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.Map; | |
| public class BooleanPredicateProcessor { | |
| private boolean isNumeric(String text) { |
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 com.dkc.pp; | |
| import com.dkc.pp.util.Globals; | |
| import org.junit.Before; | |
| import org.junit.Test; | |
| import java.util.HashMap; | |
| import java.util.Map; |
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 com.dkc.pp.util; | |
| import android.content.Context; | |
| import android.widget.ImageView; | |
| import com.dkc.pp.character.PPCharacter; | |
| import com.squareup.picasso.Picasso; | |
| import java.util.Map; | |
| import java.util.regex.Pattern; |
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
| var target = 289326 | |
| var oddPowerOfTwo = Math.floor(Math.sqrt(target)); | |
| if (oddPowerOfTwo % 2 === 0) { | |
| oddPowerOfTwo--; | |
| } | |
| console.log('oddPowerOfTwo = ' + oddPowerOfTwo); |
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
| { | |
| "results": [ | |
| { | |
| "word_alternatives": [], | |
| "alternatives": [ | |
| { | |
| "timestamps": [ | |
| [ | |
| "hello", | |
| 0.03, |
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
| { | |
| "results": [ | |
| { | |
| "word_alternatives": [], | |
| "alternatives": [ | |
| { | |
| "timestamps": [ | |
| [ | |
| "surprise", | |
| 1.81, |
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
| { | |
| "results": [ | |
| { | |
| "word_alternatives": [ | |
| { | |
| "start_time": 0.46, | |
| "alternatives": [ | |
| { | |
| "confidence": 1, | |
| "word": "support" |
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
| { | |
| "results": [ | |
| { | |
| "word_alternatives": [ | |
| { | |
| "start_time": 0.46, | |
| "alternatives": [ | |
| { | |
| "confidence": 1, | |
| "word": "support" |
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
| { | |
| "results": [ | |
| { | |
| "word_alternatives": [ | |
| { | |
| "start_time": 0.46, | |
| "alternatives": [ | |
| { | |
| "confidence": 1, | |
| "word": "support" |
NewerOlder