This file contains 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
# users/social/adapter.py | |
from allauth.account.utils import user_username, user_email, user_field | |
from allauth.socialaccount.adapter import DefaultSocialAccountAdapter | |
from allauth.utils import valid_email_or_none | |
class SocialAdapter(DefaultSocialAccountAdapter): | |
def populate_user(self, request, sociallogin, data): | |
provider = sociallogin.account.provider | |
unique_id = sociallogin.account.extra_data['id'] |
This file contains 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
var n = e.target, | |
t = n.closest("a"), | |
r = n.closest("img"); | |
if (t || r) { | |
var o = {}; | |
t && (o.link = t.href), r && (o.image = r.src), (o.link || o.image) && webkit.messageHandlers.webViewContextMenuHandler.postMessage(o) | |
} |
This file contains 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
/9j/4AAQSkZJRgABAQEARgBGAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wgARCAIVAyADAREAAhEBAxEB/8QAGwABAQADAQEBAAAAAAAAAAAAAAECAwQFBgf/xAAZAQEBAQEBAQAAAAAAAAAAAAAAAQIDBAX/2gAMAwEAAhADEAAAAf2UQoAAAIUAAAAAAAAAAEYYZ9AAAAAAAAAAAAAQAEABEAICEgYiIsSAxJEMSEMSRiYkMTEwlxMT6T0QAAAAIUAAAAAAAAAAEY5ZbAAAAAAAAAAAAAIACAAJAgICRCRAsIkISIYkIYxiQxMVxTFcTGPovRAAAAAAAAAAAAAAAABjhlsAAAAAAAAAAAAAEABAARAQEBIhIEWEImIjEhDEhjGJDExXBMY+h9AAAAAAAAAAAAAAAAAIUAAAAAAAAAAAAAAgABACICAhIEIIhiFxIkiEMSGMsTExMTFcI+g9EAAAACFAAAAAAAAAAAIUAAAAAAAAAAAAAAEABAARAQgJAhCRFGJEhIhiYkJLimJiYmJ73cAAAAAAAAAAAAAAAAEKAAAAAAAAAAAAAAAQAEACCICAkQEiLCESLEkYmJDEkYkMTA93uAAAAAAAAAAAAAAAACFAAAAAAAAAAAAAAAAIAQAiAgICRCQIsSEIQxiGJjEqRiYmB7fZQBQAQoAAAAAAAAAAAICgAAAAAAAAAAAAAAAgABACICEBBEJEIsBExJGJDFYmMQwMT2uygCghSAoAAAAAAAAAABAUAAAAAAAAAAAAAAAAEABAEgCEBBEJEIsSLEhjEMSGJjGJie13AAAAAAAAAAAAAAAAICgAAAAAAAAAAAAAAAAEAIAkAQEBIhBEWEIYkSRiYkMY |
This file contains 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
# 6분넘게 소요 | |
[2019-07-01T07:24:41.454Z] INFO [2733] - [Application update app-2675-190701_162312-stage-190701_162312@7/AppDeployStage1/AppDeployEnactHook/01flip.sh] : Starting activity... | |
[2019-07-01T07:32:58.304Z] INFO [2733] - [Application update app-2675-190701_162312-stage-190701_162312@7/AppDeployStage1/AppDeployEnactHook/01flip.sh] : Completed activity. Result: | |
nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/sites-enabled/elasticbeanstalk-nginx-docker-proxy.conf:11 | |
Stopping nginx: [ OK ] | |
Starting nginx: nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/sites-enabled/elasticbeanstalk-nginx-docker-proxy.conf:11 | |
[ OK ] | |
cat: /var/app/current/Dockerrun.aws.json: No such file or directory | |
/opt/elasticbeanstalk/hooks/common.sh: line 98: [: 1: unary operator expected | |
iptables: Saving firewall rules to /etc/sysconfig/iptables: [ OK ] |
This file contains 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
#!/bin/sh | |
prev=`readlink /vmlinuz.old` && prev=linux-image-${prev#*-}+ | |
exec sudo apt-get -y purge '^linux-image-[0-9]' linux-image-`uname -r`+ $prev |
This file contains 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
global AppName := "LDPlayer" | |
global WindowWidth := 960 | |
global WindowHeight := 720 | |
FocusWindow() { | |
if (!WinExist(AppName)) { | |
MsgBox, "Start Emulator first" | |
return | |
} | |
WinActivate, %AppName% |
This file contains 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
# Custom | |
.idea/ | |
# Config folder | |
.config_secret/ | |
### Django ### | |
*.log | |
*.pot | |
*.pyc |
This file contains 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
# Custom | |
.idea/ | |
# Config folder | |
.secrets/ | |
### Django ### | |
*.log | |
*.pot | |
*.pyc |
This file contains 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
.idea/ | |
# Created by https://www.gitignore.io/api/macos,linux,django,python,pycharm | |
### Django ### | |
*.log | |
*.pot | |
*.pyc | |
__pycache__/ | |
local_settings.py |
This file contains 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
# Created by https://www.gitignore.io/api/ruby,macos,jekyll | |
### Jekyll ### | |
_site/ | |
.sass-cache/ | |
.jekyll-metadata | |
### macOS ### | |
*.DS_Store |
NewerOlder