You are here |
joaopescada.com | ||
| | | |
blog.alexbeals.com
|
|
| | | | I have a jailbroken iPhone, and I wanted to add an Activator Event for a wrong passcode, so that entering '0000' would send a text message. I looked through a bunch of tweaks without any success, so I decided to make it myself. I jumped into learning the basics of Objective C, and through the iPhoneDevWiki and open source tweaks on GitHub, I finally managed to make PasscodeActivator. The source code is up on my GitHub if you want to check it out. | |
| | | |
jameskennedymonash.wordpress.com
|
|
| | | | Data was scraped from the VCAA Research & Statistics page in Python (click here for the source code) Original code is here: https://colab.research.google.com/drive/1XFS4Kq5nsYPs5YQIPZrP3q3ehKDrnDgv?usp=sharing If you're new to Python, go to the menu bar and clickRuntime > Run all. Then wait for around 20 minutes while this script scrapes data from the VCAA and generates an... | |
| | | |
wweb.dev
|
|
| | | | The best way to learn web development is by practice. But when you get started you might feel lost. There are just so many things to learn, which makes it hard to choose the right project to get started. In the following I'll share some... | |
| | | |
blog.samuelmaddock.com
|
|
| | After 4 months of waiting, that is the response I got from Widevine, Google's DRM for web browsers, regarding a license agreement. For the last 2 years I've been working on a web browser that now cannot be completed because Google, the creators of the open source browser Chrome, won't allow DRM in an open source project. The browser I'm building, called Metastream, is an Electron-based (Chromium derived), MIT-licensed browser hosted on GitHub. |