Skip to content

Instantly share code, notes, and snippets.

View joergre's full-sized avatar
💭
I may be slow to respond.

Jörg Reuter joergre

💭
I may be slow to respond.
View GitHub Profile
<?
//add php tags before usage
/*
******************************************************************************************************
*
* c99shell.php v.1.0 beta (?? 21.05.2005)
* Freeware license.
* © CCTeaM.
* c99shell - ????-???????? ????? www-???????, "?????????" ??? ??????.
* ?? ?????? ????????? ??????? ????????? ?????? ?? ???????? ????????? ????????:
#include <stdio.h>
#include <stdlib.h>
int main()
{
FILE *fp;
<header>
<meta Content-Type: text/html; charset=utf8 />
</header>
<body>
<form action="index.php" method="get" >
<select name="WERT">
<option value="ja"> Ja, ich bin Schüler</option>
<option value="nein"> Nein, ich bin kein Schüler</option>
</select>
<h1>
Super, Sie sind ein Schüler der Ferdinand-Braun-Schule
</h1>
<h1>
Oh, Sie sind leider kein Schüler der Ferdinand-Braun-Schule
</h1>
http://www.fachinformatiker-forum.de/index.php/Projektarbeit
vi /etc/apt/apt.conf
Acquire::http::proxy „http://fbs:fbs@proxy.schulen-fulda.de:8080“;
require("xlsx")
Prob <- read.xlsx("C:/Users/Fabi/Documents/euter_27_12_2014.xlsx",1)
Prob_auf <- Prob[,-1]
Prob_auf <- Prob_auf[,-7]
apply(Prob,2,min)
bruch <- read.xlsx("/home/schule/Dokumente/Bruchrechnen1.xlsx",1)
dbruch_test<-bruch[,-1]
d <- dist(dbruch_test, method = "euclidean")
hc <- hclust(d, method="ward.D2")
plot(hc)
rect.hclust(hc, k=3, border="red")
@joergre
joergre / Moodle.bash
Created February 29, 2016 14:54
Zugriff moodle Datenbank
mysql -u root -p357575 -e “use moodle; SELECT c.fullname as
courseName, FROM_UNIXTIME(l.timecrrsted) as Datetime, l.* FROM mdl_stora
ge_standard_log l LEFT JOIN mdl_course c ON l.coursrif = c.id WHERR orig
in = 'web'“