https://github.com/jumaschion/You-Dont-Know-JS-1
https://www.freecodecamp.org/news/10-important-git-commands-that-every-developer-should-know/
https://libgen.is/book/index.php?md5=175B21E7C25252BE1853DFB30CD34FC7
return { | |
lsp = { | |
skip_setup = {"jdtls"}, | |
formatting = { | |
format_on_save = true, | |
filter = function(client) | |
if client.name == "tsserver" then | |
return false | |
end |
#!/bin/bash | |
sudo apt-get remove ubuntu-desktop | |
sudo apt-get autoremove | |
sudo apt-get remove nautilus nautilus-* gnome-power-manager gnome-screensaver gnome-termina* gnome-pane* gnome-applet* gnome-bluetooth gnome-desktop* gnome-sessio* gnome-user* gnome-shell-common zeitgeist-core libzeitgeist* gnome-control-center gnome-screenshot && sudo apt-get autoremove | |
sudo apt-get install -y curl | |
curl https://raw.githubusercontent.com/enesusta/vm/main/docker-init.sh | bash | |
curl https://raw.githubusercontent.com/enesusta/vimrc/master/.vimrc | head -11 > .vimrc |
FROM adoptopenjdk/openjdk11-openj9:x86_64-alpine-jdk11u-nightly-slim as build | |
ENV MAVEN_VERSION 3.5.4 | |
ENV MAVEN_HOME /usr/lib/mvn | |
ENV PATH $MAVEN_HOME/bin:$PATH | |
COPY ./ ./ | |
RUN apk add wget |
registry'e login oluyorsun.
docker login registry.trendyol.com
herhangi bir image'i cekiyorsun hub.docker'dan
Helm, the Kubernetes application package manager, can streamline the installation process and deploy resources throughout the cluster very quickly. To successfully deploy RabbitMQ, we will have to install the Helm package manager.
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
npm install @rollup/plugin-node-resolve --save-dev | |
npm install @rollup/plugin-commonjs --save-dev | |
npm install @rollup/plugin-babel --save-dev | |
npm install [email protected] --save-dev | |
npm i -D [email protected] | |
yarn add --dev [email protected] | |
npm install --save-dev @babel/core | |
npm install --save-dev @babel/preset-env |
#ifndef logsqlite | |
#define logsqlite | |
void insert(char *str); | |
#endif |
#include "com_github_enesusta_NativeLogger.h" | |
JNIEXPORT void JNICALL Java_com_github_enesusta_NativeLogger_log(JNIEnv *env, jobject obj, jstring str) { | |
} |
/* DO NOT EDIT THIS FILE - it is machine generated */ | |
#include <jni.h> | |
/* Header for class com_github_enesusta_NativeLogger */ | |
#ifndef _Included_com_github_enesusta_NativeLogger | |
#define _Included_com_github_enesusta_NativeLogger | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
/* |