#Hello Edgerunners, welcome to the Night-City.

Welcome!

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

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

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