Skip to content

Instantly share code, notes, and snippets.

@PatrickPRAR
PatrickPRAR / Structured HTML
Last active May 1, 2016 05:55
W3Cx: HTML5.0x HTML5 Introduction / Week 2: 2.3 Semantic meaning
<!--Create a well structured HTML page using as many semantic elements as you can.-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Requinto</title>
<meta charset="utf-8">
</head>
@PatrickPRAR
PatrickPRAR / Order List - Week 2
Created April 29, 2016 23:42
W3Cx: HTML5.0x HTML5 Introduction / Week 2: Attributes, images and links
<!--
Create an ordered list starting with the number 11.
Then, reverse the list. Give it the following title
(when you hover your mouse, it should display the title as a tooltip): 'Activity List'.
-->
<!DOCTYPE html>
<html>
<head>
@PatrickPRAR
PatrickPRAR / Lesson 2A: Making an App Interactive_AlternativeCode_JAVA
Created April 27, 2016 00:44
Android Development for Beginners_Lesson 2A: Making an App Interactive_AlternativeCode_JAVA
package com.example.android.justjava;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.view.View;
import android.widget.TextView;
import java.text.NumberFormat;
/**
@PatrickPRAR
PatrickPRAR / Lesson 2A: Making an App Interactive_AlternativeCode
Created April 27, 2016 00:41
Android Development for Beginners_Lesson 2A: Making an App Interactive_AlternativeCode_XML
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingTop="16dp"
android:paddingBottom="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
@PatrickPRAR
PatrickPRAR / Recipe project - Week 1
Created April 11, 2016 02:48
W3Cx: HTML5.0x HTML5 Introduction / Week 1: My first Web page in HTML5
<!doctype html>
<HTML>
<head>
<title> HTML PAGE PAR</title>
</head>
<body>
<h1> THIS IS MY FIRST RECIPE </h1>
<p>