Skip to content

Instantly share code, notes, and snippets.

View MarcelRaschke's full-sized avatar
:electron:
I may be slow to respond.

Marcel Raschke MarcelRaschke

:electron:
I may be slow to respond.
View GitHub Profile
### Keybase proof
I hereby claim:
* I am marcelraschke on github.
* I am xcy8erx (https://keybase.io/xcy8erx) on keybase.
* I have a public key ASCdJkJifLpNVbVU6q8g3ql3NXcfB6l6j8CfM8hmDqZAJQo
To claim this, I am signing this object:
@MarcelRaschke
MarcelRaschke / NonAdmin.cmd
Created November 2, 2022 04:03 — forked from ferventcoder/NonAdmin.cmd
Installing Software as a Non-Administrator Using Chocolatey
:: Pick one of these two files (cmd or ps1)
:: Set directory for installation - Chocolatey does not lock
:: down the directory if not the default
SET INSTALLDIR=c:\ProgramData\chocoportable
setx ChocolateyInstall %INSTALLDIR%
:: All install options - offline, proxy, etc at
:: https://chocolatey.org/install
@powershell -NoProfile -ExecutionPolicy Bypass -Command "(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))) >$null 2>&1" && SET PATH="%PATH%;%INSTALLDIR%\bin"
@MarcelRaschke
MarcelRaschke / README.md
Created June 17, 2021 04:24 — forked from roachhd/README.md
EMOJI cheatsheet 😛😳😗😓🙉😸🙈🙊😽💀💢💥✨💏👫👄👃👀👛👛🗼🔮🔮🎄🎅👻

EMOJI CHEAT SHEET

Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. ✈ Got flash enabled? Click the emoji code and it will be copied to your clipboard.

People

:bowtie: 😄

@MarcelRaschke
MarcelRaschke / Musik_genre_classification.ipynb
Last active June 8, 2022 22:05 — forked from parulnith/Music_genre_classification.ipynb
Music genre classification notebook.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am 10111dg on github.
  • I am mondoshawan (https://keybase.io/mondoshawan) on keybase.
  • I have a public key ASBLvLcQaC33mjcOo-fuVEJm1qKgJMoLWofWm2hwdo18vAo

To claim this, I am signing this object:

@MarcelRaschke
MarcelRaschke / model-development.ipynb
Created November 10, 2020 20:13 — forked from Durlano/model-development.ipynb
Created on Skills Network Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MarcelRaschke
MarcelRaschke / django_deploy.md
Created February 8, 2020 23:44 — forked from bradtraversy/django_deploy.md
Django Deployment - Digital Ocean

Django Deployment to Ubuntu 18.04

In this guide I will go through all the steps to create a VPS, secure it and deploy a Django application. This is a summarized document from this digital ocean doc

Any commands with "$" at the beginning run on your local machine and any "#" run when logged into the server

Create A Digital Ocean Droplet

Use this link and get $10 free. Just select the $5 plan unless this a production app.

@MarcelRaschke
MarcelRaschke / autossh.service
Created February 8, 2020 23:41 — forked from thomasfr/autossh.service
Systemd service for autossh
[Unit]
Description=Keeps a tunnel to 'remote.example.com' open
After=network.target
[Service]
User=autossh
# -p [PORT]
# -l [user]
# -M 0 --> no monitoring
# -N Just open the connection and do nothing (not interactive)
@MarcelRaschke
MarcelRaschke / migration.md
Last active April 10, 2021 23:07 — forked from vilmibm/migration.md
progress on tilde.town migration

migration notes and process

Prerequisites

  • install git
  • install etckeeper
  • initial etckeeper commit

User account copy