Skip to content

Instantly share code, notes, and snippets.

View yedu12's full-sized avatar

Yedukondalu Mammu yedu12

  • Blue Yonder India
  • Hyderabad
  • 01:21 (UTC -12:00)
View GitHub Profile
@yedu12
yedu12 / kibana-apache-logs.json
Created January 29, 2019 04:19 — forked from rshk/kibana-apache-logs.json
Kibana: analyze Apache logs
{
"title": "Apache logs",
"services": {
"query": {
"list": {
"0": {
"query": "*",
"alias": "",
"color": "#7EB26D",
"id": 0,
@yedu12
yedu12 / pgsql_backup.sh
Created September 5, 2018 14:08 — forked from sirbrillig/pgsql_backup.sh
Postgresql daily backup script.
#!/bin/bash
#
# Backup a Postgresql database into a daily file.
#
BACKUP_DIR=/pg_backup
DAYS_TO_KEEP=14
FILE_SUFFIX=_pg_backup.sql
DATABASE=
USER=postgres
<!DOCTYPE html>
<html>
<head>
<title> ThreeeJs Gaming </title>
</head>
<body>
<div id="gOver"> Game Over ! Your Score is <span id="score1">34</span><button class="butn"
onclick="startGame()">Try
Again</button></div>