background preloader

Coding

Facebook Twitter

TIOBE Software: Tiobe Index. TIOBE Index for January 2016 January Headline: Java is TIOBE's Programming Language of 2015!

TIOBE Software: Tiobe Index

Java has won the TIOBE Index programming language award of the year. This is because Java has the largest increase in popularity in one year time (+5.94%). Java leaves runner ups Visual Basic.NET (+1.51%) and Python (+1.24%) far behind. At first sight, it might seem surprising that an old language like Java wins this award. Java's rise goes hand in hand with Objective-C's decline (-5.88%). So what is the outlook for 2016? The TIOBE Programming Community index is an indicator of the popularity of programming languages. The index can be used to check whether your programming skills are still up to date or to make a strategic decision about what programming language should be adopted when starting to build a new software system. TIOBE Programming Community IndexSource: www.tiobe.com Java Python Visual Basic .NET JavaScript Assembly language Ruby Other programming languages The Next 50 Programming Languages. Caleb Evans. These are some web apps I've made in my spare time.

Caleb Evans

Libraries Calc A JavaScript library that does the math so you don't have to jCanvas Easily manipulate the HTML5 canvas, jQuery-style jFile Upload files using the HTML5 File API, jQuery-style Games Bricks Play an HTML5 remake of the classic game, Breakout PegJump Jump the pegs until only one remains Pong Play an HTML5 remake of the classic game Repeat Repeat the pattern, whatever it may be Rink Slide the puck as close as possible to the target Speed Dots Race against the clock to click every dot Tools RegExper Quickly test a regular expression RGB Mixer Mix red, green, and blue to create colors Showdown Put two snippets of JavaScript code to the test Swatches Create and organize collections of colors Fun Atom Play with an bouncy atom Fireworks A fun, firework-spawning time-waster Painter A simple painting app for expressing yourself Web Libs Create and share custom 'mad libs' Math Angles Gets statistics and visuals for any angle Expressions Grapher Sequencer Truthy.

37 Tested PHP, Perl, and JavaScript Regular Expressions. InShare22 A regular expression, also called regex or regexp for short, is simply a piece of code that matches a pattern.

37 Tested PHP, Perl, and JavaScript Regular Expressions

Mastering regular expressions can be a difficult chore, and if you don't need them all of the time, the syntax is tricky enough to make the task frustrating or slow as you will constantly need to use a reference sheet. In order to save you time, I've compiled a list of PHP, Perl, and JavaScript regular expressions for common use cases that have been tested and are ready to go. This isn't a regular expression tutorial or even a reference; you can think of it more as a cheatsheet for when you just need the regex but don't want to put a lot of time into relearning regular expressions.

If you're looking for regex tutorials or regex resources, you can find them at the end of the page as well as some additional regex resources. Codepad.