Skip to content

Instantly share code, notes, and snippets.

@thealphadollar
thealphadollar / AutoConnectLinkedIn.js
Last active November 9, 2025 10:19
JS script to send connection requests to your LinkedIn search results with customisation options, accept all received connection requests, and withdraw pending sent connection requests.
// If the script does not work, you may need to allow same site scripting https://stackoverflow.com/a/50902950
Linkedin = {
config: {
scrollDelay: 3000,
actionDelay: 5000,
nextPageDelay: 5000,
// set to -1 for no limit
maxRequests: -1,
totalRequestsSent: 0,
@JaDogg
JaDogg / Student_Proposals_GSOC.md
Last active April 1, 2020 04:27
Student Proposals

Hello,

Please comment below with following details.

  1. What are the projects you like do for the GSoC. (Add links to projects) don't mention the actual idea.
  2. Have you contributed to SCoRe lab? Yes or No..
  3. Whom did you share the proposal with so far?
  4. Did you get responses to your ideas/proposal?

Add any other info you think will be relevant. (Don't add the actual idea or feature)

@JaDogg
JaDogg / new_to_score.md
Last active January 26, 2024 05:08
New to SCoRe Lab 🥳
@tanhengyeow
tanhengyeow / GSoC2019-work-product.md
Last active August 2, 2023 16:50
Google Summer of Code 2019: WebSocket Monitor

Google Summer of Code 2019: WebSocket Monitor

🦊 Firefox Nightly 🔥 now supports WebSocket Inspection! It has been a really exciting summer working to support WebSocket Inspection for Firefox as this is a feature that many developers have been requesting over the years.

I am very thankful for this opportunity as I was given ownership to implement the WebSocket Inspector from scratch until it is production-ready. Throughout the process, I got to learn from different experts in the team, gaining the knowledge needed to deliver success for the project. They include:

  1. Knowing how Firefox Developer Tools communicate with the browser through the Remote Debugging Protocol (RDP)
  2. Extending the React/Redux architecture of the Network Panel in Firefox Developer Tools
  3. Working with DOM elements and modern APIs e.g. Intersection Observer
  4. Improving web performance through lazy lo
@kmehant
kmehant / My_GSoC_2019_Contributions.md
Last active May 10, 2020 07:05
My GSoC 2019 Contributions

My GSoC 2019 Contributions

This document consists of information related to my work as part of GSoC 2019. This stays as a reference to my work samples.

Background

I was a Google Code-in Grand Prize Winner for the year 2017. During that period I have contributed to multiple projects under Sustainable Computing Research Lab. In 2018, I was selected as a Google code-in Mentor where I have spent time helping students to make efficient contributions to open-source software. In 2019, I have been selected as one of the Google Summer of Code Student developers all over the world. My work will be around DevOps which includes API testing, working with docker containers, kubernetes and easy deployments. I will be working with Bassa an n-tier web application which is an automated download queue for communities to make best use of internet bandwidth.

My Contributions during GSoC 2019

You can find complete details with my weekly log attached at the bottom. Please follow this [link](https://github.c

GSOC 2018

Summer is not over yet, but coding part of Google summer of code yes. This is my final report.

Quick recap

I was working with fedora organization on conu - python API for your containers. Before GSOC, you could use library just to work with standalone containers. Goal for GSOC was to implement support also for orchestration tools like Kubernetes and OpenShift. For more information see my proposal.