This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This config file was created for myself (@janlay). You may want to add or remove some rules to make efficient use of the Internet. | |
| # This file depends on the main.conf which defines your own proxy. | |
| # Your main.conf will look like this: | |
| # ---- START ---- | |
| # #!PROXY-OVERRIDE:rules.conf | |
| # [Proxy] | |
| # Proxy = https,server.address,port,username,password | |
| # ---- END ---- | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // JEProgressView.h | |
| // | |
| // | |
| // Created by John Rommel Estropia on 2014/03/11. | |
| // Copyright (c) 2014 John Rommel Estropia. | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights |