Skip to content

Instantly share code, notes, and snippets.

View avinashseth's full-sized avatar
🎯
Focusing

Avinash Seth avinashseth

🎯
Focusing
  • Self Employed
  • India
View GitHub Profile
laravel-project: Are you sure you want to destroy the 'laravel-project' VM? [y/N] y
==> laravel-project: Forcing shutdown of VM...
==> laravel-project: Destroying VM and associated drives...
Bringing machine 'laravel-project' up with 'virtualbox' provider...
==> laravel-project: Box 'laravel/homestead' could not be found. Attempting to find and install...
laravel-project: Box Provider: virtualbox
laravel-project: Box Version: >= 13.0.0, < 14.0.0
==> laravel-project: Loading metadata for box 'laravel/homestead'
laravel-project: URL: https://vagrantcloud.com/laravel/homestead
The box you're attempting to add has no available version that
@extends('layouts.base')
@section('title', 'Homepage')
@section('body')
<h1>This is body</h1>
@endsection
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@yield('title')</title>
<style>
@yield('styles')
</style>
</head>
---
ip: "192.168.10.10"
memory: 1024
cpus: 1
provider: virtualbox
authorize: ~/kp.pub
keys:
- ~/kp
server {
listen 80
sever_name localhost;
location /production {
proxy_pass https://your_url.com
}
}
server {
listen 80
http {
upstream avinash {
server 123.123.123.123;
server 124.1.124.125;
}
# This server accepts all traffic to port 80 and passes it to the upstream.
# Notice that the upstream name and the proxy_pass need to match.
server {
[
{
"ID": "1",
"Name": "Senpai",
"Gender": "1",
"Class": "32",
"Seat": "15",
"Club": "0",
"Persona": "1",
"Crush": "0",
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
(function (global){
var ethJSABI = require("ethjs-abi");
var BlockchainUtils = require("truffle-blockchain-utils");
var Web3 = require("web3");
// For browserified version. If browserify gave us an empty version,
// look for the one provided by the user.
if (typeof Web3 == "object" && Object.keys(Web3).length == 0) {
Web3 = global.Web3;
package drinking;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class Dblibrary {
package drinking;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.Scanner;
public class Home {