The Sensate application analyses texts in order to provide support for its author. This is the source code of the entire core sensate application including a German thesaurus (from openthesausrus.de). Sensate requires the python modules pattern, pypandoc (and so pandoc) and requests. These packages are already included in the modules directory. Please check if you already have installed them on your local system. If so, you should remove the appropriate package from the modules folder in order to prevent errors. Copyright (C) 2017, Tobias Wiek This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Goiania - Brazil. Latihan soal pembahasan matematika untuk psikotes Download latihan soal pembahasan matematika untuk psikotes or read online here in PDF or EPUB. Please click button to get latihan soal pembahasan matematika untuk psikotes book now. All books are in clear copy here,.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. The Sensate application analyses texts in order to provide support for its author.

Copyright (C) 2017, Tobias Wiek This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

Shipping container free CAD drawings. Free AutoCAD blocks and details of a shipping container including dimensions. Drawings of cross section, top view, side view, roof, door. Dimensions: Outside Length - 6,058m, Outside Height - 2,591m, Outside Width - 2,438m. Autocad drawing iso container locks. CAD/BIM Library of blocks 'ISO CONTAINER' Free CAD+BIM Blocks, Models, Symbols and Details Free CAD and BIM blocks library - content for AutoCAD, AutoCAD LT, Revit, Inventor, Fusion 360 and other 2D and 3D CAD applications by Autodesk.

Robeth's Borderlands Unlimited COOP Mod A tool to patch Borderlands 2 to support 5+ players in game The patcher might act like it's frozen after you press the patch button, but it's just making a copy of your entire Borderlands 2 folder for safety. The tool will place a patched verion of Borderlands 2 on your desktop that you need to run to use my COOP mod. To execute the COOP patch in game, press '~' and type exec cooppatch.txt. Borderlands 2 pc freezing fix.

You should have received a copy of the GNU Affero General Public License along with this program. This application makes use of the OpenThesaurus. For the license please see here:.

# -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # The Sensate application analyses texts in order to provide support for its author. # Copyright (C) 2017, Tobias Wiek # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. # ----------------------------------------------------------------------------- # default #:author Tobias Wiek #:date # ----------------------------------------------------------------------------- # This is the controller of 'default'. # The following views are available: # - api # - index # - user # - download # - call # ----------------------------------------------------------------------------- # NOTE: login authentication is switched off # auth.settings.allow_basic_login = True # @auth.requires_login() @ request.

Restful () def api (): '' Index This function renders the RESTful API.:author Tobias Wiek:date:return dict '' response. View = 'generic.' Extension def GET ( value, pattern = None ): synlist = ' catlist = ' word = db.

Executesql ( 'SELECT term.word, term.synset_id FROM `term` WHERE term.word = ' + value + ';' ) if len ( word ) == 0 or value!= word [ 0 ][ 0 ]: word = ' # words = db.executesql('SELECT term.word FROM `term` WHERE term.word LIKE '%'+value+'%' LIMIT 10;') # for match in words: word += match[0]+', ' # word = word[:-2] else: synset_id = word [ 0 ][ 1 ] word = word [ 0 ][ 0 ] if pattern == None or pattern == 'synonyms': synquery = ( db. Synset_id == synset_id ) & ( db.