Video Link: Apache Kafka Crash Course | What is Kafka?
- Knowledge
- Node.JS Intermediate level
- Experience with designing distributed systems
- Tools
- Node.js: Download Node.JS
- Docker: Download Docker
- VsCode: Download VSCode
Video Link: Apache Kafka Crash Course | What is Kafka?
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" |
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.
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; |
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++) |
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