Skip to content

Instantly share code, notes, and snippets.

View Ladone's full-sized avatar
🌴
Make More!

Vladislav Pototskiy Ladone

🌴
Make More!
  • Full Stack Developer
  • Ukraine
View GitHub Profile
inspect = require("inspect")
function love.load()
gameTable = {}
gameTable[0] = {}
table.insert(gameTable[0], {value=2, posX = 0, posY = 0})
{
"version": 3,
"targets": {
".NETCoreApp,Version=v2.0": {
"Microsoft.CSharp/4.5.0": {
"type": "package",
"compile": {
"ref/netcoreapp2.0/_._": {}
},
"runtime": {
using System;
using System.Collections.Concurrent;
using System.Data.Common;
using System.IO;
using System.Linq;
using System.Reflection.Metadata.Ecma335;
using System.Threading.Tasks;
using Telegram.Bot;
using Telegram.Bot.Args;
using Telegram.Bot.Types.Enums;
using System;
using System.Collections.Concurrent;
using System.Data.Common;
using System.IO;
using System.Linq;
using System.Reflection.Metadata.Ecma335;
using System.Threading.Tasks;
using Telegram.Bot;
using Telegram.Bot.Args;
using Telegram.Bot.Types.Enums;
@Ladone
Ladone / 1.js
Last active February 17, 2018 23:26
$("#resetting_form").validate({
rules: {
"form_restore_user[email]": {
required: true,
},
},
errorPlacement: function(error, element) {
element.before('<br/>').before(error);
},
}).form();
d:\Work\Projects\Web-apps\ojs\plugins\reports\reviewReport\ReviewReportDAO.inc.php
d:\Work\Projects\Web-apps\ojs\plugins\reports\articles\ArticleReportDAO.inc.php
d:\Work\Projects\Web-apps\ojs\plugins\generic\staticPages\classes\StaticPagesDAO.inc.php
d:\Work\Projects\Web-apps\ojs\plugins\generic\openAIRE\OpenAIREDAO.inc.php
d:\Work\Projects\Web-apps\ojs\plugins\generic\driver\DRIVERDAO.inc.php
d:\Work\Projects\Web-apps\ojs\lib\pkp\plugins\generic\usageStats\UsageStatsTemporaryRecordDAO.inc.php
d:\Work\Projects\Web-apps\ojs\lib\pkp\classes\workflow\WorkflowStageDAO.inc.php
d:\Work\Projects\Web-apps\ojs\lib\pkp\classes\views\ViewsDAO.inc.php
d:\Work\Projects\Web-apps\ojs\lib\pkp\classes\user\UserStageAssignmentDAO.inc.php
d:\Work\Projects\Web-apps\ojs\lib\pkp\classes\user\PKPUserSettingsDAO.inc.php
{"status":true,"content":"\n<script type=\"text\/javascript\">\n\t$(function() {\n\t\t\/\/ Attach the form handler.\n\t\t$('#submissionMetadataViewForm-5a43faa8e1b76').pkpHandler(\n\t\t\t'$.pkp.controllers.form.FileUploadFormHandler',\n\t\t\t{\n\t\t\t\treadOnly: null,\n\t\t\t\t$uploader: $('#coverImageUploader'),\n\t\t\t\t$preview: $('#coverImagePreview'),\n\t\t\t\tuploaderOptions: {\n\t\t\t\t\tuploadUrl: \"http:\\\/\\\/ojs.ladone.me\\\/index.php\\\/lpj\\\/$$$call$$$\\\/tab\\\/issue-entry\\\/issue-entry-tab\\\/upload-cover-image\",\n\t\t\t\t\tbaseUrl: \"http:\\\/\\\/ojs.ladone.me\",\n\t\t\t\t\tfilters: {\n\t\t\t\t\t\tmime_types : [\n\t\t\t\t\t\t\t{ title : \"Image files\", extensions : \"jpg,jpeg,png,svg\" }\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\tmultipart_params: {\n\t\t\t\t\t\tsubmissionId: 2,\n\t\t\t\t\t\tstageId: 5,\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t);\n\t});\n<\/script>\n\n<form class=\"pkp_form\" id=\"submissionMetadataViewForm-5a43faa8e1b76\" method=\"post\" action=\"http:\/\/ojs.ladone.me\/index.ph
Validation errors:
Element '{http://pkp.sfu.ca}sections': Missing child element(s). Expected is ( {http://pkp.sfu.ca}section ).
Invalid XML:
<?xml version="1.0"?>
<issue xmlns="http://pkp.sfu.ca" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" published="1" current="1" access_status="1" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<id type="internal" advice="ignore">1</id>
<issue_identification>
SELECT ka.id, ka.form, kf.name, ka.input as input_id, ka.answer, ka.time, ka.date, ka.uniqid, ka.status, ka.comment
FROM qm9x8_kdpuforms_answers as ka
LEFT JOIN qm9x8_kdpuforms_forms as kf
ON ka.form = kf.id
INNER JOIN qm9x8_kdpuforms_inputs as ki
ON ka.form = ki.form
WHERE kf.name = 'blogs';
@Ladone
Ladone / demo.aiml
Last active October 23, 2017 20:14
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright ©2017 Ladone -->
<!-- Permission is hereby granted, free of charge, to any person -->
<!-- obtaining a copy of this software and associated documentation -->
<!-- files (the "Software"), to deal in the Software without -->
<!-- restriction, including without limitation the rights to use, -->
<!-- copy, modify, merge, publish, distribute, sublicense, and/or sell -->
<!-- copies of the Software, and to permit persons to whom the -->
<!-- Software is furnished to do so, subject to the following -->
<!-- conditions: -->