Skip to content

Instantly share code, notes, and snippets.

View pythongiant's full-sized avatar
🏠
Working from home

Srihari pythongiant

🏠
Working from home
View GitHub Profile
@pythongiant
pythongiant / gist:570f7318c4f9088ccd10331a38cd01c0
Created June 4, 2019 05:17 — forked from evildmp/gist:3094281
Set up Django, nginx and uwsgi

This document has now been incorporated into the uWSGI documentation:

http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html

Set up Django, nginx and uwsgi

Steps with explanations to set up a server using:

@pythongiant
pythongiant / MainActivity.java
Last active May 23, 2019 16:37 — forked from menuka94/MainActivity.java
Android Custom List View with Custom Adapter
package com.example.menuka.adaptertest;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ListView;
import java.util.ArrayList;
import java.util.List;
public class MainActivity extends AppCompatActivity {