Skip to content
View phpenterprise's full-sized avatar
👩‍💻
Forensic expert
👩‍💻
Forensic expert

Organizations

@smartdealer @rankim-software @phpenterprise-dev @conectahealth
Block or Report

Block or report phpenterprise

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. String Similarity with MySQL String Similarity with MySQL
    1
    DELIMITER $$
    2
    CREATE DEFINER=`root`@`localhost` FUNCTION `COMPARE_STRING`( s1 text, s2 text) RETURNS int(11)
    3
        DETERMINISTIC
    4
    BEGIN 
    5
        DECLARE s1_len, s2_len, i, j, c, c_temp, cost INT; 
  2. Linkedin Auto Connect/Invite Script Linkedin Auto Connect/Invite Script
    1
    (Linkedin = {
    2
        release: '1.0.5 stable',
    3
        data: {},
    4
        config: {
    5
            autoStart: true,
  3. Facebook Auto Approve Group Posts Facebook Auto Approve Group Posts
    1
    // config
    2
    var speed = 100;
    3
    var i = 0;
    4
    var count = 1;
    5
    
    
  4. Configure Python as a service in AWS... Configure Python as a service in AWS EC2
    1
    #!/bin/bash
    2
    #
    3
    # custom-service    Start up custom-service 
    4
    #
    5
    # chkconfig: 2345 55 25
  5. smartdealer/sdapi smartdealer/sdapi Public

    API de integração com o Smart Dealer

    PHP 7 5

  6. rankim-software/rankim-api rankim-software/rankim-api Public

    API de integração com a Rankim

    PHP 1