#Hello Edgerunners, welcome to the Night-City.

Welcome!

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...

Python Cheatsheet

Python cheatsheet Basics Advanced # With *args you can pass on parameters # with already defined values def myFun(*argv): for arg in argv: print (arg) myFun('Hello', 'Welcome', 'to', 'GeeksforGeeks') # with **kwargs you can add keyworded, variable-leng...

Jsslider Cheatsheet

Js Slider {% extends 'base.html' %} {% load static %} {% block css_link %} <link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}" /> <style> .main-screen img { height: 200px; width: 200px; background-color: grey; ...

Bulma Cheatsheet

Bulma Cheatsheet Installation Bulma is a CSS file, you can include it with just basic css and html from a CDN source: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css"> In order for bulma to work correctly you need these two (respons...

Psycopg2 Cheatsheet

Psycopg2 This cheatsheet is about the psycopg2 packet. Installation: $ pip install psycopg2 install dev tools for ubuntu $ sudo apt install -y build-essential libssl-dev libffi-dev python3-dev Python Usage Details Postgres: - Username: The username you use to work with PostgreSQL, The default us...

Engineer 10 principles Cheatsheet

10 principles to live by as a Software Engineer: 1) Don’t blame people for bugs and outages; improve processes and extract lessons instead. 2) Communicate clearly and unambiguously; confusion from miscommunication kills software projects. 3) Favor small pull requests over big ones; they’re less erro...

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