This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parcelRequire = (function(e, r, t, n) { | |
var i, | |
o = "function" == typeof parcelRequire && parcelRequire, | |
u = "function" == typeof require && require; | |
function f(t, n) { | |
if (!r[t]) { | |
if (!e[t]) { | |
var i = "function" == typeof parcelRequire && parcelRequire; | |
if (!n && i) return i(t, !0); | |
if (o) return o(t, !0); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const nodemailer = require('nodemailer') | |
const transporter = nodemailer.createTransport({ | |
service: 'gmail', | |
auth: { | |
user: 'in@gmail.com', | |
pass: 'passPASS' | |
} | |
}); | |
const mailOptions = { | |
from: 'ext@gmail.com', // sender address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo woeusb -d /home/wendelin/Downloads/Win10_1809Oct_German_x64.iso /dev/sdd --tgt-fs ntfs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var back_to_top_button = ['<a title="zum Menu" href="#" class="scrollToTop"><i class="ion-chevron-up" aria-hidden="true"></i></a>'].join(""); | |
$("body").append(back_to_top_button) | |
// Der Button wird ausgeblendet | |
$(".scrollToTop").hide(); | |
// Funktion für das Scroll-Verhalten | |
$(function () { | |
$(window).scroll(function () { | |
if ($(this).scrollTop() > 300) { // Wenn 100 Pixel gescrolled wurde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var back_to_top_button = ['<a title="zum Menu" href="#top" class="scrollToTop bg-primary">TOP</a>'].join(""); | |
$("body").append(back_to_top_button) | |
// Der Button wird ausgeblendet | |
$(".scrollToTop").hide(); | |
// Funktion für das Scroll-Verhalten | |
$(function () { | |
$(window).scroll(function () { | |
if ($(this).scrollTop() > 300) { // Wenn 100 Pixel gescrolled wurde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.scrollToTop{ | |
position: fixed; | |
width: 40px; | |
bottom: 40px; | |
right: 40px; | |
height: 40px; | |
line-height: 40px; | |
background-color: #ea5b0c; | |
text-align: center; | |
color: #fff!important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ "keys": ["alt+shift+f"], "command": "reindent" }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"show_definitions": false, | |
"auto_complete": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme", | |
"fold_buttons": true, | |
"font_size": 13, | |
"highlight_line": true, | |
"indent_guide_options": | |
[ |