I hereby claim:
- I am aperture147 on github.
- I am aperture147 (https://keybase.io/aperture147) on keybase.
- I have a public key ASBd6WY1IzBYC5Zy4QVnfILfp8SmybQ2VmhHke5DNp9B3Ao
To claim this, I am signing this object:
# Kernel sysctl configuration file for Linux | |
# | |
# Version 1.12 - 2015-09-30 | |
# Michiel Klaver - IT Professional | |
# http://klaver.it/linux/ for the latest version - http://klaver.it/bsd/ for a BSD variant | |
# | |
# This file should be saved as /etc/sysctl.conf and can be activated using the command: | |
# sysctl -e -p /etc/sysctl.conf | |
# | |
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and sysctl.conf(5) for more details. |
package main | |
import ( | |
"bytes" | |
"io/ioutil" | |
"log" | |
"os" | |
"os/exec" | |
) |
protocol=cloudflare, | |
#Tell ddclient to get real ip address | |
use=web, web=checkip.dyndns.org | |
#Credentials for Cloudflare api | |
ssl=yes | |
login=#some email | |
password=#global API Key | |
zone=haivq.com |
I hereby claim:
To claim this, I am signing this object:
import java.util.Scanner; | |
public class MainApp { | |
public static void main(String[] args) { | |
String ten; | |
int tuoi = 0; | |
String diachi; | |
Scanner input = new Scanner(System.in); |
import java.util.Scanner; | |
public class MainApp { | |
public static void main(String[] args) { | |
Scanner input = new Scanner(System.in); | |
System.out.print("Nhap do dai mang: "); | |
int n = input.nextInt(); | |
int[] array = new int[n]; |
import java.util.Scanner; | |
public class MainApp { | |
public static void main(String[] args) { | |
String ten; | |
int tuoi = 0; | |
String diachi; | |
Scanner input = new Scanner(System.in); |