Skip to content
View lingceng's full-sized avatar
Block or Report

Block or report lingceng

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

  1. bing_dictionary bing_dictionary Public

    Bing comand line dictionary

    Ruby 25 2

  2. z.vim z.vim Public

    Help jumping to the most used directories in vim.

    Vim Script 21 2

  3. Dynamic import highlight.js language... Dynamic import highlight.js language in Rails7
    1
    # For code syntax highlight
    2
    pin "highlight.js/lib/core", to: "https://ga.jspm.io/npm:highlight.js@11.8.0/lib/core.js"
    3
    common_langs = ['xml', 'bash', 'c', 'cpp', 'csharp', 'css', 'markdown', 'diff', 'ruby',
    4
     'go', 'graphql', 'ini', 'java', 'javascript', 'json', 'kotlin', 'less',
    5
     'lua', 'makefile', 'perl', 'objectivec', 'php', 'php-template', 'plaintext',
  4. Ruby chatgpt chat api when stream mo... Ruby chatgpt chat api when stream mode, deal with error handle and chunk break.
    1
    class Chatgpt::PlainChatgptClient
    2
      def self.chat(parameters)
    3
        @client ||= generate_client
    4
    
                  
    5
        res = @client.post("/v1/chat/completions") do |req|