Skip to content

Instantly share code, notes, and snippets.

View PhilmacFLy's full-sized avatar

Philipp Neumann PhilmacFLy

View GitHub Profile
#include<iostream> // Ein - und Ausgabeoperationen
#include"Rechenoperatoren.h"
#include <ctype.h>
#include <string>
using namespace std;
int main()
{
//zahlen und operator

Keybase proof

I hereby claim:

  • I am philmacfly on github.
  • I am philmacfly (https://keybase.io/philmacfly) on keybase.
  • I have a public key ASD_1sHKdxhiahV-WmqxjpQqxNDIpfet6j3HOh1vJuI9TAo

To claim this, I am signing this object:

package api100
import (
"fmt"
"net/http"
"github.com/carbocation/interpose"
"github.com/carbocation/interpose/middleware"
"github.com/gorilla/mux"
)
{
"kaffee":"/me bringt $NICK$ nen frischen schwarzen Kaffee. Schwarz, stark und vorallem schön lecker. Zucker oder Milch dazu?",
"zucker":"/me reicht $NICK$ zucker"
}
<!DOCTYPE html>
<html>
<head>
<title>Moodlights Setting</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<script type="text/javascript" src="static/bootstrap-3.2.0-dist/js/bootstrap.js"></script>
<link rel="stylesheet" type="text/css" href="static/bootstrap-3.2.0-dist/css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="static/bootstrap-3.2.0-dist/css/bootstrap-theme.css"/>
</head>
<body>
package main
import (
"fmt"
"html/template"
"io"
"net/http"
"os"
"path/filepath"
)
private static void processReport(String sourceText, String targetText)
throws ResourceException, IOException, BundleWriterException, ContentIOException {
File sourceFile = new File(sourceText);
MasterReport report = (MasterReport) new ResourceManager().createDirectly(sourceFile, MasterReport.class).getResource();
MasterReport processedReport = manipulateReport(report);
BundleWriter.writeReportToZipFile(processedReport, new File(targetText));
}