Skip to content

Instantly share code, notes, and snippets.

View bigolpete's full-sized avatar
🎯
Focusing

Rob bigolpete

🎯
Focusing
View GitHub Profile
eyJpY24iOiJkZWFkZXllIiwidGl0Ijoic3BpY3lzdXNoaSBoYXJ2ZXN0IiwidHJzIjpbeyJ0aXQiOiJtaW5pb24gY2x1c3RlciAoQ3JpdCBvciBMaWZlKSIsImxvYyI6InNlYXJjaDplb0dld1o5VEwifSx7InRpdCI6ImZpcmUgbXVsdGkgY2x1c3RlciAoZmlyZSByZWZvcmdlKSIsImxvYyI6InNlYXJjaDpFYUxyZ01ZczUifSx7InRpdCI6ImV4ZXJ0ZWQgYXR0YWNrcyBjbHVzdGVyIChBdHRhY2sgUmVmb3JnZSkiLCJsb2MiOiJzZWFyY2g6cEdibG9rNXMwIn0seyJ0aXQiOiJjaGFubmVsaW5nIGNsdXN0ZXIgKHNwZWVkIHJlZm9yZ2UpIiwibG9jIjoic2VhcmNoOjBWdldRbmRJZyJ9LHsidGl0IjoicGh5cyBtdWx0aSBjbHVzdGVyIChwaHlzaWNhbCByZWZvcmdlKSIsImxvYyI6InNlYXJjaDo3RGd6TG8zQzUifSx7InRpdCI6ImFpbG1lbnRzIGNsdXN0ZXIgKGNvbGQgYW5kIGxpZ2h0bmluZyByZWZvcmdlKSIsImxvYyI6InNlYXJjaDpMbm5qQllZQ24ifSx7InRpdCI6ImN1cnNlIGNsdXN0ZXIgKGNhc3RlciByZWZvcmdlKSIsImxvYyI6InNlYXJjaDpHOWQyMmU5RmIifSx7InRpdCI6ImNvbGQgbGFyZ2UgY2x1c3RlciAoY29sZCByZWZvcmdlKSIsImxvYyI6InNlYXJjaDo2akVFYUVkRkcifSx7InRpdCI6ImxpZ2h0bmluZyBsYXJnZSBjbHVzdGVyIChsaWdodG5pbmcgcmVmb3JnZSkiLCJsb2MiOiJzZWFyY2g6WXlRV2xNYmNZIn0seyJ0aXQiOiJTcGlrZS1Qb2ludCBBcnJvdyBRdWl2ZXIgKEF0dGFjayBSZWZvcmdlKSIsImxvYyI6InNlYXJjaDpFOWdn
#Must run as sudo.
echo "[pi]" >> /etc/samba/smb.conf
echo "path = /home/pi" >> /etc/samba/smb.conf
echo "valid users = pi" >> /etc/samba/smb.conf
echo "browsable = yes" >> /etc/samba/smb.conf
echo "read only = no" >> /etc/samba/smb.conf
printf "mine\nmine" | sudo smbpasswd -s -a pi
service smbd restart
@bigolpete
bigolpete / Play PoE
Created November 26, 2019 20:01
Play PoE
HOME BLOG COMMUNITY WIKI MEDIA SHOP FAQ
logo
Stardew Valley 1.4 Update Full Changelog
Compiled by PathosChild (creator of SMAPI), with help from other members of the Stardew Valley community.
New content and features
Added movie theater unlocked in late game, with related content and features.
Added 14-heart events for every spouse.
Added new events and dialogue (including a new heart event for Caroline).
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Magic_Square
{
class Program
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO.Ports;
int redPin = 5;
int greenPin = 6;
int bluePin = 7;
byte byteArray[3]; // = {0,0,0};
byte inByte = 0;
int pointer = 0;
byte redBright = 0;
byte greenBright = 0;