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
Python 2.7.12+ | |
Name: universe | |
Version: 0.21.4.dev0 | |
Summary: Universe: a software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications. | |
Home-page: https://github.com/openai/universe | |
Author: OpenAI | |
Author-email: universe@openai.com | |
License: UNKNOWN | |
Location: /home/harris/Desktop/universe | |
Requires: autobahn, docker-py, docker-pycreds, fastzbarlight, go-vncdriver, gym, Pillow, PyYAML, six, twisted, ujson |
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 { useEffect, useState } from "react"; | |
import { | |
StyleSheet, | |
Text, | |
View, | |
Dimensions, | |
Image, | |
Animated, | |
PanResponder, | |
PanResponderInstance, |
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 { useEffect, useState } from "react"; | |
import { | |
StyleSheet, | |
Text, | |
View, | |
Dimensions, | |
Image, | |
Animated, | |
PanResponder, | |
PanResponderInstance, |
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 { useEffect, useState } from "react"; | |
import { | |
StyleSheet, | |
Text, | |
View, | |
Dimensions, | |
Image, | |
Animated, | |
PanResponder, | |
PanResponderInstance, |
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
<View | |
style={{ | |
paddingHorizontal: 20, | |
paddingVertical: 10, | |
}} | |
> | |
<View | |
style={{ | |
flex: 1, | |
flexDirection: "row", |
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
<View | |
style={{ | |
flex: 1, | |
paddingHorizontal: 20, | |
paddingTop: 10, | |
}} | |
> | |
<View | |
style={{ | |
flexDirection: "row", |
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
<View> | |
<View | |
style={{ | |
flexDirection: "row", | |
justifyContent: "center", | |
paddingTop: 10, | |
}} | |
> | |
<Text | |
style={{ |
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
<View> | |
<View | |
style={{ | |
flexDirection: "row", | |
justifyContent: "center", | |
paddingTop: 10, | |
}} | |
> | |
<Text | |
style={{ |
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 { | |
Image, | |
StyleSheet, | |
View, | |
Text, | |
TouchableOpacity, | |
ScrollView, | |
Dimensions, | |
} from "react-native"; |
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 React, { useState } from "react"; | |
import { View, Text, TouchableOpacity } from "react-native"; | |
import IngredientCard from "./IngredientCard"; | |
// Access item: route.params.item | |
let Order: Array<Order> = [ | |
{ | |
id: "0", | |
ingredient: { |
OlderNewer