Random Posts - Coding Development Art
Random Posts | Coding Develop Art - programming and development tutorials blog - Learn all Program languages | gemgap.com
  1. Sorry, unexpected error: 'module' object has no attribute 'SMTP_SSL'

    This is my code for my main.py file which is designed to be a simple contact form built in flask. from flask import Flask, render_template, request from flask_mail import Mail, Message from forms import Contact...Learn More
    Pythongoogle-app-engineflaskflask-mailProgramming Languages
  2. How does a comma followed by a variable assignment concatenate?

    I am still in the early stages of learning Python and came accross this syntax but I have no idea what it does. check, expression = expression, expression.replace('()', '').replace('[]', '').replace('{}', '') ...Learn More
    Pythonpython-3.xProgramming Languages
  3. Flex project is not executing

    I'm using Flash Builder 4.5 and i've developed one web application in it, now if i try to run the project it is executing in flash player not in browser window, can anybody help how to run this application in w...Learn More
    actionscript-3FlashFlex
  4. Coral Protocol: Making Blockchain Less Scary

    I was genuinely shocked when Coral Protocol took the stage at the DNA Fund ICO Pitch Day. It was one of those, “I can’t believe that A) this is possible, and B) if this is possible, that no one has done it yet....Learn More
    NewsBlockchainFraudCryptoBitcoinCryptocurrencyBlog
  5. How to download huge Oracle LOB with cx_Oracle on memory constrained system?

    I'm developing part of a system where processes are limited to about 350MB of RAM; we use cx_Oracle to download files from an external system for processing. The external system stores files as BLOBs, and we ca...Learn More
    PythonOracleblobcx-oraclelobProgramming Languages
  6. Install MYSQLdb python module without MYSQL local install

    I'm trying to install MYSQLdb on a windows client. The goal is, from the Windows client, run a python script that connects to a MySQL server on a LINUX client. Looking at the setup code (and based on the erro...Learn More
    PythonMySqlWindowsProgramming LanguagesDatabase
  7. angularJS - Flask , $resource.save gives 405

    My AngularJs resource : $scope.savePost = function(){ var post = SavePost.save({ title : $scope.title, content: $scope.content }, function(){ console.log(post)...Learn More
    PythonAngularJSflask
  8. Can some one explain me what does np.log do?

    I understand that this is a simple question, but I couldnt get what exactly does np.log do? I saw the documentation from which I am not able to understand the logic behind np.log. np.log([9000000]) I am getting...Learn More
    PythonnumpyScipyProgramming Languages
  9. Change File Icons in C#

    Can you suggest something for changing the files icons in C#? What I means here is that does C# has any class that we can use to change the icons of files. For example, can I replace notepad file icon with doc ...Learn More
    C#c++windows-shellProgramming Languages
  10. Multi-platform crash reporting system for Qt applications

    I am creating a multi-platform Qt application for which I would want a crash reporting system to generate a crash report whenever there's a crash on the user's computer. At a later point, I should be able to vi...Learn More
    qtMingwcrash-reportscrash-dumpsbreakpad
  11. Visibility button in lightbox

    I've a problem with visibility when the value is 0 or the highest number in an array in JavaScript Here's my code... <!-- script fotoviewer --> <script> $("#fotoviewerclick").cl...Learn More
    JavaScriptjQueryCSSProgramming Languages
  12. iOS, key => value from NSArray

    I've found a lot of documentation about how to code data into a key => value style, but how do i go about extracting the key & value from an array? I'm currently using NSArray. What i'm after is the obj...Learn More
    iOSobjective-cnsarrayDev