background preloader

Mashape - Powering APIs, Microservices and Serverless Software

Mashape - Powering APIs, Microservices and Serverless Software
Related:  Programmation

PYPL PopularitY of Programming Language index The TIOBE Index is a lagging indicator. It counts the number of web pages with the language name. has over 20 million pages on the web, [s] while has only 11 million. [s] This explains why Objective-C has a high TIOBE ranking. But who is reading those Objective-C web pages ? Hardly anyone, according to Google Trends data. is searched 30 times less than .

ideas | 2012-2013 Notes for Ubuntu 14.04 LTS Two issues: rtlsdr device gets captured by OS, preventing application accessStandard installation process doesn’t allow non-root users to use a device To prevent OS from capturing device… Set up a blacklist file as explained in this post: As the message suggests, there are two solutions. sudo rmmod dvb_usb_rtl28xxu rtl2832 Not sure whether “rtl2832″ on the end there is required or not, but it can’t hurt. If this works, and you don’t want to use the device for TV reception, you can stop the module from ever being loaded, solving the problem permanently. blacklist dvb_usb_rtl28xxu blacklist rtl2832 blacklist rtl2830 Again not sure whether it’s necessary to blacklist all three of these or just the first, but I was erring on the side of caution and chose to list everything to do with the Realtek DVB device. To allow non-root users to use the device… Set up a udev rule as explained in this post: The way I did this was to run: lsusb

Index | TIOBE - The Software Quality Company Home » TIOBE Index April Headline: Is PHP losing its mojo? PHP hit its lowest position ever in the TIOBE index this month. When the TIOBE index started in 2001, PHP was about to become the standard language for building interactive web sites. 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. Other programming languages The complete top 50 of programming languages is listed below. The Next 50 Programming Languages The following list of languages denotes #51 to #100. Very Long Term History To see the bigger picture, please find below the positions of the top 10 programming languages of many years back. There are 2 important remarks here: There is a difference between "Visual Basic" and "(Visual) Basic" in the table above.

Ambisonics Externals for MaxMSP A set of externals for MaxMSP for Ambisonics surround sound processing and source-control in three dimensions. These externals are the result of research and practise using Ambisonics since 2000 and have been tested and used in numerous concerts, compositions and installations. The package includes five externals: ambiencode~ encode n audio-channels in ambisonic b-format ambidecode~ decode ambisonic b-format to n audio-channels ambipanning~ ambisonics equivalent panning (without intermediate B-format) ambimonitor graphical user interface object for sound-source placement ambicontrol control sound-sources in the ambimonitor in a variety of ways This software is released under the terms of the GNU Lesser General Public License (LGPL).

Les salaires des développeurs en 2015 (Baromètre AFUP - Human Coders) Nous sommes très heureux d’avoir collaboré avec l’AFUP pour l’édition 2015 du baromètre des salaires des développeurs. C’est la troisième édition de ce baromètre. Cette étude a pour but de donner une vision représentative et précise du marché des développeurs en France. Le marché des développeurs parait souvent mystérieux, cette étude sur les salaires répondra sans aucun doute à nombreuses de vos questions : Combien gagne un développeur junior ? Sans plus attendre, voici une infographie compilant les statistiques les plus significatives sur le marché des développeurs. Infographie sur les salaires des développeurs Voici le code à insérer dans votre page pour partager cette infographie : Statistiques sur les salaires des développeurs Nous allons à présent commenter chacune des parties. Différence de salaires hommes/femmes Ça s’améliore, mais c’est toujours pas ça. La société évolue. Satisfaction du salaire chez les développeurs Salaire des développeurs en fonction de leur expérience Type de contrat

aka.objects Here are some external objects for Max developed by Masayuki Akamatsu. I can't offer support for them but you can use them freely. You can check my old CFM objects here. 赤松正行が開発したMax用エクスターナル・オブジェクトです。 サポートはできませんが、ご自由にお使いください。 The following are UB objects (or abstractions) for PowerPC/Intel Macintosh. 以下はPowerPC/Intel Macintosh用のUBオブジェクト(またはアブストラクション)のみです。 The softwares for iPhone were moved to here. iPhone関連のソフトウェアはこちらに移動しました。 aka.appleremote This object handles the data of Apple Remote by deactivating Front Row. Front Rowの起動を抑制して、Apple Remoteの操作情報を取得します。 aka.beep This object produces a system alert sound. システム警告音を鳴らします。 aka.booklight This object retrieves the ALS (Ambient Light Sensor) and controls backlights. ALS(環境光センサー)の情報を取得し、ディスプレイとキーボードのバックライトを制御します。 aka.bookmotion This object retrieves the SMS (Sudden Motion Sensor) data. SMS(緊急モーション・センサー)の情報を取得します。 aka.datagram This object converts a symbol to/from a plain text into a udp packet. シンボル(文字列)とUDPパケットのテキストとを相互変換します。 aka.datetime aka.keyboard

Antipattern Un article de Wikipédia, l'encyclopédie libre. En génie logiciel, les anti-patrons ou antipattern sont des erreurs courantes de conception des logiciels. Leur nom vient du fait que ces erreurs sont apparues dès les phases de conception du logiciel, notamment par l'absence ou la mauvaise utilisation de patrons de conception, appelés design pattern en anglais. Les anti-patrons se caractérisent souvent par une lenteur excessive du logiciel, des coûts de réalisation ou de maintenance élevés, des comportements anormaux et la présence de bugs. Il existe également les GreyPatterns (dont le bénéfice ou les inconvénients ne sont pas clairement établis). Anti-patrons de développement[modifier | modifier le code] Abstraction inverse[modifier | modifier le code] Exemple : avoir un objet qui ne fait que des calculs en virgule flottante, et être obligé d'utiliser cet objet pour faire du calcul avec des entiers. Action à distance[modifier | modifier le code] Ancre de bateau[modifier | modifier le code]

EditorConfig 99 Bottles of Beer | Start Ordre des opérations Les règles de priorité sont : Exemples[modifier | modifier le code] Dans une successions d'additions et de soustractions, on peut effectuer les calculs de gauche à droite mais d'autres regroupements sont possibles (mais on n'effectuera pas : 2 − (0,5 + 1,5) = 2 − 2 = 0) Dans un calcul tel que 7 + 2 × 6, priorité est donnée à la multiplication : (et on n'effectuera pas ainsi : (7 + 2) × 6 = 9 × 6 = 54, comme on serait tenté de le faire par lecture de gauche à droite). L'usage de parenthèses permet donc de créer une exception aux priorités opératoires (multiplications et divisions prioritaires sur les additions et soustractions). Ainsi, un calcul comme (7 + 2) × 6 s'effectue ainsi : Ces quatre règles se complètent les unes les autres : ainsi le calcul 50 × 2 − [ 3 + 4 × (11 − 6 + 3) − 1 ] s'effectue ainsi : A = 50 × 2 − [ 3 + 4 × 8 − 1 ] (priorité aux calculs entre parenthèses 11 − 6 + 3) A = 100 − [ 3 + 4 × 8 − 1 ] (priorité à la multiplication 50 × 2 sur la soustraction précédant les crochets) et

Related: