Skip to content
View GloriaXie123's full-sized avatar
🏠
Working from home
🏠
Working from home
  • YumChina
  • NanJing University,China

Block or report GloriaXie123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. coding-for-Interview Public

    this repository is about how to prepare to be an algorithm engineer

    C 1

  2. Scrapy spider crawling Stack Overflow
    1
    from scrapy.spider import  Spider
    2
    from scrapy.contrib.spiders import CrawlSpider, Rule
    3
    from scrapy.contrib.linkextractors.sgml import SgmlLinkExtractor
    4
    from scrapy.selector import Selector
    5
    from scrapy.item import Item, Field
  3. freespeech Public

    personal-blog-app

    Python