Tutoriel sur l'utilisation de LXC (je teste Docker mais LXC semble plus apte à remplir mes exigences...)
une petite documentation sur les tests dans un script shell
Tiens il va falloir que j'essaye cet outil créer par facebook pour tester le javascript...
ça pourrait être pas mal pour trouver des bugs...
via http://www.lafermeduweb.net/billet/flow-testez-votre-code-js-a-la-recherche-d-erreur-de-typage-1797.html
Allez je me garde un lien vers cette application.
J'ai rencontré la personne à l'origine de cette application...
Et je vais me pencher sur l'utilisation et le code...
Ca je vais en avoir besoin pour mettre à jour automatiquement mes paquest fun_plug...
Emulation d'un ARM pour tester / compiler des programmes ;)
"Pourtant, je suis persuadé que la mesure des connaissances, que ce soit pour évaluer un étudiant ou un candidat à l'embauche, doit être autre chose qu'un "test Google". J'aurais préféré qu'on ai un peu plus confiance en ma capacité à apprendre, à m'adapter. J'aurais préféré qu'on regarde un peu plus mon parcours, mes réalisations, mes succès et mes échecs.
J'aurais préféré qu'on ne me dise pas "bossez un peu plus l'inforensique des systèmes live et revenez dans deux ans". Même si c'est vrai.
Dans deux ans, j'aurai des lunettes Google et je réussirai tous les tests Google!
Dans deux ans, j'aurai peut-être réussi à travailler avec les meilleurs de l'ANSSI!
Mais dans deux ans, j'aurai 52 ans."
Oui tu as raison de ne plus chercher à savoir "par coeur" j'ai pas mal de mes collegues jeunes qui me parle de MVC, de Bootstrap, de "design pattern"
Oui tout ceci est bien... mais ce ne sont que Logique...
Chercher des références en psychologie, sur la relation des foules entre elles, ou des échanges entre tribus humaines, et vous verrez apparaitres du MVC et des Design Pattern...
de plus les technologie évoluent, change, devienne obsolète ou encore dominante sans avoir "forcément" une vrai raison...
Je te conseil de regarder du coté de l'expertise, du freelance et de ce qui te plaira, ceux qui donne ce genre de tests ne les réussiraient souvent pas...
J'apprends CakePHP et j'avoue que je suis séduit...
simple facile à prendre en main etc...
pas mal, pas mal...
des classes PHP pour générer des epub ;)
simple facile pratique.
A tester.
ici je met l'ensemble des sites que je trouve sur git et qui me permette d'apprendre ce très bon gestionnaire de fichiers...
(j'ai toujours du mal avec les patchs...)
http://gpl.univ-avignon.fr/2010/07/07/comment-contribuer-sur-github/
http://git-scm.com/book/fr/Personnalisation-de-Git-Configuration-de-Git
http://pioupioum.fr/developpement/git-10-commandes-utiles.html
Vérifier l'utilisation de votre JVM, des requêtes SQL des actions etc...
le tout en temps réel et avec une version Lite "gratuite"
http://en.wikipedia.org/wiki/AppDynamics
http://www.appdynamics.com/
un testeur de crontab qui vous renvoie les heures de lancement présumées ;)
Glances, surveillez vos serveurs en ligne de commande
Testing websites in IE7 / IE8 / IE9 on a Mac
Went looking for information on this today to link to someone and couldn't find anything recent, so I figured I'd write one up myself. Here's a simple process for getting a 100% legal copy of IE9 running on your mac using disk images provided by Microsoft themselves.
Download and install a copy of virtualbox, it's a free virtualization program like VMWare or Parallels. Make sure you have the command line utilities checked in the installer.
Download the official Microsoft Application Compatibility Virtual PC Image for IE9. As of this writing the latest versions are as of August 16th, 2011. The IE9 image is a seven part self extracting RAR file. Images are also available for IE7 and IE8. This image contains a fully legal copy of Microsoft Windows 7, licensed for developer debugging use in a virtual machine only.
Use unrar (installed via macports or homebrew) or The Unarchiver to extra the multipart archive. This will result in two files: Windows 7.vhd and Windows 7.vmc. You can discard the vmc file.
Open the terminal and cd to the directory you extracted the vhd file into. Run the following command:
VBoxManage clonehd "Windows 7.vhd" Windows_7_IE9.vdi
Move the resulting .vdi file into a safe location. By default VirtualBox puts its disk images in a unique folder inside ~/VirtualBox VMs, but I prefer them to be on a separate disk partition.
Launch VirtualBox and click the New button on the toolbar (or select New... from the Machine menu). This will launch the new virtual machine wizard. Name the machine however you want and select Windows 7 from the Operating System Version menu.
VirtualBox will allocate 512MB by default, which in my experience is enough for basic web testing, you may wish to give it more.
When prompted for the hard disk, choose "Use existing hard disk" and click on the browse icon to the right of the menu. Find the Windows_7_IE9.vdi file that we created in step 4. Click through the remaining dialog panes and finish the wizard.
Due to an incompatibility with VirtualBox and VirtualPC, this disk image will Bluescreen when you attempt to launch it, so there is one more thing that has to be changed to get it working. Select the new virtual machine and click on the Settings button. Switch to the Storage tab. By default VirtualBox places the boot media on the SATA controller; you need to move it to the IDE controller.
Do this by selecting the IDE controller and choosing Add Hard Disk from the plus button menu. Select the .vdi file from the list and click OK. Now remove that same drive from the SATA Controller by selecting it and clicking the minus button. Click OK.
Select your newly made Windows 7 virtual machine and click Start.
When you get to the windows login screen, choose Administrator. The login password is "Password1"
Windows will tell you that the copy you are using is non-genuine. Microsoft does not issue valid keys with these images, as they are intended to be temporary, and their official stance is to just reset the disk image when the trial expires (seriously, it's in that link above).
Click cancel on the activation dialog box so it takes you to the desktop. Double click on the Command Prompt icon and type in the following:
slmgr –rearm
This command resets the genuine advantage countdown timer to 30 days so that it will stop bugging you every time you launch it. Unfortunately, Windows Security Essentials will continue to bug you about it, so feel free to disable that. A dialog will popup telling you to restart, but we don't want to do that yet.
Press the command key to get Windows to release your mouse, and choose "Install Guest Additions" from the Devices menu in Virtualbox. Windows will popup an AutoPlay confirmation, click "Run VBoxWindowsAdditions.exe". An installer will launch, click through all the dialogs. When Windows Security prompts for permission, click Install.
Finally, when it asks to restart, let it.
The final step is optional, and that's to enable to auto-login feature so you don't have to enter the password every time you launch the machine. This article on MSDN will show you how to do that.
Congratulations, you now have a 100% legal copy of IE9 on your Mac. These disk images are valid for 3 months from the date they were made (The August 2011 images expire November 17, 2011). You will need to repeat this process for the new images when they come out.
If you need to configure Windows for any local virtualhosts, the file you need is C:\Windows\System32\drivers\etc\hosts (note, you need to be an Administrator to save the file), and the IP to forward to is 10.0.2.2 (which is also localhost).
The August 2011 IE9 disk image also comes preinstalled with Google Chrome, Firefox 4, Adobe Flash 10.2, and a hand-full of other useful development tools.
http://www.microsoft.com/en-us/download/details.aspx?id=11575
Une assez grande liste (pas forcement mise à jour) des outils de profiling java.
intéressant pour faire des tests et bench sur vos applications java ;)
tout savoir sur les bases de Firefall
http://www.firefallthegame.com/community/threads/french-community.8803/page-49
et des infos en plus:
A Lire, rien à voir avec la prise en main
http://www.firefallthegame.com/community/threads/s-i-n-system.31800/
le communauté francophone:
http://www.firefallthegame.com/community/threads/french-community.8803/page-49
[EDIT]
Comment accéder au ticket ouvert ? http://beta.firefallthegame.com/
le wiki:
http://firefall.wikia.com/wiki/Firefall_Wiki
et plus particulierement la rafinerie.
http://firefall.wikia.com/wiki/Thumper
la FAQ
http://firefall.wikia.com/wiki/FAQ
et hop mon premier ticket livré : https://support.firefallthegame.com/ics/support/ticketview.asp?ticket_id=3200997 :x
Un super site qui fournit des outils de gestion en ligne de commandes, vraiment sympa, a lire et a étudier
Merci Augustin pour le partage ;)
tester, valider, corriger votre code javascript et/ou jQuery avec ces astuces
(via sebsauvage : http://sebsauvage.net/links/?S1kDDg)
Vous voulez télécharger une version spécifique de firefox.
Souvent pour vos tests de non régressions ?
et bien cela se trouve ici ;)
Ou que puis-je faire avec selenium, quel selecteurs etc...
Apparemment Selenium gére les sélecteur CSS2 et CSS3 or pseudo instruction.