| No | Name | Update/create |
|---|---|---|
| 1 | Jalan Pasar Senen | 2024-01-12T03:55:21Z |
| 2 | Jalan Budi Utomo | 2023-11-06T05:39:23Z |
| 3 | Jalan UI | 2024-01-05T04:10:44Z |
| 4 | Jalan Raya Tanjung Barat | 2024-01-03T13:06:51Z |
| 5 | Jalan Raden Ajeng Kartini | 2023-07-10T10:24:54Z |
| 6 | Jalan Bulak Tengah V | 2023-12-29T14:55:46Z |
| 7 | Jalan Jenderal Ahmad Yani | 2023-11-06T19:29:56Z |
| 8 | Jalan Tambak | 2023-10-08T20:10:26Z |
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 bs4 import BeautifulSoup | |
| import ipinfo | |
| import pprint | |
| import sys | |
| import io | |
| sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding='utf-8') | |
| access_token = 'INSERT_YOUR_TOKEN_HERE' |
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 web | |
| urls = ( | |
| '/', 'FileViewer' | |
| ) | |
| class FileViewer: | |
| def GET(self): | |
| file_path = 'access.log' |
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 os | |
| from datetime import datetime, timedelta | |
| import re | |
| import mistune | |
| import web | |
| def merge_and_process_txt_files(directory_path): | |
| if not os.path.exists(directory_path): | |
| print(f"Directory '{directory_path}' does not exist.") | |
| return |
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
| # Specify the file path | |
| file_path = 'a1.txt' | |
| zatot = 0 | |
| # Open the file in read mode | |
| with open(file_path, 'r') as file: | |
| # Process each line in the file | |
| for line in file: | |
| # Do something with the line (replace this with your processing logic) | |
| processed_line = line.strip() # Removing leading and trailing whitespaces |
This file has been truncated, but you can view the full file.
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
| Jalan EE --> Kebon Jeruk - Sukabumi Utara - RW 01 | |
| Jalan Budi Raya --> Kebon Jeruk - Kebon Jeruk - RW 04 | |
| Jalan Budi Raya --> Kebon Jeruk - Kebon Jeruk - RW 12 | |
| Jalan Kali Besar Barat --> Tambora - Roa Malaka - RW 03 | |
| Jalan Tambora III --> Tambora - Tambora - RW 05 | |
| Jalan SMPN 125 --> Kalideres - Pegadungan - RW 11 | |
| Jalan Michelia 3 --> Kembangan - Joglo - RW 01 | |
| Gang Nangka --> Cengkareng - Rawa Buaya - RW 02 | |
| Jalan Eco Culture --> Kalideres - Pegadungan - RW 08 | |
| Jalan Profesor Doktor Latumeten --> Grogol Petamburan - Jelambar - RW 04 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| 1 | |
| 00:00:00,000 --> 00:00:03,740 | |
| Welcome to another episode of the Mapscaping Podcast. | |
| 2 | |
| 00:00:03,740 --> 00:00:07,960 | |
| My name is Daniel and this is a podcast for the Geospatial Community. | |
| 3 | |
| 00:00:07,960 --> 00:00:10,480 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.