Skip to content

Instantly share code, notes, and snippets.

View bpmct's full-sized avatar
🥝

Ben Potter bpmct

🥝
View GitHub Profile
@bpmct
bpmct / rpi-report.sh
Last active June 24, 2019 18:52
Raspberry Pi Report
#!/bin/bash
GROUP=""
URL=""
IPADDRESS=$(ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1')
HOSTNAME=$(hostname)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NumberSort
{
class Program
{
using System;
using System.IO;
namespace Potter_PE6
{
class Program
{
static void Main(string[] args)
{
using System;
//Add the timer
using System.Timers;
class Program
{
static void Main()
{
// {type:class}
// {generate:true}
// {direction:topDown}
[+Shape|+PI:double;=x:double;=y:double|+Area():double:v|();()x:double, y:double]
// class TestClass
// {
// public class Shape
// {
using System;
using System.IO;
using System.Collections.Generic;
namespace NumberSort
{
class Program
{
// the definition of the delegate function data type
delegate double sortingFunction(double[] a);
@bpmct
bpmct / awesome.cs
Created February 12, 2020 01:33
woaskdl;s
using System;
using System.Timers;
namespace _3questions_clone
{
class Program
{
static bool bTimeOut = false;
using System;
namespace Salary
{
class Program
{
//struct employee
//{
//public string sName;
using System;
namespace numberSorter
{
class Program
{
// the definition of the delegate function data type
delegate string sortingFunction(string[] a);
static void Main(string[] args)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PetApp
{
public class Pets
{