#Hello Edgerunners, welcome to the Night-City.

Welcome!

Unittest Cheatsheet

Unittest Unittest is an test frameowrk written for python. Unittest supports some important concepts in an object-oriented way. Terminology: - test fixture -- A test fixture represents the preparation needed to perform one or more tests, and any associated cleanup actions. This may involve, for exam...

Freelance notes Cheatsheet

Freelance Notes Notes from Jamie Brindles Book Chapter 1: The Surplus Mindset In freelancing the process of finding clients is science not art, never make short-sighted decisions based on fear for not finding clients, everyday 10 million businesses are launched,, and a freelancer can live comfortab...

Media queries Cheatsheet

Media Queries /* Mobile Small --------------------------------------------------------- */ @media screen and (min-width: 0px) and (max-width: 320px) { } /* Mobile Medium --------------------------------------------------------- */ @media screen and (min-width: 321px) and (max-width: 375px) { }...

Sqlite Cheatsheet

SQLite Installing update $ sudo apt install sqlite3 And to run the sqlite program you do $ sqlite3 If you do not give a filename parameter then sqlite creates a temporary database, but if you give a filename it creates or connects to that database $ sqlite3 dbName Special Commands .help -- li...

Mongodb Cheatsheet

MongoDB MongoDB is an open-source document database and leading NoSQL database. MongoDB is written in C++ Basics Advanced Python Usage Django Usage...

Data table Cheatsheet

Data Table While working with data tables if you want to populate the table from an ajax call, you have to first destroy and then re-draw the table: $('#table1').DataTable().destroy(); $('#table1').find('tbody').append("<tr><td><value1></td><td...

Python sqlite Cheatsheet

Sqlite - Python Driver import sqlite3 from sqlite3 import Error try: conn = sqlite3.connect('example.db') # Once you have a Connection, you can create a Cursor object # and call its execute() method to perform SQL commands: cur = con.cursor() # Create table cur.ex...

What's this?

The Night-City version of CaveOps 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