SYMBOL INDEX (130 symbols across 24 files) FILE: d-python-datacom/交换机FTP服务器下载备份文件到本地.py function download_from_ftp (line 10) | def download_from_ftp(name, ip, port, username, password): function main (line 38) | def main(): FILE: d-python-datacom/网络切换及状态标注.py function create_icon (line 21) | def create_icon(color): function check_dhcp (line 39) | def check_dhcp(): function get_current_ip_config (line 60) | def get_current_ip_config(): function update_icon (line 83) | def update_icon(icon): function switch_to_dhcp (line 100) | def switch_to_dhcp(icon, item): function switch_to_fixed_static (line 106) | def switch_to_fixed_static(icon, item): function switch_to_custom_static (line 113) | def switch_to_custom_static(icon, item): function on_quit (line 161) | def on_quit(icon, item): function create_tray_icon (line 164) | def create_tray_icon(): FILE: d-python-dc/watermark/backup/screen_watermark_qt5.py class WatermarkWindow (line 30) | class WatermarkWindow(QWidget): method __init__ (line 31) | def __init__(self, position, pady=100, padx=0, parent=None): method paintEvent (line 77) | def paintEvent(self, event): function create_windows (line 82) | def create_windows(): FILE: d-python-dc/watermark/backup/screen_watermark_qt5_oblique_old.py class WatermarkWindow (line 30) | class WatermarkWindow(QWidget): method __init__ (line 31) | def __init__(self, position, pady=0, padx=0, parent=None): method paintEvent (line 44) | def paintEvent(self, event): function create_windows (line 88) | def create_windows(): FILE: d-python-dc/watermark/backup/screen_watermark_qt5_old.py class WatermarkWindow (line 29) | class WatermarkWindow(QWidget): method __init__ (line 30) | def __init__(self, position, parent=None): method paintEvent (line 67) | def paintEvent(self, event): function create_windows (line 72) | def create_windows(): FILE: d-python-dc/watermark/backup/screen_watermark_tkinter.py function setup_window (line 26) | def setup_window(root_window): function create_watermark_windows (line 41) | def create_watermark_windows(): FILE: d-python-dc/watermark/backup/screen_watermark_tkinter_old.py function setup_window (line 26) | def setup_window(root_window): FILE: d-python-dc/watermark/hostname_user_ip_date.py function get_current_date (line 9) | def get_current_date(): function get_hostname_username (line 17) | def get_hostname_username(): function get_wifi_ip (line 24) | def get_wifi_ip(): function get_ethernet_ip (line 37) | def get_ethernet_ip(): function get_preferred_ip (line 50) | def get_preferred_ip(): FILE: d-python-dc/watermark/main.py function qt5_effect (line 9) | def qt5_effect(): function tkinter_effect (line 22) | def tkinter_effect(): function qt5_oblique_effect (line 35) | def qt5_oblique_effect(): FILE: d-python-dc/watermark/screen_watermark_qt5.py class WatermarkWindow (line 33) | class WatermarkWindow(QWidget): method __init__ (line 34) | def __init__(self, position, pady=100, padx=0, parent=None): method paintEvent (line 80) | def paintEvent(self, event): function create_windows (line 85) | def create_windows(): FILE: d-python-dc/watermark/screen_watermark_qt5_oblique.py class WatermarkWindow (line 30) | class WatermarkWindow(QWidget): method __init__ (line 31) | def __init__(self, position, pady=0, padx=0, parent=None): method paintEvent (line 44) | def paintEvent(self, event): function create_windows (line 93) | def create_windows(): FILE: d-python-dc/watermark/screen_watermark_tkinter.py function setup_window (line 29) | def setup_window(root_window): function create_watermark_windows (line 44) | def create_watermark_windows(): FILE: d-python/PDFtoPNG.py function pdf_to_png (line 5) | def pdf_to_png(pdf_path, image_path): function convert_to_png (line 19) | def convert_to_png(pdf_path, image_path): FILE: d-python/get_bing_wallpapers.py function download_image (line 6) | def download_image(image_url: str, save_dir: str): function create_dir_if_not_exists (line 24) | def create_dir_if_not_exists(directory: str): function main (line 33) | def main(): FILE: d-python/get_bv_baseinfo.py class BilibiliAPI (line 71) | class BilibiliAPI: method get_bv_json (line 74) | def get_bv_json(video_url): method get_danmu_xml (line 82) | def get_danmu_xml(bv_json): method get_comment_json (line 91) | def get_comment_json(bv_json): method get_comment_json_to_webui (line 100) | def get_comment_json_to_webui(bv_json): method get_user_card (line 137) | def get_user_card(mid, cookies): class CRC32Checker (line 152) | class CRC32Checker: method __init__ (line 164) | def __init__(self): method create_table (line 167) | def create_table(self): method crc32 (line 178) | def crc32(self, string): method crc32_last_index (line 186) | def crc32_last_index(self, string): method get_crc_index (line 194) | def get_crc_index(self, t): method deep_check (line 201) | def deep_check(self, i, index): method main (line 223) | def main(self, string): class Tools (line 242) | class Tools: method get_save (line 245) | def get_save(): method format_timestamp (line 251) | def format_timestamp(timestamp): method calculate_sentiment_score (line 258) | def calculate_sentiment_score(text): method get_word_cloud (line 265) | def get_word_cloud(sheet_name: str, workbook: Workbook): method get_word_chart (line 304) | def get_word_chart(sheet_name: str, workbook): method get_user_info_by_card (line 343) | def get_user_info_by_card(user_card_json): class BilibiliExcel (line 360) | class BilibiliExcel: method write_base_info (line 363) | def write_base_info(workbook, bv_json): method write_danmu_info (line 386) | def write_danmu_info(workbook, danmu_xml): method write_danmu_info_by_cookies (line 433) | def write_danmu_info_by_cookies(workbook, danmu_xml): method jieba_danmu_frequency_statistics (line 515) | def jieba_danmu_frequency_statistics(workbook): method write_comments_info (line 553) | def write_comments_info(workbook, bv_reply_json): method write_comments_info_plus (line 599) | def write_comments_info_plus(workbook): method jieba_comments_frequency_statistics (line 654) | def jieba_comments_frequency_statistics(workbook): method save_workbook (line 690) | def save_workbook(workbook): class Print_info (line 693) | class Print_info: method base_message (line 696) | def base_message(): FILE: d-python/get_resou_today.py function get_formatted_time (line 14) | def get_formatted_time(): function get_news_from_url (line 23) | def get_news_from_url(url: str): function delete_empty_rows (line 45) | def delete_empty_rows(sheet_name: str, wb: Workbook): function calculate_average_index_and_sentiment_score (line 60) | def calculate_average_index_and_sentiment_score(sheet_name: str, wb: Wor... function calculate_word_count (line 88) | def calculate_word_count(sheet_names: list, wb: Workbook): function write_category_to_sheet (line 150) | def write_category_to_sheet(sheet_name: str, wb: Workbook): function write_news_to_sheet (line 194) | def write_news_to_sheet(news_list: list, sheet_name: str, wb: Workbook): function main (line 234) | def main(): FILE: d-python/get_resou_today_s.py function get_save_path_xlsx_file (line 17) | def get_save_path_xlsx_file(): function get_news_from_url (line 28) | def get_news_from_url(url: str): function delete_empty_rows (line 50) | def delete_empty_rows(sheet_name: str, wb: Workbook): function calculate_average_index_and_sentiment_score (line 65) | def calculate_average_index_and_sentiment_score(sheet_name: str, wb: Wor... function calculate_word_count (line 93) | def calculate_word_count(sheet_names: list, wb: Workbook): function write_category_to_sheet (line 155) | def write_category_to_sheet(sheet_name: str, wb: Workbook): function write_news_to_sheet (line 199) | def write_news_to_sheet(news_list: list, sheet_name: str, wb: Workbook): function fenmenbielei (line 239) | def fenmenbielei(): function add_special_pos_columns (line 272) | def add_special_pos_columns(sheet): function load_stanza_to_sheet (line 300) | def load_stanza_to_sheet(): function main (line 319) | def main(): FILE: d-python/get_rumor_analysis.py function category_of_title (line 22) | def category_of_title(title, category_keywords): function get_element_data (line 36) | def get_element_data(element) -> dict: function selenium_url_parse (line 81) | def selenium_url_parse(url): function get_save_path_xlsx_file (line 124) | def get_save_path_xlsx_file(): function aphla (line 134) | def aphla()->str: function baseinfo_write_to_excel (line 138) | def baseinfo_write_to_excel(rumor_contents) -> list: function ciyu_tongji_fenxi (line 177) | def ciyu_tongji_fenxi(): function main (line 228) | def main(): FILE: d-python/mac_ntfs_ninja.py function File_plus (line 56) | def File_plus(): FILE: d-python/zhihu_answers_demo.py class Tools (line 7) | class Tools: method init_res (line 10) | def init_res(zhihu_url): method answer_url (line 26) | def answer_url(url, question_id): method format_timestamp (line 35) | def format_timestamp(timestamp): method get_save (line 42) | def get_save(): class ZhihuExcel (line 47) | class ZhihuExcel: method init_info (line 51) | def init_info(workbook, res, question_id): FILE: d-python/zhipin_demo.py class GetDataTools (line 11) | class GetDataTools: method get_citycode (line 13) | def get_citycode(input_city): method validate_cookie (line 26) | def validate_cookie(input_cookie): class ZhiPin (line 40) | class ZhiPin: method get_job_list (line 42) | def get_job_list(): method save_to_json (line 73) | def save_to_json(job_data_list): class DataToExcel (line 85) | class DataToExcel: method save_to_excel (line 87) | def save_to_excel(workbook, zhipin_json): FILE: d-ruby/get_msdesign_wallpapers.rb function download_wallpapers (line 18) | def download_wallpapers() function unzip_file (line 54) | def unzip_file(source, destination) FILE: d-ruby/nbview.rb type NbviewerGenerator (line 3) | module NbviewerGenerator function generate_link (line 4) | def self.generate_link function valid_github_url? (line 22) | def self.valid_github_url?(url) FILE: d-ruby/ntfs_ripper.rb function config_u_drive (line 1) | def config_u_drive