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
| use html pretifier to understand the structure - https://htmlformatter.com/ | |
| to get: | |
| <td class="action"><span>25</span> | |
| <div class="bubble" id="cal25"> | |
| <p><a href="https://ies.fsv.cuni.cz/cs/news/4641">Scheduled shutdown of servers</a></p> | |
| </div> | |
| </td> | |
| <td class="action"><span>26</span> |
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
| bf = getSoup('https://ies.fsv.cuni.cz/content/tree/index/lang/en') | |
| int(bf.find('a',text='Scheduled shutdown of servers').parent.parent.parent.find('span').text) |
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
| import boto3 | |
| import io | |
| import zipfile | |
| import json | |
| from moto import mock_sqs, mock_sns, mock_lambda, mock_iam | |
| import os | |
| def _process_lambda(func_str): | |
| zip_output = io.BytesIO() |
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
| <!DOCTYPE html> | |
| <head> | |
| </head> | |
| <script> | |
| window.fbAsyncInit = function() { | |
| FB.init({ | |
| appId : '210090072943719', | |
| autoLogAppEvents : true, | |
| xfbml : true, | |
| version : 'v3.0' |
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
| <!DOCTYPE html> | |
| <head> | |
| </head> | |
| <script> | |
| window.fbAsyncInit = function() { | |
| FB.init({ | |
| appId : '210090072943719', | |
| autoLogAppEvents : true, | |
| xfbml : true, |