Skip to content

Instantly share code, notes, and snippets.

View AbstractBeliefs's full-sized avatar

Gareth Pulham AbstractBeliefs

  • Scotland
View GitHub Profile
{
"metadata": {
"name": "",
"signature": "sha256:8b1e4584ec4018f7c9528dd55763ef7262630d608e751233b3eee3d0d3db45e5"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [

NYE2k15 MEGA PARTY PLAYLIST FOR MUSICAL HIPSTERS

  • Rubblebucket - Carousel Ride
  • Passion Pit - Take a Walk
  • Fryers - Cool Like Me
  • Alt-J - Left Hand Free
  • Alt-J - Tessellate
  • Alt-J - Hunger of the Pine
  • Robert DeLong - Global Concepts

NYE2k15 MEGA PARTY PLAYLIST FOR MUSICAL HIPSTERS

  • Rubblebucket - Carousel Ride
  • Passion Pit - Take a Walk
  • Fryers - Cool Like Me
  • Alt-J - Left Hand Free
  • Alt-J - Tessellate
  • Alt-J - Hunger of the Pine
  • Robert DeLong - Global Concepts
<html>
<head>
<title>It's a webpage</title>
</head>
<body>
<form action="webapp.py" method="POST">
GCode: <input type="text" name="gcode"><br />
<input type="submit" value="Submit">
</form>
</body>
<div class="pure-u-1-3">
<img height=100px width=100px src="static/gareth.jpeg" />
<strong>Gareth:</strong>Python, C developer.<br />
<strong>www: </strong><a href="http://pulham.info">pulham.info</a>
</div>
<div class="pure-u-1-3">
<img height=100px width=100px src="static/gareth.jpeg" />
<strong>Gareth:</strong>Python, C developer.<br />
<strong>www: </strong><a href="http://pulham.info">pulham.info</a>
</div>
for (;;){
_delay_ms(100);
ADCSRA |= _BV(ADSC); // Trigger ADC, hold on to yer butt
loop_until_bit_is_clear(ADCSRA, ADSC);
if (ADCH > 50) { PORTD = 0b0001; } else
if (ADCH > 100) { PORTD = 0b0011; } else
if (ADCH > 150) { PORTD = 0b0111; } else
if (ADCH > 200) { PORTD = 0b1111; } else
{ PORTD = 0b0000; }
procedure CollatzConjecture is
function Collatz (i: Integer) return Integer is
begin
if i mod 2 = 0 then
return i/2;
else
return 3*i + 1;
end if;
end Collatz;

Napier Developers Society

The Napier Developers Society wants to engage with all students interested in tech, from any background or skill level, and work together to enable them to learn and grow to their full potential.

Covering all areas in tech from Web apps to embedded electronics, and also teaching those new to tech, we have a broad member base and all are welcome.

Additionally, we run many events, from small workshops to large hackathons, and look forward to working with other societies and companies in Edinburgh's tech community, making us a great place to network as well as simply make new friends.

Sent: {"type": "push", "push": {"msg": "muh websockets"}}
Got: {"type": "push", "targets":["stream","android","ios"], "push": {"msg": "muh websockets"}}
Manually aligned for clarity.