This file contains hidden or 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
main |
This file contains hidden or 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
import os | |
import pandas as pd | |
import pickle | |
from keras.layers import BatchNormalization, Dropout, regularizers | |
from keras.layers import Dense | |
from keras.layers import Input | |
from keras.layers.merge import concatenate | |
from keras.models import Model | |
from keras.models import Sequential | |
from keras.utils import plot_model |
This file contains hidden or 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
import os | |
import pickle | |
import pandas as pd | |
from sklearn.metrics import make_scorer | |
from sklearn.model_selection import GridSearchCV | |
from sklearn.model_selection import KFold | |
from sklearn.model_selection import train_test_split | |
from xgboost import XGBRegressor |
This file contains hidden or 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
import os | |
import pandas as pd | |
import pickle | |
from keras.layers import BatchNormalization, Dropout, regularizers | |
from keras.layers import Dense | |
from keras.layers import Input | |
from keras.layers.merge import concatenate | |
from keras.models import Model | |
from keras.models import Sequential | |
from keras.utils import plot_model |
This file contains hidden or 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
#!/usr/bin/env ruby | |
require 'mail' | |
def send_mail(content) | |
mail = Mail.new do | |
from '[email protected]' | |
to '[email protected]' | |
subject "Subject" | |
body content | |
end |
This file contains hidden or 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
Gewünschte Ruby wie Standalone installieren ohne die executables zum Path aufzunehmen | |
uru von https://bitbucket.org/jonforums/uru/ runterladen und zunächste die Windows Variante gemäß anleitung installieren | |
Um uru auch aus cygwin nutzen zu können sollte innerhalb von cygwin eine linux installation von uru durchgeführt werden | |
Damit die cygwin installation die richtigen ruby versionen findet muss folgender Umgebungsvariable angelegt werden: | |
export URU_HOME="C:\Pfad\zur\.uru" | |
#Um immer die richtige ruby version automatisch zu nutzen kann das hier in die .bashrc aufgenommen werden (oder entsprechende Dateien) |
This file contains hidden or 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
localhost, 127.0.0.*, 10.*, 172.23.*, 192.168.*, *.dm-drogeriemarkt.com, *.dm.int, *.dm-drogeriemarkt.de |
This file contains hidden or 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
set mouse-=a | |
scriptencoding utf-8 | |
set encoding=utf-8 | |
set nocompatible " be iMproved, required | |
filetype off " required by Vundle | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins |
This file contains hidden or 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
deb http://sven-ola.commando.de/repo/ wheezy main | |
deb-src http://sven-ola.commando.de/repo/ wheezy main |
This file contains hidden or 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
#! /bin/bash | |
ipconfig /all | gawk ' | |
BEGIN { | |
# Initialize state variables. | |
addSuffixes=0; | |
searchList=""; | |
addServers=0 | |
}; | |
{ |
NewerOlder