Skip to content

Instantly share code, notes, and snippets.

View nimble-123's full-sized avatar
🎯
Focusing

nimble nimble-123

🎯
Focusing
View GitHub Profile
@nimble-123
nimble-123 / proxy.js
Created June 2, 2019 12:19 — forked from jasper07/proxy.js
Simple Node reverse proxy for UI5 development
var express = require('express'),
httpProxy = require('http-proxy'),
proxy = new httpProxy.createProxyServer();
var routing = {
'sapui5': {
target: 'http://localhost:8001' //sdk
},
'apps': {
target: 'http://localhost:8002' //applications
@nimble-123
nimble-123 / pyload.init
Created November 4, 2015 00:08
pyload daemon
#!/bin/sh
### BEGIN INIT INFO
# Provides: pyload
# Required-Start: $syslog $local_fs $network $remote_fs
# Required-Stop: $syslog $local_fs $network $remote_fs
# Should-Start: $remote_fs $named
# Should-Stop: $remote_fs $named
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
@nimble-123
nimble-123 / teamspeak
Created November 3, 2015 19:47
Teamspeak 3 Server Daemon
#! /bin/sh" > /etc/init.d/teamspeak
### BEGIN INIT INFO
# Provides: ts3
# Required-Start: $network
# Required-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: TeamSpeak3 Server Daemon
# Description: Starts/Stops/Restarts the TeamSpeak Server Daemon
### END INIT INFO

Awesome PHP Libraries

A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).