#Hello Edgerunners, welcome to the Night-City.

Welcome!

You're everywhere

I started feeling you a couple of days ago, after all this time, after thinking it isn't going to happen, after convincing myself it's not going to work out, and yet part of me never gave up on this hope, this possibility of us figuring something out, some kind of way, because we both know what this...

Windows Powercfg

Here's how you import/export your Power Configuration on Windows. List powercfg -list Export Export 381b4222-f694-41f0-9685-ff5bb260df2e to D:\powercfg.pow: powercfg -export d:powercfg.pow 381b4222-f694-41f0-9685-ff5bb260df2e Import Import from D:\powercfg.pow: powercfg -import d:powercfg.pow ...

SQL Cheatsheet

SQL SQL is a standard language for storing, manipulating and retrieving data in databases. Basics (CRUD) SELECT column1, column2 FROM table_name; -- selects col1, 2 from a table SELECT * FROM table_name; -- selects all columns from a table SELECT DISTINCT column1, column2 FROM ...

PHP Cheatsheet

PHP framework Hello World: <body> <?php echo "Hello, World!";?> </body> In order to run php you need: - Web Server - Database - php parsing engine You can run your php code with php parsing engine: <?php...?> <?...?> <%...%> <script language...

Londonist query errors Cheatsheet

Query Errors Please help me fix the queries down below for their intended output: Total Students By Date "SELECT COUNT(*) AS EACH_DAY_TOTAL, substr(created_at, 1, 10) AS DATE FROM students WHERE (created_at BETWEEN '" + min_date + " 00:00:00' AND '" + \ ...

Jquery Cheatsheet

Jquery jQuery is a lightweight, "write less, do more", JavaScript library. jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation. Installation There are several ways to start using jQuery on your web site. You can: - Download the jQuery library ...

Pep8 Cheatsheet

PEP8 Standarts #! /usr/bin/env python # -*- coding: utf-8 -*- """This module's docstring summary line. This is a multi-line docstring. Paragraphs are separated with blank lines. Lines conform to 79-column limit. Module and packages names should be short, lower_case_with_underscore...

Go Cheatsheet

GO Lang Cheatsheet Hello World File hello.go: package main import "fmt" func main() { fmt.Println("Hello Go") } $ go run hello.go Declarations Type declerations such as vars, constants .. etc. var foo int // declaration without initialization var foo int = 42 // declarat...

What's this?

The Night-City version of Hotodogo inspired by Cyberpunk 2077. Not finished yet.

Pinned Message

The Founder and CEO of Infeca Technology.

Developer, Designer, Blogger.

Big fan of Apple, Love of colour.

Feel free to contact me.

反曲点科技创始人和首席执行官。

开发、设计与写作皆为所长。

热爱苹果、钟情色彩。

随时恭候 垂询

Outer Square Inner Square