Skip to content

Instantly share code, notes, and snippets.

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

Bhushan Khanale bkhanale

🏠
Working from home
View GitHub Profile
@bkhanale
bkhanale / cpp.json
Created April 12, 2019 10:16
VS Code Snippets
{
// Place your snippets for cpp here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
@bkhanale
bkhanale / sublime-user-preferences
Last active April 12, 2019 10:12
Sublime Text 3 Preferences (I don't want to write them everytime)
// Place your settings in the file "Packages/User/Preferences.sublime-settings",
// which overrides the settings in here.
//
// Settings may also be placed in syntax-specific setting files, for
// example, in Packages/User/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
"color_scheme": "Monokai.sublime-color-scheme",
// Note that the font_face and font_size are overridden in the platform
Server is listnening on 127.0.0.1
21:53:37: accept_connections_thread :127.0.0.1:54522 has connected.
21:53:37: client 127.0.0.1:54522 thread :Start thread for this client
21:53:37: client 127.0.0.1:54522 thread :Server receive register message
{'user_name': 'bhush', 'text': 'Hello', 'time': '21:53'}
21:53:37: client 127.0.0.1:54522 thread :Send to ('127.0.0.1', 33000)
msg= {'user_name': 'Server', 'text': 'Welcome bhush! If you ever want to quit, type {quit} to exit\n', 'time': '21:53'}
21:53:37: client 127.0.0.1:54522 thread :Start broadcasting
{'user_name': 'Server', 'text': 'bhush has joined the chat!\n', 'time': '21:53'}
21:53:37: client 127.0.0.1:54522 thread :Finish broadcasting
(CPenv) bkhanale@R556UR:~/personal_github/OOPS-Project$ coala --non-interactive
Executing section all...
Executing section all.c++...
Executing section cli...
(CPenv) bkhanale@R556UR:~/personal_github/OOPS-Project$