Kenshō - Computer Science category

Computer Science

Getting Started With Python Resources

Resources to help a noob get started with their journey in python.

2 mins read
[Solved] PostgresQL Passsword Supply Error

How to solve the error when postgresQL throws fe_sendauth: no password supplied

2 mins read
The Importance of Synaptic Strength in Neurons

This article talks about the often occuring need in statistical and AI equations to multiply inputs with their corresponding weights by taking in account the polo handicap system followed in the game of polo.

3 mins read
The artificial Neurons

The ∑ unit multiplies each input x by a weight w, and sums the weighted inputs. If this sum is greater than a predetermined threshold, the output is one; otherwise it is zero.

16 mins read
Executing graphics.h programs in Ubuntu

Work arounds to executing graphics.h programs in ubuntu when you don't have older compilers like TURBO C++ to get the work done.

2 mins read
Configuring nginx for Reverse Proxy

Delegating domain calls on a single port for frontend and backend applications being served separately.

3 mins read
PostgresQL and the catastrophy of not stopping the service when time.

Sometimes problem is not exactly where it seems to exist.

4 mins read
Setting up a WordPress on the local server

Linux, Apache, MySQL, PHP tech stack

3 mins read
Setting up a LAMP environment on a local server

Linux, Apache, MySQL, PHP tech stack

3 mins read
Git
Git basics and finally making a pull request

How one may make a pull request to a repository on GitHub

7 mins read
Git
Creating a New Repository on GitHub

How one may create a repository on GitHub

3 mins read