Skip to content

Instantly share code, notes, and snippets.

View twentyse7en's full-sized avatar
🦇

Abijith twentyse7en

🦇
View GitHub Profile
@twentyse7en
twentyse7en / server.go
Created October 28, 2023 13:57
HTTP server in go
package main
import (
"fmt"
"net"
"io/ioutil"
)
// optional to view the structure of request
func exploreRequest(conn net.Conn) {
@twentyse7en
twentyse7en / css_combinator.md
Created April 24, 2023 16:26
CSS Combinators cheatsheet

CSS Combinators

Selector symbol example Description
Descendant " " body p all p tag inside body
Child > body > p all p which is direct child of body
Adjacent sibling + p + img img which is next sibling to p
General Sibling ~ p ~ img all img which is sibling after p

Descendant

@twentyse7en
twentyse7en / bluetoothctl.md
Last active December 25, 2022 11:01
Connect bluetooth device using bluetoothctl

start bluetoothctl

  • $ bluetoothctl

Now we are in bluetoothctl prompt

  • # power on
  • # scan on
  • # pair address pair if you haven't
  • # connect address
@twentyse7en
twentyse7en / lec1.md
Last active October 20, 2020 14:12
Intro Standford NLP

Lecture 1 summary

How do we represent the meaning of word?

Meaning : idea that is represented by a word, phrase etc.

Wordnet

  • This contain the noun, adj, etc related to the word.
  • Impossible to keep up-to-date with new words
@twentyse7en
twentyse7en / GSOC2020.md
Last active October 14, 2020 05:43
Google Summer of Code 2020 Final Work Submission

Google Summer of Code Final Work Report

  • Name: Abijith B
  • Organisation: Python Software Foundation
  • Sub-Organisation: LiberTEM
  • Project: Code snippet for analysis in GUI
  • Proposal: link

@twentyse7en
twentyse7en / example-gist.md
Last active October 30, 2021 07:57
Example Gist

Tasks

  • Read Projects reports in previous year
  • Create a project report draft
  • Send the draft to mentors
  • Submit the final report in dashboard