Skip to content

Instantly share code, notes, and snippets.

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

Adarsh Pandey learneradarsh

🏠
Working from home
View GitHub Profile
https://techiedelight.quora.com/500-Data-Structures-and-Algorithms-practice-problems-and-their-solutions
0
down vote
favorite
I'm trying to install uswgi in a virutal env on linux ubuntu, python 3.5.2 I do
pip install uwsgi
I got this error
Failed building wheel for uwsgi
class A {
Hi() {
alert("Hello World");
}
}
let user = new A();
user.Hi();
SELECT
DEPARTMENT.NAME,
COUNT(EMPLOYEE.ID)
FROM
DEPARTMENT
LEFT JOIN
EMPLOYEE ON DEPARTMENT.DEPT_ID = EMPLOYEE.DEPT_ID
GROUP BY
DEPARTMENT.DEPT_ID,
DEPARTMENT.NAME
sudo add-apt-repository -y "deb https://packages.microsoft.com/repos/vscode stable main"
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB3E94ADBE1229CF
sudo apt update
sudo apt -y install code
sudo apt -y upgrade
sudo apt -y dist-upgrade
https://www.uxpin.com/
https://pidoco.com/en
https://moqups.com/
https://github.com/collections/open-source-organizations
https://opensource.guide
https://codepen.io/SitePoint/pen/MwNPVq
@learneradarsh
learneradarsh / facebook login with js
Created March 14, 2018 10:49
fb login js implementation tutorial video link
https://youtu.be/x_gLILTRD_k
What is the one thing you are most proud of personally or professionally?
I am personally and professionally proud of my teamwork and management skills because as of my exprience of
working with six budding startups where I have analysed and get good feedback about my management skills.One of the example
that has occured in Flipshope, the price comparison startup owned by Ashutosh Goyal,graduate of IIT-Kharagpur.There the team was
not so active,they had worked a whole day and the result was nothing.I have analysed the problem and I have found that they are
not working in a directed way so I've created a concept called TaskCapsules according to that one should take and complete
https://gist.github.com/learneradarsh/8ac7608b662654356d2902bca138518ea capsule in a day,size of capsule depends on the person who is going to do the task.It boost the efficiency of the whole team
and they were happy also because of this flexibility of a taskcapsule in a day concept.