👩💻
Forensic expert
CEO at PHP Enterprise, Software Engineering, Growth Hacking Specialist.
-
PHP Enterprise
- Florianópolis, SC, Brasil
- http://phpenterprise.com
Highlights
Pinned Loading
-
String Similarity with MySQL
String Similarity with MySQL 1DELIMITER $$
2CREATE DEFINER=`root`@`localhost` FUNCTION `COMPARE_STRING`( s1 text, s2 text) RETURNS int(11)
3DETERMINISTIC
4BEGIN
5DECLARE s1_len, s2_len, i, j, c, c_temp, cost INT;
-
Linkedin Auto Connect/Invite Script
Linkedin Auto Connect/Invite Script 1(Linkedin = {
2release: '1.0.5 stable',
3data: {},
4config: {
5autoStart: true,
-
Facebook Auto Approve Group Posts
Facebook Auto Approve Group Posts 1// config
2var speed = 100;
3var i = 0;
4var count = 1;
5 -
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
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.