WebP se dote d'un mode de compression d'images sans perte
Le format open source de Google veut aussi concurrencer le PNG
Mise à jour du 21 novembre 2011
Google voit grand pour son format d'image WebP et veut manifestement en faire un format à tout faire.
Positionné au départ (lire ci-devant) comme un concurrent plus optimisé que le JPEG, avec…
I regularly annotate pdf files and unfortunately there is no good linux pdf reader that supports decent annotations. Evince has a very rudimentary and buggy annotation feature. So I'm stuck using a Windows viewer through wine.
This works pretty well but, when I simply right-click a file (in this case a pdf), properties, open with and selected…
Windows 8 : Microsoft dépose un nouveau brevet, qui rends encore plus plausible l'existence d'un mode "Direct Experience"
Mise à jour du 06.02.2011 par Katleen
En août 2010, nous vous parlions de l'hypothétique mode "Direct Experience", qui pourrait être disponible dans la prochaine version de Windows (voir news précédentes) et dont la but…
These are the user identities my website tells me that it uses:
Logged on: NT AUTHORITY\NETWORK SERVICE (Can not write any files at all)
and
Not logged on: WSW32\IUSR_77 (Can write files to any folder)
I have a ASP.NET 4.0 website on a shared hosting IIS7 web server running in Integrated mode with 32-bit applications support enabled…
I have a Cisco 2950 switch which has one of its ports connected to an Internet router provided by my ISP; I have no access to the router configuration, but I manage the switch.
If I leave all switch ports with their default setup (auto-negotiation of speed and duplex mode), this link always connects at 100 MBit/s, but in half-duplex…
Before i ask the question, let me point out that this is not a hardware issue. I have a clean install of vista on another hd that runs on same hardware, i am pretty sure its a corruption of a drive or a file, i presume it might be video driver.
When windows wont start via normal boot i just get black screen after initial load up of…
I have written a script that generates a root filesystem image (based on Debian lenny) suitable for User-Mode Linux. (Essentially this script creates a filesystem image, mounts it with a loop device, uses debootstrap to create a lenny install, sets up a static IP for TUN/TAP networking, adds public keys for login by SSH and…
My Windows 7 XP Mode virtual machine has just locked me out of password log on. Two years of use and it never required I use a password on wake up, I never asked for that. Suddenly yesterday, password required! I located password and used it successfully a couple of times, but now even that is not good enough! Perhaps…
Is anyone aware of an org-sort function / modification that can refile / organize a group of TODO so that it sorts them by three (3) criteria: first sort by due date, second sort by priority, and third sort by by title of the task?
EDIT: If anyone can please help me to modify this so that undated TODO are sorted…
Yahoo! met le paquet pour débaucher un autre cadre supérieur de Google
Henrique de Castro, ex. président des médias
Après avoir recruté Marissa Mayer en tant que responsable de la direction en juillet, Yahoo! débauche un autre pilier de Google. Il s'agit d'Henrique de Castro, le désormais ex-président des médias de…
I read in the Android documentation that by setting my Activity's launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would reuse a single Activity instance and give me the Intent in the onNewIntent callback. I did both of these things, and…
I am working on deploying a program and the codebase is a mixture of C++/CLI and C#. The C++/CLI comes in all flavors: native, mixed (/clr), and safe (/clr:safe). In my development environment I create a DLL of all the C++/CLI code and reference that from the C# code (EXE). This method works flawlessly.
For my…
Hey there,
I want to call gnuplot with a shell command, all the commands are stored in, let's say, "load.gp".
If I start the gnuplot shell and type "load 'load.gp'" I can change the viewpoint by dragging the splot with the mouse around.
The Problem is, I can't figure out how to reach that without being in…
We have an application with a app/model that references another model stored in a plugin.
When the app/model level is reloaded on the second and further requests and that relies on our model in vendor/plugins/... (which stays loaded) it fails (can't dup nil class).
We've tried setting…
I created a new project and selected the Tab Bar template for iPad. I opened it up in Interface Builder and added 4 more items, bringing the total items to 6. I did a build and run and it opened up fine in the iPad simulator, but it wouldn't go into landscape! I then backtracked in…
Trying to use:
:On Error exit
:r D:\opt\db_objects\REPORTS\dbo.sp_ReportCountLORUsers.sql
...and I get:
Msg 102, Level 15, State 1, Line 5
Incorrect syntax near 'U'.
** An error was encountered during execution of batch. Exiting.
What am I missing?
In my application I have
<Rectangle.Margin>
<MultiBinding Converter="{StaticResource XYPosToThicknessConverter}">
<Binding Path="XPos"/>
<Binding Path="YPos"/>
</MultiBinding>
</Rectangle.Margin>
The Data Context is…
Hi, I am new to linux
and I want to know if my chipset is capable off doing those things
My chipset is a intel centrino advanced 6200-n on a sony vayo laptop running on windows 7.
Now, I know that windows is only capable off listening, so I boot backtrack 4
from a usb stick.
I…
Hi,
I am using NHibernate Lucene search in my project.
Lucene.Net.dll - v - 2.3.1.3
NHibernate.dll - v - 2.1.0.4000
At this point I am trying to use async option for indexing and used
following options
config.SetProperty(NHibernate.Search.Environment.WorkerExecution, …
Apple demonstrated Photo's for the iPad. In their demo, they said you can Flip the iPad and it flips the image.
How is this result achieved?
I've been reading about UIInterfaceOrientation all day and I'm lost
Any help would be appreciated.
I have a failure in some inner library function in Octave. I want to debug the calling function, but I don't know how to do it.
How can I see the stack trace?
How can I move between frames?
I get selection range like this:
var
Range: IHTMLTxtRange;
begin
if Supports((Document as IHTMLDocument2).selection.createRange,
IHTMLTxtRange, Range)
end;
TWebBrowser in editing. I need get position of cursor. How I can get its?
You know when you roll over a menu, it will show a submenu.
I wanted to keep the submenu visible even tough I roll out from the button,
and only change the submenu when I mouse over other links or buttons.
Does this include javascript? or it can be done just in CSS?
Hi everyone,
We have an application that parts of it are in .net, c++ usermode and C++ drivers. The application is divided into several executables that run on demand and communication with each other using LPC(the processes run in different sessions(winlogon)).
Currently We…