Python syntax here : 2.7 - online REPL
Javascript ES6 via Babel transpilation - online REPL
import math
import React, { Component } from "react"; | |
import { WebView } from "react-native-webview"; | |
import { Button, Modal, View } from "react-native"; | |
// Author: Hetmann Wilhelm Iohan | |
// Email: [email protected] | |
// Web: https://react-ui-kit.com | |
// YouTube: https://www.youtube.com/react-ui-kit | |
// This is a basic example showing how to use Zendesk Chat Widget using a webview inside a modal and a html code |
# YouTube (english) : https://www.youtube.com/watch?v=FtU2_bBfSgM | |
# YouTube (french) : https://www.youtube.com/watch?v=VjnaVBnERDU | |
# | |
# On your laptop, connect to the Mac instance with SSH (similar to Linux instances) | |
# | |
ssh -i <your private key.pem> ec2-user@<your public ip address> | |
# | |
# On the Mac |
#!/usr/bin/env python | |
import argparse | |
import socket | |
import ssl | |
import struct | |
import subprocess | |
import sys | |
try: |
Python syntax here : 2.7 - online REPL
Javascript ES6 via Babel transpilation - online REPL
import math
#include <stdio.h> | |
void | |
swap (int *a, int *b) | |
{ | |
int temp; | |
temp = *a; | |
*a = *b; | |
*b = temp; |
#Install XQuartz and Docker | |
brew cask install xquartz | |
brew cask install docker | |
# Open XQuartz | |
# In the XQuartz preferences, go to the “Security” tab | |
# Make sure you’ve got “Allow connections from network clients” ticked | |
open -a XQuartz | |
# Setup ENV |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export PATH="$HOME/.fastlane/bin:$PATH" | |
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/rizkyario/.oh-my-zsh | |
# Set name of the theme to load. Optionally, if you set this to "random" | |
# it'll load a random theme each time that oh-my-zsh is loaded. |
These instructions are based on Mistobaan's gist but expanded and updated to work with the latest tensorflow OSX CUDA PR.
<?php phpinfo(); ?> |
/opt/gitlab/embedded/bin/runsvdir-start& | |
EXTERNAL_URL="localhost" && gitlab-ctl reconfigure | |
tail -f /dev/null |