Daily Shaarli

All links of one day in a single page.

February 15, 2016

First look at dual-engine web browser Polarity - gHacks Tech News
thumbnail

Polarity is a dual-engine web browser that is powered by Chromium and the Internet Explorer Trident engine.

Forum d'Etalab

Ce forum ouvert, proposé par Etalab, est en version beta. Il traite du logiciel, de tous les logiciels, libres ou non, au sein du secteur public (État, collectivités territoriales, administrations...).

La liste des logiciels installés sous Windows en PowerShell
thumbnail

Clear $ErrorActionPreference='SilentlyContinue' $txt=$env:USERPROFILE+'\Desktop\logiciels.txt' $path='HKLM:SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall' $keys=Get-ChildItem -path $path ForEach($key in $Keys) { $tmp=$path+'\'+$key.PSChildName Get-ItemProperty -Path $tmp |Select DisplayName,DisplayVersion|ForEach{ If($.DisplayName -ne $null) { $value='32 bit : '+$.DisplayName+' '+$.DisplayVersion Add-Content -Path $txt -Value $value } } } $path='HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' $keys=Get-ChildItem -path $path ForEach($key in $Keys) { $tmp=$path+'\'+$key.PSChildName Get-ItemProperty -Path $tmp |Select DisplayName,DisplayVersion|ForEach{ If($.DisplayName -ne $null) { $value='64 bit : '+$.DisplayName+' '+$.DisplayVersion Add-Content -Path $txt -Value $value } } }

13 Awesome Wolfram Alpha Tricks for the Average Person
thumbnail

Quelques exemples plus ou moins utiles avec Wolfram Alpha, le dernier plaira plus à certains.

Change how many processes multi-process Firefox uses - gHacks Tech News
thumbnail

/Coude en prévision.