I hereby claim:
- I am aleksik on github.
- I am aleksik (https://keybase.io/aleksik) on keybase.
- I have a public key ASD8_aKAGMJGHzWrMSdCsfZzTN-pOrE8CHH2kjKH2U72two
To claim this, I am signing this object:
; | |
; IF YOU MAKE ANY CHANGES TO THIS FILE YOU HAVE TO RESTART THE ACRYLIC DNS | |
; PROXY SERVICE IN ORDER TO SEE THEIR EFFECTS. | |
; | |
[GlobalSection] | |
; | |
; The cluster of host names the primary DNS server is to resolve. | |
; | |
; The affinity mask is a list of semicolon separated values or wildcards that | |
; allows to restrict which DNS server is going to resolve a particular host name. |
import React from 'react'; | |
import { Button, Image, View, StyleSheet} from 'react-native'; | |
import { ImagePicker } from 'expo'; | |
export default class App extends React.Component { | |
constructor(props) { | |
super(props); | |
this.state = { | |
image: null |
wget --spider -o wget.log -e robots=off -r -l 5 -p -S -T3 --header="X-Bypass-Cache: 1" -H --domains=live-mysite.mydomain.com --show-progress live-mysite.mydomain.com | |
# Options explained | |
# --spider: Crawl the site | |
# -o wget.log: Keep the log | |
# -e robots=off: Ignore robots.txt | |
# -r: specify recursive download | |
# -l 5: Depth to search. I.e 1 means 'crawl the homepages'. 2 means 'crawl the homepage and all pages it links to'... | |
# -p: get all images, etc. needed to display HTML page | |
# -S: print server response (to the log) |
const fetch = require('node-fetch') | |
const getUsers = () => fetch('https://reqres.in/api/users') | |
.then(res => res.json()) | |
module.exports = getUsers |
I hereby claim:
To claim this, I am signing this object: