Skip to content
View jyxjjj's full-sized avatar
πŸ‡³πŸ‡±
NL
πŸ‡³πŸ‡±
NL

Organizations

@DESMG

Block or report jyxjjj

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
jyxjjj/README.md

Profile

About Me

  • Name: ShenLin
  • Timezone: Etc/GMT-8 (Equals to Asia/Shanghai)
  • Company: DESMG (LongYuan Special Industry Group, NanJing LongYuan Network Technology Evolvement Co., Ltd.)
  • I am not a developer, I am an entire IT department.
Contacts
Sites

Stacks

Also see Github Gist

More
Languages
Clouds
OS
Softwares
Hobbies

Donate

Click Here

Copyright

Copyright Β© 2025 DESMG All Rights Reserved.

LICENSE

GPL-3.0-Only

AGPL-3.0-Only

Pinned Loading

  1. jyxjjj jyxjjj Public

  2. Telegram-Bot Telegram-Bot Public

    PHP Laravel Telegram Bot

    PHP 172 44

  3. PC-OS-Utils PC-OS-Utils Public

    Batchfile 1

  4. NewTab NewTab Public

    TypeScript

  5. PHP cURL Clients PHP cURL Clients
    1
    <?php
    2
    function GET($url, $user_agent = 'CURL', $proxy_type = CURLPROXY_SOCKS5_HOSTNAME, $proxy = null, $header = null, $timeout = 10)
    3
    {
    4
        $ch = curl_init();
    5
        curl_setopt($ch, CURLOPT_URL, $url);
  6. Decrypt Chrome Cookies Decrypt Chrome Cookies
    1
    <?php /** @noinspection PhpComposerExtensionStubsInspection */
    2
    
                  
    3
    namespace App\Console\Commands;
    4
    
                  
    5
    use Illuminate\Console\Command;