Skip to content

Instantly share code, notes, and snippets.

$paymentStatus = false;
$paymentResult = [];
$principalAmount = 0;
$surcharge = 0;
$order_gst = 0;
$discount = 0;
$order_vat = 0;
$gst = 0;
$vat = 0;
$taxExemption = false;

Since I'm done with the maintenance update for "The Wash", I have decided to analyze the blog that inspired "The Wash" and how it came to be. From a simple inspiration born out of infatuation, to a full fledge re-write that has more features under the hood, And a stand-alone editor written in Electron, but enough of the technicalities; you're not here for that.

For starters, This analysis is about how every line in the entry sparked my inspiration. Today's deconstruction will be Entry #1.

Let us begin with the title

"why did I start this blog"

This one is what kicked off my initial thought of starting my own blog site. Me being a masochist (sort of), I decided to write my own. I kinda went overboard and messaged Q via email, which was very embarrassing.

$('[type=radio]').each(function(i){
if(this.value == 0){
this.checked = true
}
})
def crawl(tracking):
content = list()
if tracking is not None:
b64 = base64.b64encode(tracking.encode('ascii')).decode('ascii')
response = requests.get(f"https://www.lbcexpress.com/track/{b64}").content
soup = BeautifulSoup(response, "html.parser")
status = [x.get_text() for x in soup.find_all(class_='status-tracking')]
time = [z.get_text() for z in soup.find_all(class_='date-track-a')]
content.append({'status': status, 'time': time})
const _0x1930 = [
"fromCharCode",
"stdin",
"(\x20*\x20^_^\x20*)\x20eyyyyy!\x20Thank\x20you\x20<3\x20Here\x27s\x20your\x20flag:\x20",
"(\x20´\x20v\x20`)\x20Hi!!\x20Soo..?\x20\x20",
"aHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1BR3ZyRGUzckt4QSZhYl9jaGFubmVsPUphY2tXaWxsaWFtc29uSmFja1dpbGxpYW1zb24=",
"8966YpttAc",
"log",
"stdout",
"22aOiAhZ",
<?php
?>
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>SB | Municipal Ordinances </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" href="../images/logo1.png">
"""
Final Project
Name: Issa Victoria H. Peñas - Leader
Sean Ken Delos Reyes
Ryan Paningbatan
Section: CPE12S1
Subject: CPE 009 - Object Oriented Programming
import tkinter as tk
from tkinter import ttk
from tkinter import DISABLED, NORMAL
from tkinter import messagebox
from PIL import ImageTk, Image
counter = 1
class Application(tk.Frame):
# Let's first import the necessary packages
# For our data analysis and wrangling
import pandas as pd
import numpy as np
# for our GUI
from tkinter import *
# For our data visualization
import seaborn as sns
var y_velocity = velocity.y
var dir: Vector3 = Vector3()
if x_input != 0:
dir += camera.global_transform.basis.x * x_input
if y_input != 0:
dir += camera.global_transform.basis.z * y_input
getdirection(dir)
if not is_on_floor():
y_velocity += gravity
dir = dir.normalized() * acceleration