Android 2.2 (Froyo) provides developers with some much-anticipated features for a minor SDK release. Here are the top ten features developers cannot wait to get their hands on.
<b>Datamation: </b>"Two and a half years after the KDE 4 series of releases began, many users are still using KDE 3. A preference for the familiar seems to motivate some; while others seem influenced by the rumors that began with the botched 4.0 release."
Microsoft revealed some plans last week for its upcoming Patch Tuesday release that should keep IT professionals busy. The latest Patch Tuesday falls on June 14 and it will bring with it 16 bulletins from Microsoft focused on fixing 34 vulnerabilities that stretch across several of the company s products....
Microsoft? Windows Azure Host, Scale, and Manage Web Apps In The Cloud. Learn More About Azure.
The version-numbers for our jars have to be longer them x.x.x. We would rather need x.x.x.x to integrate some old-fashioned self-made mechanism. This is, because we tag our software with x.x.x and as soon as we have a delivery to a customer one specific jar has to be build exactly at this point of time to fit to another backend, which communicates with our program. For that reason this one jar has the version 2.3.4.1, when generated and in next delivery of the same Version it is build and named 2.3.4.2. Now artifactory cannot handle this an doesn't save more than x.x.x.2 in some cases. So we thought of maybe edit the regular expression in the maven repository layout (see attached Screenshot) Because testing the path in the field below shows, that it cannot handle the version number. Of course for the rest of our jars still x.x.x has to work..
For Example here is the maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.firm</groupId>
<artifactId>someid</artifactId>
<version>1.5.1</version>
<versioning>
<latest>1.5.1</latest>
<release>1.5.1</release>
<versions>
<version>1.4.62</version>
</versions>
<lastUpdated>20120926073942</lastUpdated>
</versioning>
</metadata>
The folder structure looks like:
someid
1.4.62
1.4.62.1
1.4.62.2
1.4.62.3
If we deploy an new artifact version (1.4.62.1), the maven-metadata.xml contains the 1.4.62.1 version. But the artifactory overrides the version number (1.4.62.x) to (1.4.62) after an unspecified time. It seems that the artifactory only support major, minor and revision numbers, and deletes the buildnumber. Now we looking for a solution do disable this behavior. We use the JFrog Artifactory version 2.5.0 (rev. 13086).
Any ideas, maybe? Thanks in andvance
Ubuntu on my laptop has frozen multiple times in last 6-7 months. Its not frequent but I can not relate the freezing to anything which I was doing.
Today it froze again when I was taking notes in class - approximately at 12:00 PM. During the freeze both mouse and keyboard stopped working. I tried Alt-Ctrl-F1, Alt-Ctrl-F2 etc without any success. After that I waited few minutes & then I restarted the laptop.
I checked /var/log/syslog and /var/log/kern.log and it seems that it did not log anything (I was not able to understand most of it). Please let me know if you can find something unusual at around 12:00 PM.
Is there any other log which might be useful?
Here are the /var/log/syslog and /var/log/kern.log files.
I am taking a computer graphics course. The book and the lecture notes are vague on the on the order of flow between the different steps in the rendering process. For example, if we have specified a view in a scene, and then want to perform a projection transformation for that given view, then we have to go through a sequence of transformations. In the end we end up with a normalized "viewcube" ready to be mapped 2D after clipping. But why do we end up with a cube (ie 3D thing), when a projection results in projecting the 3D objects to 2D. (depth information is lost?) The other line of reasoning is that all information further needed is stored within the "cube" and that visibility detection and shading is performed with respect to this cube and then we perform rasterezation.
I just installed a fresh Ubuntu 12.10 64-Bit Desktop on my Lenovo W520. It looks like there are a lot of challenges around making it work with out of the box Nouveau drivers or propriety Nvidia drivers or Intel GPU. I looked at couple of notes on how to make it work with Bumblebee with Optimus Nvidia. None of them seems to work for 12.10. Anybody has a solid answer on this? It seems like a lot of people are suffering from this.
Here is my xrandr output. Let me know if you need any additional information.
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
LVDS1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1920x1080 60.0*+ 59.9 50.0
1680x1050 60.0 59.9
1600x1024 60.2
1400x1050 60.0
1280x1024 60.0
1440x900 59.9
1280x960 60.0
1360x768 59.8 60.0
1152x864 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
Thanks,
Sef
<b>The H Open:</b> "Expected for release in May, Linux kernel version 2.6.34 contains several new network drivers and various advancements designed to improve network performance or increase network configuration flexibility, which will particularly impact virtualisation."
<b>Datamation: </b>"Chrome's JavaScript delivery is powered by Google's V8 technology, now improved with what the search giant described as double-digit gains over the previous Chrome beta release."
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4
Steltix (NL) uses Oracle Sales Cloud (Oracle Fusion CRM in the Oracle
Cloud) to improve the business
performance of customers and to reduce costs and minimize risks.
If you read Dutch, I encourage you reading the press release here!
We are happy to announce that Oracle ADF Mobile is now available for our customers.Oracle
ADF Mobile enables developer to build applications that install and run
on both iOS and Android devices from one source code.
Development is done with JDeveloper and ADF and leverages Java and HTML5
technologies, while keeping the same visual and declarative approach
ADF is known for.
Please Click here to read more about the Oracle ADF Mobile release and learn more on our OTN Page.
Is there an option somewhere in CDT (Juno) where I can set customized "Release" configurations for my projects?
All I want to do for now is to be able to create a new C++ project and have by default the -std=c++11 and -std=gnu11options for the compilers and -s for the linker, and maybe a few other optimization flags. It's not a big hassle to do it every time for every new program, but I was just wondering, since I've been creating a lot of small programs to get to know C++ better.
Microsoft plans to release nine bulletins on Tuesday that cover 21 vulnerabilities across its wide portfolio of products. Of the nine bulletins, four have been tagged with the software giant's critical rating, meaning they should be given the utmost importance with regard to the overall patching process exercised by users and organizations. The four critical updates address vulnerabilities in Microsoft's Internet Explorer browser, its Windows operating system, and Silverlight. As for the remaining five updates, Microsoft has labeled them as being important. Those will cover issues foun...
I am able to use SSH from terminal but I am not able to use it from "connect to Server.." utility.
it is showing the error in the dialog box as below:
Cannot display location "sftp://[email protected]:PORT/
"Host key verification failed"
why so?
from terminal using below command I am able to access the server:
ubuntu# ssh -p 2222 [email protected]
Description: Ubuntu 10.04.4 LTS
Release: 10.04
Codename: lucid
any help please.
thank you in advance.
Go : une nouvelle version du langage de Google améliore le support sous Windows
Et introduit des modifications significatives de sa syntaxe
Mise à jour du 03/02/2011 par Idelways
Une nouvelle version de Go, le langage de programmation open-source de Google, vient de voir le jour.
Estampillée « release.2011-02-01 » par l'équipe du développement du langage, cette version introduit des changements significatifs à la syntaxe des opérations sur les canaux et introduit de nouvelles améliorations au support dans les environnements Windows.
Les opérations non bloquantes sur les canaux ont été supprimées. ...
Few mail servers have been presented as Exchange alternatives as long as GMS has. In its most most recent release Gordano added a document management system and various other functionality. We test drive the Linux version on an Intel box.
Microsoft has released the final version of Internet Explorer 9, and there’s just one question you should be asking yourself: Should I bother installing it? Here’s everything you need to know about the latest release of Microsoft’s infamous browser.
Spoiler alert: If you are running Windows 7 or Vista, you should absolutely install IE9 on your PC—even if you prefer Chrome or Firefox, it’s better to have a secure, updated version of Internet Explorer.Internet Explorer 9 Released: Here’s What You Need To KnowHTG Explains: How Does Email Work?How To Make a Youtube Video Into an Animated GIF
<b>Phoronix:</b> "The release of Ubuntu 10.04 LTS "Lucid Lynx" is quickly approaching next month and it will arrive with a whole set of new features and improvements including a faster boot process, a long-awaited new theme, the Nouveau driver to replace the crippled xf86-video-nv driver, the unveiling of the Ubuntu One Music Store, integration of Plymouth, Ubuntu ARM advancements..."
<b>Wine-Reviews:</b> "The Wine development release 1.2-rc1 is now available. The source is available now, Binary packages are in the process of being built, and will appear soon at their respective download locations."<br> <i>Link fixed --ed.</i>
The following steps provide two methods of putting the fresh new release of Ubuntu 10.04 LTS (Lucid Lynx) on a USB stick. The first method will create a bootable USB stick with a live version and the second process will create a live version with persistence.
I try too boot my computer into Ubuntu, but I end up having to manually select Ubuntu from the devices menu, even though it was supposed to boot first. Instead Windows 8 boots up like Ubuntu isn't even there! And GRUB works just fine when Ubuntu is selected in the boot device menu. (How else am I on?) I tried using EasyBCD but kept getting errors from the windows boot manager. And just in case it helps, during installation of Ubuntu it didn't recognize windows 8, and I had to resize and install manually. Anything I can do?
Notes: EVERYONE!!! GRUB WORKS PERFECTLY!!! IT IS AN ERROR IN THE HP BOOT MENU AS I HAVE PREVIOUSLY SAID!!! PLEASE DO NOT GIVE ME ANSWERS FOR GRUB EDITS IN THE FUTURE!!!
Here are my specs:
PC type: HP 2000-2d49WM Notebook PC
RAM: 4GB
Swap: 2GB
Processor: AMD E-300 Vision 1.3 GHz x2
BIOS Edition: N\A Until further notice
We have prepared notes for university students which are on .docx format. And we want it to put on our website for viewing.
We tried one option. Uploading the files on scribd and embedding it on our website for viewing on scribd viewer. Will making documents available on srcibd viewer on our website affect search engine rankings ?
Will search engines treat it as duplicate content as those are already uploaded on scribd and we are embedding it on our website ?
On scribd we have set the uploaded documents as 'private' though.
And if it affects, can you suggest any suitable way to make .docx files to be viewed on our website that doesn't affect search engine rankings ?
I have installed ubuntu 12.04.
I want to install xfce desktop.when i able to install xubuntu desktop getting following message.
sudo apt-get install lubuntu-desktop
Media change: please insert the disc labeled
'Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 (20120817.3)'
in the drive '/cdrom/' and press enter
i didn't know why this error are coming and also i don't have CD driver. i installed Ubuntu using usb.
please let me know how to install xubuntu desktop.
<b>Linux Journal:</b> "The long anticipated release of PCLinuxOS 2010 finally arrived a few weeks ago and reviews have been overwhelmingly positive. Even with the new crew and new features, it's still very much PCLOS."