Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View VictorTagayun's full-sized avatar

victortagayun VictorTagayun

View GitHub Profile
@VictorTagayun
VictorTagayun / pldt-home-fibr-an5506-04-fa-rp2627-advanced-settings.md
Created September 26, 2018 23:34 — forked from kleo/backspace.md
PLDT HOME FIBR AN5506-04-FA RP2627 Advanced Settings

PLDT HOME FIBR AN5506-04-FA RP2627 Advanced Settings

By default the PLDT HOME FIBR AN5506-04-FA RP2627 comes only with limited settings.

The following walkthrough consists of opening the device and enabling the advanced settings using the device serial console to enable access to the admin account on the web interface.

Disclaimer

This will definitely void your device ISP warranty. Any modifications done to your device comes with no guarantee. We have no responsibility to any damage that can happen to your devices. Mod at your own risk.

@VictorTagayun
VictorTagayun / Login Progress Pointer Paths.
Created June 2, 2021 06:17
Login Progress Pointer Paths.
1.14.70 (Win32)
24565D4 > 0 > 2FC > 0
1.14.60 (Win32)
2441358 > 0 > 2FC > 0
1.14.50 (Win32)
23D41B0 > C > 18 > 4 > 8 > 2C > 5C > 0
1.14.40 (Win32):
244E588 > C > 18 > 4 > 8 > 2C > 5C > 0
1.14.31 (Win32):
23D4CA0 > 18 > 4 > 0 > 5C > 2C > 2C
@VictorTagayun
VictorTagayun / cozmo_unleashed.py
Created October 14, 2017 16:00 — forked from acidzebra/cozmo_unleashed.py
Attempting to create a perpetuum cozmobile
#!/usr/bin/env python3
# based on Copyright (c) 2016 Anki, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License in the file LICENSE.txt or at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
@VictorTagayun
VictorTagayun / doorduino.c
Last active May 5, 2019 15:07 — forked from jof/doorduino.c
Arduino Door Opener
#include <errno.h>
#include <stdio.h>
#include <string.h>
// Ardunio-specific headers
#include <Ethernet.h>
#include <Udp.h>
#include <SPI.h>
#include <stdarg.h>
@VictorTagayun
VictorTagayun / JSONPSensorServer.ino
Created May 27, 2017 17:14 — forked from sfentress/JSONPSensorServer.ino
Arduino Server for JSON-P pin values
/*
Web Server returning data as JSON-P, adapted from http://arduino.cc/en/Tutorial/WebServer
A simple web server that returns the value of the analog input pins as
a JSON-P object, using an Arduino Wiznet Ethernet shield.
Circuit:
* Ethernet shield attached to pins 10, 11, 12, 13 (standard configuration)
* Analog inputs attached to pins A0 through A5 (optional)
* Example of reading LM35 on pin A0: