Skip to content

Instantly share code, notes, and snippets.

View SOURAV-ROY's full-sized avatar
♾️
MERN

SOURAV ROY SOURAV-ROY

♾️
MERN
View GitHub Profile
@piyushgarg-dev
piyushgarg-dev / README.md
Last active December 28, 2024 17:00
Kafka Crash Course
@rjescobar
rjescobar / extend-trial-jetbrains-windows.bat
Created August 31, 2021 02:53
JetBrains IDE trial reset windows
REM Delete eval folder with licence key and options.xml which contains a reference to it
for %%I in ("WebStorm", "IntelliJ", "CLion", "Rider", "GoLand", "PhpStorm", "Resharper", "PyCharm") do (
for /d %%a in ("%USERPROFILE%\.%%I*") do (
rd /s /q "%%a/config/eval"
del /q "%%a\config\options\other.xml"
)
)
REM Delete registry key and jetbrains folder (not sure if needet but however)
rmdir /s /q "%APPDATA%\JetBrains"
@bradtraversy
bradtraversy / devcamper_specs.md
Last active December 18, 2024 20:48
Specs for Devcamper Udemy course project

DevCamper Backend API Specifications

Create the backend for a bootcamp directory website. The frontend/UI will be created by another team (future course). The html/css template has been created and can be used as a reference for functionality. All of the functionality below needs to be fully implmented in this project.

Bootcamps

  • List all bootcamps in the database
    • Pagination
    • Select specific fields in result
    • Limit number of results
  • Filter by fields
@bradtraversy
bradtraversy / webdev_online_resources.md
Last active December 24, 2024 13:16
Online Resources For Web Developers (No Downloading)
@letsgetrandy
letsgetrandy / brototype.js
Last active February 1, 2019 17:52
Bro, do you even?
if (Object.defineProperty) {
Object.defineProperty(Object.prototype, 'doYouEven', {
value: function(key) {
var props = (key || '').split('.'),
item = this;
for (var i=0; i<props.length; i++) {
item = item[props[i]];
if (typeof item === 'undefined') return false;
}
return true;
@SOURAV-ROY
SOURAV-ROY / tor.py
Last active August 29, 2015 14:06 — forked from ankitagarwal248/tor.py
import socks
import urllib2
import requests
from Queue import Queue
from threading import Thread
import httplib
class SocksiPyConnection(httplib.HTTPConnection):
def __init__(self, proxytype, proxyaddr, proxyport = None, rdns = True, username = None, password = None, *args, **kwargs):
import socks
import urllib2
import requests
from Queue import Queue
from threading import Thread
import httplib
import time
links = ["http://timesofindia.indiatimes.com/india/India-to-fortify-defence-along-China-border-54-new-ITBP-posts-being-planned-in-Arunachal/articleshow/36353494.cms",
#include <stdio.h>
int main()
{
int i, n, fact = 1;
printf("Enter The Number\n");
scanf("%d", &n);
for (i = 1; i <= n; i++)
@paulmillr
paulmillr / active.md
Last active December 28, 2024 13:59
Most active GitHub users (by contributions). http://twitter.com/paulmillr

Most active GitHub users (git.io/top)

The list would not be updated for now. Don't write comments.

The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Wed, 21 Sep 2022 till Thu, 21 Sep 2023.

Because of GitHub search limitations, only 1000 first users according to amount of followers are included. If you are not in the list you don't have enough followers. See raw data and source code. Algorithm in pseudocode:

githubUsers