Skip to content

Instantly share code, notes, and snippets.

@xantilon
xantilon / IIS-Express-mit-IP-debuggen.md
Last active February 5, 2024 16:05
IIS-Express mit IP debuggen

IIS-Express mit IP debuggen

Szenario:

- Projekt 1: PHP-Anwendung
- Projekt 2: API

Um die PHP-Anwendung auf einem Windows PC zu starten und zu Debuggen bietet sich Docker an, da eine PHP Installation aufwändig ist und nicht (oder schwer) mehrere PHP Versionen parallel installiert werden können.

Problem:

{
"swagger": "2.0",
"info": {
"description": "The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor's order data.",
"version": "v1",
"title": "Selling Partner API for Direct Fulfillment Orders",
"contact": {
"name": "Selling Partner API Developer Support",
"url": "https://sellercentral.amazon.com/gp/mws/contactus.html"
},
public class OutlineLabel : Control,INotifyPropertyChanged
{
public static readonly DependencyProperty OutlineForeColorProperty =
DependencyProperty.Register ("OutlineForeColor", typeof (Color), typeof (OutlineLabel), new PropertyMetadata (Colors.Green));
public static readonly DependencyProperty OutlineWidthProperty =
DependencyProperty.Register ("OutlineWidth", typeof (double), typeof (OutlineLabel), new PropertyMetadata (2.0));
@xantilon
xantilon / install-mkdocs.txt
Created February 19, 2018 11:15
get started with mkdocs
cinst -y python3
cinst -y pandoc
## http://boxstarter.org/package/nr/url? RAW LINK
cinst -y freecommander-xe
cinst -y vcredist2008
cinst -y webpi
cinst -y GoogleChrome
cinst -y dropbox
cinst -y visualstudiocode
cinst -y autohotkey.install
'use strict';
angular.module('appname')
.directive('onLongPress',['$timeout','$swipe', function ($timeout, $swipe) {
return {
restrict: 'A',
link: function ($scope, $elm, $attrs) {
$swipe.bind($elm,{
'start': function (coords) {
eddy@eddysmbp:~|⇒ cd ~/Sites/temp
eddy@eddysmbp:~/Sites/temp|⇒ git clone https://github.com/getgrav/grav.git grav
Cloning into 'grav'...
remote: Counting objects: 5762, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5762 (delta 0), reused 5 (delta 0)
Receiving objects: 100% (5762/5762), 2.05 MiB | 21.00 KiB/s, done.
Resolving deltas: 100% (3024/3024), done.
Checking connectivity... done.
eddy@eddysmbp:~/Sites/temp|⇒ cd grav
<?php
/* * **
*
* This script converts an existing MySQL database to migrations in Laravel 4.
*
* 1. Place this file inside app/controllers/
*
* 2. In this file, edit the index() method to customize this script to your needs.
* - inside $migrate->ignore(), you pass in an array of table
<?php
/* * **
*
* This script converts an existing MySQL database to migrations in Laravel 4.
*
* 1. Place this file inside app/controllers/
*
* 2. In this file, edit the index() method to customize this script to your needs.
* - inside $migrate->ignore(), you pass in an array of table
@xantilon
xantilon / gist:5056595
Last active December 14, 2015 08:18
fontforge failed to build on 10.8.2
02.make
( cd Unicode ; make )
ln -s ./po/*.po po
ln: po/ca.po: File exists
ln: po/de.po: File exists
ln: po/el.po: File exists
ln: po/en_GB.po: File exists
ln: po/es.po: File exists
ln: po/fr.po: File exists
ln: po/it.po: File exists