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
| from app import api_root | |
| from flask_restful import Resource, marshal_with, fields | |
| class IPField(fields.Raw): | |
| def format(self, value): | |
| parts = value.split('.') | |
| parts[1] = '***' | |
| return '.'.join(parts) |
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
| from app import api_root | |
| from flask_restful import Resource, marshal_with, fields | |
| class IPField(fields.Raw): | |
| def format(self, value): | |
| parts = value.split('.') | |
| parts[1] = '***' | |
| return '.'.join(parts) |
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
| from app import api_root | |
| from flask_restful import Resource, marshal_with, fields | |
| class IPField(fields.Raw): | |
| def format(self, value): | |
| parts = value.split('.') | |
| parts[1] = '***' | |
| return '.'.join(parts) |
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
| from app import api_root | |
| from flask_restful import Resource, marshal_with, fields | |
| class IPField(fields.Raw): | |
| def format(self, value): | |
| parts = value.split('.') | |
| parts[1] = '***' | |
| return '.'.join(parts) |
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
| from app import api_root | |
| from flask_restful import Resource, marshal_with, fields | |
| class IPField(fields.Raw): | |
| def format(self, value): | |
| parts = value.split('.') | |
| parts[1] = '***' | |
| return '.'.join(parts) |
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
| from app import api_root | |
| from flask_restful import Resource, marshal_with, fields | |
| class IPField(fields.Raw): | |
| def format(self, value): | |
| parts = value.split('.') | |
| parts[1] = '***' | |
| return '.'.join(parts) |
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
| from app import api_root | |
| from flask_restful import Resource, marshal_with, fields | |
| class IPField(fields.Raw): | |
| def format(self, value): | |
| parts = value.split('.') | |
| parts[1] = '***' | |
| return '.'.join(parts) |
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
| <activity class=“.MainActivity” android:label="@string/app_name"> | |
| <intent-filter> | |
| <action android:name="android.intent.action.MAIN"/> | |
| <category android:name="android.intent.category.LAUNCHER"/> | |
| </intent-filter> | |
| </activity> |
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
| void *libz = dlopen("/usr/lib/libz.dylib", RTLD_LAZY); | |
| int (*deflate)(z_streamp, int) = (int (*)(z_streamp, int))dlsym(libz, "deflate"); |
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
| <dict> | |
| <key>files</key> | |
| <dict> | |
| <key>Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib</key> | |
| <data> | |
| uKqSihu+75MESaWMTb7RS7jAqhs= | |
| </data> | |
| <key>Base.lproj/LaunchScreen.storyboardc/Info.plist</key> | |
| <data> | |
| n2t8gsDpfE6XkhG31p7IQJRxTxU= |