All of the following information is based on go version go1.8.3 darwin/amd64
.
(Bold = supported by go
out of the box, ie. without the help of a C compiler, etc.)
android
darwin
// JavaScript Document | |
function RunGLNL() { | |
var today = new Date(); | |
var d = new Array("ζζζ₯", "ζζδΈ", "ζζδΊ", "ζζδΈ", "ζζε", "ζζδΊ", "ζζε "); | |
var DDDD = today.getFullYear() + "εΉ΄" + [today.getMonth() + 1] + "ζ" + today.getDate() + "ζ₯"; | |
intHours = today.getHours(); | |
intMinutes = today.getMinutes(); | |
intSeconds = today.getSeconds(); | |
if (intHours == 0) { | |
hours = "12:"; |
package main | |
import ( | |
"bytes" | |
"encoding/json" | |
"fmt" | |
"strconv" | |
) | |
func main() { |
# Kernel sysctl configuration file for Red Hat Linux | |
# | |
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and | |
# sysctl.conf(5) for more details. | |
# Controls source route verification | |
net.ipv4.conf.default.rp_filter = 1 | |
# Do not accept source routing | |
net.ipv4.conf.default.accept_source_route = 0 |