Oct
30
Hey. Things are getting bad again
Published 11:10 Oct 30, 2020 by @ezra.
#Feelings# You made me promise to tell you when things were getting worse again but I just can’t. Something tel...
Oct
29
Just for a little while
Published 11:10 Oct 29, 2020 by @ezra.
#Feelings# Dear you,
I just want to fill that void of emptiness if only for a little while.
I know I’m going ...
Oct
24
New file types to Win10 Context Menu
Published 14:10 Oct 24, 2020 by @ezra.
#Technology# You can add a new file type to the New item section of the Windows 10 Context Menu, but you will hav...
Aug
26
You're everywhere
Published 11:08 Aug 26, 2020 by @ezra.
#Feelings# I started feeling you a couple of days ago, after all this time, after thinking it isn't going to ha...
Aug
15
Windows Powercfg
Published 17:08 Aug 15, 2020 by @ezra.
#Windows# Here's how you import/export your Power Configuration on Windows.
List
powercfg -list
Export
Expor...
Aug
02
SQL Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# SQL
SQL is a standard language for storing, manipulating and retrieving data in databases.
Basics (C...
Aug
02
PHP Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# PHP framework
Hello World:
<body>
<?php echo "Hello, World!";?>
</bod...
Aug
02
Londonist query errors Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Query Errors
Please help me fix the queries down below for their intended output:
Total Students By ...
Aug
02
Jquery Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Jquery
jQuery is a lightweight, "write less, do more", JavaScript library. jQuery also simplifies a ...
Aug
02
Pep8 Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# PEP8 Standarts
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""This module's docstr...
Aug
02
Go Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# GO Lang Cheatsheet
Hello World
File hello.go:
package main
import "fmt"
func main() {
...
Aug
02
Python Cheatsheet
Published 08:08 Aug 02, 2020 by @ezra.
#Programming# Python cheatsheet
Basics
Advanced
# With *args you can pass on parameters
# with already defined va...