Skip to content

Instantly share code, notes, and snippets.

View ischroedi's full-sized avatar
🏠
Working from home

M ischroedi

🏠
Working from home
View GitHub Profile
@ischroedi
ischroedi / public-key.pgp
Created August 3, 2018 10:13
Public Key for ID: 51A9C4AA
Public Key for ID: 51A9C4AA
Fingerprint: 2703 1052 FA58 61EE 888B 46EC 2352 DE56 51A9 C4AA
-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: GPGTools - https://gpgtools.org
mQINBFZdgpQBEADgv8hfzCD6eMXk8nBbaMHfxe0GDuHklhE2lVhweNgTKcK+9n/F
lrNNRhGEktJQMjzNcShy3DUYmiNxlK7aWiWPb8CoS5R2Xc9ZcqqsU302tAN2HDbK
be5CDbSmJArcXxfwcK1/C4SFJT18diprNggSdZ8GSRz36+iiwHgEFY/1GtqxuKLL
@ischroedi
ischroedi / Verifying that "marioschroeder.id"
Created March 7, 2017 14:36
Verifying that "marioschroeder.id" is my Blockstack ID. https://onename.com/marioschroeder
#Verifying that "marioschroeder.id" is my Blockstack ID. https://onename.com/marioschroeder
@ischroedi
ischroedi / IPNG-0-1
Last active August 9, 2016 11:10
IPND Stages 0-1: Make a Web Page
<!DOCTYPE html>
<html>
<head>
<title>Marios Lessons of IPNG </title>
<meta charset="UTF-8">
</head>
<body>
<div class="TOC">
<h1>TOC of IPND-Course</h1>
Auszug aus dem Script Console Log
>> @result = InlinkMapper::Result.parse(@inlink, :single => true)
=> nil
>> p @inlink
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ysearchresponse xmlns=\"http://www.inktomi.com/\" responsecode=\"200\">\n
<nextpage><![CDATA[/ysearch/se_inlink/v1/www.ischroedi.de?format=xml&count=10&appid=PvVLFJPIkY28DeDGfB6stqsOrWz48P6c5o4R_zLgNFk-&start=10]]></nextpage>\n
<resultset_se_inlink count=\"10\" start=\"0\" totalhits=\"1363\" deephits=\"1370\">\n
<result>\n
<abstract><![CDATA[Sakuzaku provides software engineering and systems architecture consulting services, with a focus on fast, sleek, and modern Ruby on Rails and Web 2.0 applications <b>...</b>]]></abstract>\n
Processing NewsteamsController#update (for 127.0.0.1 at 2009-05-18 22:24:30) [PUT]
Parameters: {"commit"=>"upload", "authenticity_token"=>"UTitUhVK2FqQrqFVP1AlEN7YYgVO2flKBJla6xw/g4I=", "id"=>"5", "newsteam"=>{"photo"=>#<File:/var/folders/ff/ffghENDIFlqHboamhA3hxE+++TI/-Tmp-/RackMultipart.9521.1>, "Beschreibung"=>"dfdfdf", "agb"=>"1", "ort"=>"Freyburg", "nachname"=>"Müller", "vorname"=>"Peter"}}
Newsteam Columns (2.5ms) SHOW FIELDS FROM `newsteams`
Newsteam Load (0.8ms) SELECT * FROM `newsteams` WHERE (`newsteams`.`id` = 5)
[paperclip] Paperclip attachment photo on Newsteam initialized.
[paperclip] Assigning #<File:/var/folders/ff/ffghENDIFlqHboamhA3hxE+++TI/-Tmp-/RackMultipart.9521.1> to photo
[paperclip] Queueing the existing files for photo for deletion.
[paperclip] Writing attributes for photo
[paperclip] Post-processing photo
[paperclip] Processing thumb #<File:0x422e508> in the thumbnail processor.
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/5.2.0-8+etch13 mod_ssl/2.2.3 OpenSSL/0.9.8c Server at www.online-kreditinfo.de Port 80
@ischroedi
ischroedi / gist:110376
Created May 12, 2009 08:03
adva_without_css
And in an other projekt it will be show me only the website without css?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>fernstudent</title>
<link href="/stylesheets/adva_cms/default.css?1241646821" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/adva_cms/common.css?1241646822" media="screen" rel="stylesheet" type="text/css" />
<h4>Zimmer für Peakbreak 2009 buchen</h4>
<fieldset><br/>
<%= f.label :name %>
<%= f.text_field :name %><br/>
<%= f.label :email %>
<%= f.text_field :email %><br/>
</fieldset>
_section.html.erb
<% if section.children.empty? %>
<li>
<%#= link_to section.name, item.url %>
<%= link_to section.title, section_path(section) %>
</li>
<% else %>
<li>
<%#= link_to "#{item.name}<!--[if IE 7]><!-->", item.url %>