Skip to content
View raeeceip's full-sized avatar
πŸ’­
πŸš€
πŸ’­
πŸš€

Block or report raeeceip

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

β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•—  β–ˆβ–ˆβ•—β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— 
β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•—
β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ•β•β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘
β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•
 β•šβ•β•β•β•β•β•β•šβ•β•  β•šβ•β•β•šβ•β•β•šβ•β•β•β•β•β•β• β•šβ•β•β•β•β•β•

Pinned Loading

  1. jakarta.ee jakarta.ee Public

    Forked from jakartaee/jakarta.ee

    Jakarta EE is the future of cloud native Java. Jakarta EE open source software drives cloud native innovation, modernizes enterprise applications and protects investments in Java EE.

    HTML

  2. r3vr r3vr Public

    Termial based web browser, still in development...

    Go

  3. langchaingo langchaingo Public

    Forked from tmc/langchaingo

    LangChain for Go, the easiest way to write LLM-based programs in Go

    Go

  4. chiso chiso Public template

    Go

  5. Use the WordPress REST API directly ... Use the WordPress REST API directly in PHP without actually making an HTTP request.
    1
    <?php
    2
    
                  
    3
    function wpscholar_rest_get_request( $route, array $params = [] ) {
    4
    	$request = new WP_REST_Request( 'GET', $route );
    5
    	$request->set_query_params( $params );
  6. run with python enhanced_inject_code... run with python enhanced_inject_code.py path/to/your/file.py '{"function_name": [{"code": "print(\"Injection 1\")", "position": "start"}, {"code": "print(\"Injection 2\")", "position": "end"}]}' --dry-run , to test and try editing injecting functions in a specific line
    1
    import ast
    2
    import astor
    3
    import sys
    4
    import os
    5
    import argparse