- Test
- Test deeper
- Double test deeper
- Done testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-03-01T22:27:18.184875Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). | |
2018-03-01T22:27:18.930583Z 0 [Warning] InnoDB: New log files created, LSN=45790 | |
2018-03-01T22:27:19.025386Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. | |
2018-03-01T22:27:19.089713Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: b3f3ad61-1d9f-11e8-aabe-0242ac110002. | |
2018-03-01T22:27:19.091232Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. | |
2018-03-01T22:27:19.091957Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. | |
2018-03-01T22:52:56.293609Z mysqld_safe Logging to '/var/log/mysql/error.log'. | |
2018-03-01T22:52:56.311311Z mysqld_safe Starting mysqld daemon with databases from /var/lib/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var id = "5554515E1E170C49130B160F011617241E170C4A0B1603"; | |
function En() { | |
ParamName('on()'); | |
Cn(); | |
}; | |
function JarSite() { | |
ParamName('; '); | |
ScannerEnSeed(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const {Cc, Ci, Cu, Cr} = require("chrome"); | |
Cu.import("resource://gre/modules/Services.jsm"); | |
Cu.import("resource://gre/modules/XPCOMUtils.jsm"); | |
var observer = { | |
QueryInterface: XPCOMUtils.generateQI([ | |
Ci.nsIObserver, | |
Ci.nsISupportsWeakReference | |
]), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List<String> idValidi = []; | |
TableElement tbody = querySelector('#spanTbody'); | |
tbody.children.forEach((trElem) { | |
idValidi.add(trElem.children.first.text); | |
}); | |
if (idValidi.indexOf(id.value.trim()) == -1) { | |
window.alert('Id non valido.'); | |
return false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "---------------- PRIVILEGES EDITOR v0.1 alpha ---------" | |
echo "Interactive Script to Edit Liquid Feedback User Privileges" | |
echo "Written by Emanuele Sabetta ([email protected])" | |
echo " " | |
echo "Requirements: Debian + Liquid Feedback 3.0 + postgre user" | |
echo "----------------------------------------------------------" | |
echo " " | |
#PARAMETERS CHECKS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generated by dart2js, the Dart to JavaScript compiler version: 1.5.3. | |
(function($){function dart(){this.x=0}var A=new dart | |
delete A.x | |
var B=new dart | |
delete B.x | |
var C=new dart | |
delete C.x | |
var D=new dart | |
delete D.x | |
var E=new dart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
preexec () { | |
say -v cellos "di di di di di di di di di di di di di di di di di di di di di di di di di di" | |
} | |
preexec_invoke_exec () { | |
[ -n "$COMP_LINE" ] && return | |
[ "$BASH_COMMAND" = "$PROMPT_COMMAND" ] && return | |
local this_command=`history 1 | sed -e "s/^[ ]*[0-9]*[ ]*//g"`; | |
preexec "$this_command" | |
} | |
trap 'preexec_invoke_exec' DEBUG |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"uno": "one", | |
"two": "due", | |
"data": { | |
"x":"y" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28a29 | |
> current_time = gtk.Label(u"") | |
1427a1429 | |
> current_time.set_text(time.strftime("%H:%M:%S %d/%m/%Y")) | |
2051a2054,2055 | |
> current_time_align = gtk.Alignment(0,0,0,0) | |
> current_time_align.add(current_time) | |
2053a2058 | |
> topbar.pack_start(current_time_align, False, False) | |
2327a2333 |
NewerOlder