Skip to content

Instantly share code, notes, and snippets.

View lokeshh's full-sized avatar
🌴
On vacation

Lokesh Sharma lokeshh

🌴
On vacation
View GitHub Profile
@lokeshh
lokeshh / Courses.md
Last active September 6, 2022 12:01
My courses

Below is a list of online MOOC's I've successfully completed:

Edx Courses:

Massive Open Online Courses (MOOC's) by MIT:

  • Introduction to Computer Sciend and Programming using Python [MITx - 6.00.1x] Certificate

  • Introduction to Computational Thinking and Data Science [MITx - 6.00.2x] Certificate

sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=0
I opened the laptop to get the screen part number
Original screen: b156htn03.8
IPS compatible with above (through internet)
B156HAN01.2
LP156WF6-SPB1
#!/usr/bin/python
import httplib2
import os
import sys
from apiclient.discovery import build
from apiclient.errors import HttpError
from oauth2client.client import flow_from_clientsecrets
from oauth2client.file import Storage
(base) ➜ library git:(master) ✗ mvn spring-boot:run
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< com.example:library >-------------------------
[INFO] Building library 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> spring-boot-maven-plugin:2.2.0.RELEASE:run (default-cli) > test-compile @ library >>>
[INFO]
(zzz) ➜ zappa update --no_venv
Calling update for stage dev..
Oh no! An error occurred! :(
==============
Traceback (most recent call last):
File "/home/lokesh/miniconda3/envs/zzz/lib/python3.7/site-packages/zappa-0.50.0-py3.7.egg/zappa/cli.py", line 2774, in handle
sys.exit(cli.handle())
File "/home/lokesh/miniconda3/envs/zzz/lib/python3.7/site-packages/zappa-0.50.0-py3.7.egg/zappa/cli.py", line 511, in handle
import time
class BmiData:
def __init__(self):
self.weight = 0
self.height = 0
def main(bmiData):
for i in range(100):
bmiData.height += 1
2019-07-09 12:08:13.613 INFO 13480 [ restartedMain] c.b.c.c.s.UserService : reset user ac index with size = 0
2019-07-09 12:08:14.746 INFO 13480 [ restartedMain] c.b.c.c.s.CafeteriaService : reset cafeteria index with vendors = 0
2019-07-09 12:08:15.475 INFO 13480 [ restartedMain] c.b.c.c.s.RabbitService : re/initialized rabbit client
2019-07-09 12:08:15.592 INFO 13480 [ restartedMain] c.b.c.c.s.RabbitService : add dm queue with prefix = cdm.where_no_dm, did = 0
2019-07-09 12:08:15.627 WARN 13480 [ restartedMain] c.b.c.c.s.RabbitService : stopped common listerner
2019-07-09 12:08:15.628 INFO 13480 [ restartedMain] c.b.c.c.s.RabbitService : ########################### initiate cm queue listener ##################################
2019-07-09 12:08:17.249 WARN 13480 [ restartedMain] c.b.c.c.s.RabbitService : stopped common listerner
2019-07-09 12:08:17.251 INFO 13480 [ restartedMa
2019-07-09 11:13:48.446 WARN 14536 [detector-worker] o.a.i.l.j.JavaLogger : Possible too long JVM pause: 607 milliseconds.
2019-07-09 11:13:49.234 INFO 14536 [ restartedMain] c.b.c.c.s.UserService : reset user ac index with size = 0
[11:13:50] New version is available at ignite.apache.org: 2.7.5
2019-07-09 11:13:50.928 WARN 14536 [-notifier-timer] o.a.i.l.j.JavaLogger : New version is available at ignite.apache.org: 2.7.5
2019-07-09 11:13:52.314 INFO 14536 [ restartedMain] c.b.c.c.s.CafeteriaService : reset cafeteria index with vendors = 0
2019-07-09 11:13:52.705 INFO 14536 [ restartedMain] c.b.c.c.s.RabbitService : re/initialized rabbit client
2019-07-09 11:13:52.891 INFO 14536 [ restartedMain] c.b.c.c.s.RabbitService : add dm queue with prefix = cdm.where_no_dm, did = 0
2019-07-09 11:13:52.912 WARN 14536 [ restartedMain] c.b.c.c.s.RabbitService : stopped common listerner
2
➜ cat ~/.docker/config.json
{
"credHelpers": {
"gcr.io": "gcloud",
"us.gcr.io": "gcloud",
"eu.gcr.io": "gcloud",
"asia.gcr.io": "gcloud",
"staging-k8s.gcr.io": "gcloud",
"marketplace.gcr.io": "gcloud"
}