background preloader

VIM Adventures

https://vim-adventures.com/

Related:  ProgrammingStufftwimm

mysql « Bobobobo’s Weblog First, recognize that THERE ARE several ways you can connect to a MySQL database from an application. click for larger The 3 main ways are: AssertionError (and others) after latest OSX Java Update : WEB-8297 Many subsystems are completely unusable; such as VCS Commit windows, and Bug Reporting. 12:00:15 PM ClassNotFoundException: com.intellij.ide.actions.CopyReferenceAction$MyTransferable: com.intellij.ide.actions.CopyReferenceAction$MyTransferable12:01:11 PM AssertionError: Error during dispatching of java.awt.event.KeyEvent[KEY_PRESSED,keyCode=75,keyText=K,keyChar='k',modifiers=⌘,extModifiers=⌘,keyLocation=KEY_LOCATION_STANDARD,rawCode=0,primaryLevelUnicode=0,scancode=0] on frame2: LaF: [IntelliJ Dark Look and Feel - com.intellij.ide.ui.laf.darcula.DarculaLaf]12:02:33 PM AssertionError: Error during dispatching of java.awt.event.ItemEvent[ITEM_STATE_CHANGED,item=Commit Changes...

15 Free Games to Level Up Your Coding Skills When I started learning to code, my options for practicing coding skills were limited — lots of books, some very basic online tutorials, some coding challenges, and a whole lot of experimentation. These days, in addition to interactive courses and tutorials, there are lots of free coding games you can check out to improve your coding skills and take your programming skills to the next level. Are there any games that teach coding? The answer is: Yes! Mini Iconset (60 icons) Iconset Rating Stats Views: 248263Downloads: 23297Posted: Jun 16, 2011 Categories Mini IconsApplication Icons Download file(s) Debugging your JavaScript app using WebStorm In the past I mentioned and even recommended HTML5 developers give WebStorm a shot, this is the IDE I use personally when working in JavaScript, but I realized I never actually said why. One of the big reasons is, its just a good solid text editor, with good project management and solid code completion, which is an area most tools fail at. But one of the biggest reasons is, it gives a rock solid debugging experience… very similar to native code. This is something that can make JavaScript development a WHOLE lot nicer.

The 9 Best Coding Games Online for Adults to Learn How to Code Most coding games are aimed at children. But there are also some great coding games aimed at adults who want to learn to code. Don't get me wrong – there's nothing wrong with using the games on Code.org or Khan Academy. Installing mod_wsgi on Ubuntu 12.04 About mod_wsgi mod_wsgi is a simple and easy to setup tool that serves python web apps from Apache server. It is also one of the recommended ways of getting Django into production. In this article, we will be discussing the installation and set up of mod_wsgi with the Apache server. Prerequisites: This article is the second in a series of 3.

CoffeeScript Debugging with Sourcemaps in WebStorm 6 / PhpStorm 6 Sourcemaps help to solve the problems in the JavaScript ecosystem introduced with JS minification and transpiling from other languages (e.g., CoffeeScript and TypeScript): Sourcemaps allow you to navigate between minified JavaScript files and the original JavaScript files before they were minified.Sourcemaps allow you to navigate between languages that compile to JavaScript (CoffeeScript, TypeScript, etc.) and the JavaScript files that are output in the compilation process. WebStorm 6 and PhpStorm 6 can now leverage the information provided by sourcemaps and use it to debug JavaScript files.

Related: