How to autorun a Python script using systemd. How to create own systemd service using Python script. How to configure Python script to start...
July 29, 2019
February 26, 2019
Check num day of month
Anonymous
11:21 AM
PHP function function getMonthDayNum($month, $year) { $month = (int)$month; $year = (int)$year; $days = 30; switch ($month) { case 1...
March 9, 2018
Configure Nginx and PHP-FPM to use sockets
Anonymous
8:27 AM
The following guide describes how to configire Nginx and PHP-FPM to use Sockets on Centos 6. This guide assumes you have already installed a...
Simple ajax post data without jQuery
Anonymous
8:19 AM
var serialize = function(obj, prefix) { var str = [], p; for(p in obj) { if (obj.hasOwnProperty(p)) { var k = prefix ? prefix...
March 5, 2018
Query-string encoding of a Javascript Object
Anonymous
8:57 AM
Do you know a fast and simple way to encode a Javascript Object into a string that I can pass via a GET Request? No jQuery, no other framew...
Subscribe to:
Posts (Atom)