8000 samuelbsource (Samuel Boczek) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View samuelbsource's full-sized avatar

Block or report samuelbsource

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. magento-config-model-generator magento-config-model-generator Public

    Generate Magento 2 config model from the provided system.xml file.

    JavaScript 1

  2. nooblab-graphics nooblab-graphics Public

    Nooblab graphics standalone Java implementation with support for various backends

    Java

  3. Read magento env.php and config.php ... Read magento env.php and config.php files with JavaScript
    1
    import { readFile } from 'node:fs/promises'
    2
    import PhpParser from 'php-parser'
    3
    
                  
    4
    export default class EnvReader {
    5
        constructor() {
  4. JavaScript implementation of Magento... JavaScript implementation of Magento 2 Encryptor class
    1
    import { Buffer } from 'node:buffer'
    2
    import sodium from 'sodium-native'
    3
    
                  
    4
    /** Size of random string generated for store's encryption key */
    5
    const SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_KEYBYTES = 32
  5. magento-bottom-description magento-bottom-description Public

    Adds a WYSIWYG-enabled "Bottom Description" attribute to Magento 2 category pages and renders it below the main content.

    PHP

  6. magento2-module-encryptionaddons magento2-module-encryptionaddons Public

    Provides new ways of managing Magento 2 encryption keys

    PHP

0