Skip to content

Instantly share code, notes, and snippets.

View xpunch's full-sized avatar
🎯
Focusing

Johnson C xpunch

🎯
Focusing
View GitHub Profile
<!DOCTYPE HTML>
<html>
<body>
<form method='post' enctype='multipart/form-data'>
<input type='file'>
<input type='submit'>
</form>
<form name="form" method="post" enctype='multipart/form-data'>
<input name='file' type='file' style='display:none;' onchange='document.form.name.value=this.files&&this.files.length?this.files[0].name:"No file chosen"' required>
package main
import (
"fmt"
"time"
)
func main() {
n := 999999
// fmt.Println(fibonacci_recursion(n))
public class IpLocation
{
public string domain { get; set; }
public string address { get; set; }
public string numAddress { get; set; }
public string location { get; set; }
}