#Hello Edgerunners, welcome to the Night-City.

Welcome!

Nginx Cheatsheet

tail -f /var/log/nginx/error.log -- for viewing error logs in nginx Django setup cheat sheet nginx user www-data; worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; events { worker_connections 768; # multi_accept on; } http { upstream test_server { ...

Pyglet Cheatsheet

Pyglet Installation $ pip install pyglet ```` # Writing Pyglet Application Hello World: ```python import pyglet window = pyglet.window.Window() label = pyglet.text.Label('Hello, world', font_name='Times New Roman', font_size=36,...

Dev cycle Cheatsheet

Software Development Life Cycle [ ] Idea [ ] Planning [ ] Analysis [ ] Design [ ] Implementation [ ] Testing and Integration [ ] Documentation [ ] Maintanance Types of it are: - Agile (Scrum is the framework of it) -- Small incremental changes - Lean -- The Lean process is about working only on wh...

Scrum Cheatsheet

product backlog sprint backlog in progress testing documentation blocked pushed ...

Ajax Cheatsheet

Ajax Cheatsheet XML HTTP Request var request = new XMLHttpRequest(); request.open('GET', 'https://ajax-resource-url.com/resource/'); request.send(); request.onload = function() { console.log(JSON.parse(request.response)); } Fetch fetch("https://ajax-resource-url.com/resource...

Londonist Cheatsheet

server starting mysql sudo mysql -u root -- connects to the mysql command line data grip snap find datagrip - finding data grip kill 800 already used port sudo fuser -k 8000/tcp Jira API The format of all REST URIs in JIRA is: http://hostname/rest/<api-name>/<api-version>/&lt...

Academic report Cheatsheet

Academic Report Introduction -- In the introduction to your academic report, you present the research topic or question and explain why you chose to study that topic You may also present a general overview of the work you did and your findings Literature Review/Background -- In this section, you wi...

Readme Cheatsheet

notebook-3 📕 tech cheat-sheet notes Table of Contents: Languages - java - go - python - pep8 - python packaging - php Frontend - ajax - jquery - media queries - bootstrap - data table - bulma Backend - sql - unittest - postgresql - sqlite - django - psycopg2 - python-sqlite3 - mongodb - django-r...

Readme template Cheatsheet

Readme Template Best-README-Template An awesome README template to jumpstart your projects! Explore the docs » View Demo · Report Bug · Request Feature Table of Contents About the Project Built With Getting Started Prer...

Django rest api Cheatsheet

Django REST API cheatsheet Essential Note for api design:In a RESTful API, endpoints (URLs) define the structure of the API and how end users access data from our application using the HTTP methods: GET, POST, PUT, DELETE. Endpoints should be logically organized around collections and elements, bot...

Java Cheatsheet

Java Hello World: public class Main { public static void main(String[] args) { System.out.println("Hello World"); } } compile and run it with: javac filename.java java filename Java Basics // Variables int myNum = 5; float myFloatNum = 5.99f; char myLetter = 'D'; boolea...

Postgresql Cheatsheet

PostgreSQL cheatsheet Install: sudo apt update sudo apt install postgresql postgresql-contrib PSQL Magic words: sudo -u postgres -i Some interesting flags (to see all, use -h or --help depending on your psql version): - -E: will describe the underlaying queries of the \ commands (cool for learn...

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