Executives from a handful of security firms outline the biggest threats facing the enterprise, urge new policies to protect networks as workers bring consumer technologies behindthe firewall.
Executives from a handful of security firms outline the biggest threats facing the enterprise, urge new policies to protect networks as workers bring consumer technologies behindthe firewall.
CoffeeScript 1.4.0 disponible
le langage qui propose une nouvelle syntaxe pour JavaScript améliore son compilateur
Jeremy Ashkenas, le créateur de CoffeeScript a annoncé la sortie de la version 1.4 du langage dérivé de JavaScript sur son compte Twitter.
Pour rappel, CoffeeScript offre une syntaxe semblable à celles de Python ou Ruby et permet de compiler son code en JavaScript.
[IMG]http://idelways.developpez.com/news/images/coffeescript.jpg[/IMG]
Le but de CoffeeScript est de faire abstraction de la syntaxe de JavaScript qui ne reflèterait pas les concepts profonds du langage, dont le noyau et le modèle orienté objet ou fonctionnel ...
Oracle just launched a new YouTube channel on Fusion Aplications. This is the launch of the new "Faces of Fusion" series.
In the latest video, meet Aaron Green one of the key innovators behind Oracle Fusion Applications who has invested his passion and creativity to deliver the best possible HCM solution to the market and is thrilled to see customers liking the solution as much as he does.
About two months ago, John Resig and I met at Café Algiers in Harvard square to discuss how Microsoft can contribute to the jQuery project. Today, Scott Guthrie announced in his second-day MIX keynote that Microsoft is throwing its weight behind jQuery Read More......(read more)
Given a left-handed Projection matrix, a left-handed View matrix, a ViewProj matrix of View * Projection - How do I create a bounding Frustum comprised of near, far, left, right and top, bottom planes?
The only example I could find on Google (Tutorial 16: Frustum Culling) seems to not work; for example, if the math is used as given, the near-plane's distance is a negative. This places the near-plane behindthe camera...
<b>Linux Planet:</b> "Now with the Landscape 1.5 release, Canonical, the lead commercial sponsor behindthe Ubuntu Linux operating system, is extending its management platform as it looks to further grow its enterprise business."
I'm trying to install Transmission 2.51 on Ubuntu 10.04. Compiling the source goes fine, but I can't seem to get it to compile the GUI as well. This is the configure output:
Configuration:
Source code location: .
Compiler: g++
Build libtransmission: yes
* optimized for low-resource systems: no
* µTP enabled: yes
Build Command-Line client: yes
Build GTK+ client: no (GTK+ none)
* libappindicator for an Ubuntu-style tray: no
Build Daemon: yes
Build Mac client: no
How do I get it to build the GTK+ client?
I have Ubuntu 12.04 amd64 installed on my machine, on the previous versions of Ubuntu it was deadly easy, now there is this command update-java-alternatives with a really bad man page.
I just have my JDK unpacked on a mounted partition like /media/mydisk/jdk, how i can force the use of that JDK instead of the one that comes in the Ubuntu repository?
What is the logic behind this update-java-alternatives ?
I'm glad to announce that the first binary snapshots of the lambda repository are available at the following URL:http://jdk8.java.net/lambda/As you can imagine, as the implementation of the compiler/libraries is still under heavy development, there are still many rough corners that need to be polished. I'd like to thank you all for all the patience and the valuable feedback provided so far - please keep it coming!Maurizio Cimadamore announcing the Project Lambda binary snapshots on the lambda-dev OpenJDK mailing list.
There are now lots of WYSIWYG editors, however whenever we use one on a CMS-based website we consistently have issues.
The biggest being users pasting content from Word or other online sources and all the various formatting rules being added in "behindthe scenes".
How do you deal with these editors on a live production website?
I love Markdown, however its target market is most definitely the tech industry.
A lot of these things are usually behind NDAs and tricky to gauge. Is there any information and ranges on how much these thing costs?
For example, the PS1 had the "Net Yaroze", which according to Wikipedia was: "For about $750 USD, the Net Yaroze (DTL-H300x) package would contain a special black-colored debugging PlayStation unit with documentation, software, and no regional lockout."
So, what were the prices of some game development kits?
P.S: This might make a good community wiki
Search Engine Optimization is a lot like the Gold Rush of 1848. Those willing to take on the risk and expense early on found enough gold to finance larger mining operations and were the big winners, while latecomers oftentimes were left behind.
For any website a better ranking on the search engine result pages is the most desired thing. And for that reason there is a huge competition to get within the top ten ranking on the result pages. The point behind this is that when a website gets within the top ten ranking on the result pages it is most likely that the site would receive more visitors than the sites on the later pages.
I got a physical server at home and I want to do the following silly project to learn the concept behind server-backend development, and then do a real project later on:
Idea: Turn the server to a calculator. I want any person publicly send a query to the server (i.e., 2+2) from the terminal and the server give me the result.
So the question is basically where to start, what sort of software I need to install, and what sort of program I need to write?.
I've searched all over the web on implementation of segmented sieve of eratosthenes. But I found none of them suitable for a beginner. Can anyone explain me the underlying principle behind this method?
EDIT:
I know that in Sieve of Eratosthenes, we find all primes upto the square root of given number and cross out all multiples of them till the given number. But what do we exactly do in its segmented version?
I think this might be a useful language feature and was wondering if any languages already support it.
The idea is if you have:
class C
virtual F
statement1
statement2
and
class D inherits C
override F
statement1
statement2
C.F()
There would be a keyword applied to C.F() such that removing the last line of code above would cause a compiler error because it's saying "This method can be overridden but the implementation here needs to run no matter what".
Your compiler assumes by default that almost every function might throw an exception. As a result, it might generate suboptimal code. C++0x now lets you explicitly annotate functions that never throw with the [[nothrow]] attribute. Find out how to use this attribute to write efficient and self-documenting code.
There are many traditional animation techniques - such as blurring of motion, motion along an elliptical curve rather than a straight line, counter-motion before beginning of movement - which help with creating the appearance of a realistic 3D animated character.
I'm looking to incorporate tools and short cuts for some of these into my graphics engine, to make it easier for my end users to use these techniques in their animations. Is there a good resource listing the techniques and the principles behind them, especially how they might apply to a graphics engine or 3D animation?
I find that the 2 buttoms menu from the evince v3.10.0 are not really useful.
Why did ubuntu NOT re add an menubar?. It would have been looking better in unity !
The unity top panel has enough space for an normal program menu.
Here is an screenshot of what i mean:
(The program works already in ubuntu 13.10 with unity or cinnamon fine.
Some little compiler warnings but nothing more)
Example in Cinnamon
or in unity
Hi. I've read lots of articles about DOD and I understand it but I can't design an Object Oriented system with DOD in mind, I think my OOP education is blocking me. How should I think to mix the two? The objective is to have a nice OO interface while using DOD behindthe scenes.
I saw this too but didn't help much: http://stackoverflow.com/questions/3872354/how-to-apply-dop-and-keep-a-nice-user-interface
I came across a really neat modular theme for WordPress a while ago, but I can't remember the name so I'm wondering if somebody can help out.
It was a paid theme with a dedicated company behind it if I'm not mistaken. The theme allowed you to change the colors of all the content areas, define widgets, and resize content areas.
I'm really interested in being able to resize columns and such at the touch of a button, getting too old for the usual CSS micromanagement that goes on with brittle themes.
Because I wish to view my full username at login, I want to remove the "Unity 2D" option at the login screen. Currently the last part of the username (after the 20th digit) is hidden behindthe Ubuntu-icon which enables switching to Unity 2D.
Another option would be to decrease the font-size of the username, is any of this possible?
Btw this is not an issue in Ubuntu 12.10, where the username font-size is smaller, and Unity 2D unsupported!
Is there any reason to buy an SSL certificate directly from the host (for $49, for example), instead of through a well-known reseller, for only $10.95?
Specifically in my case, I just need to encrypt user data as they fill out forms. Nothing too critical, only usernames and passwords. I don't think my users actually care about the brand name or "trust" level behindthe certificate, I'm just looking out for them.
Rise above the sales letter content for your site. Leave behindthe content that is only a description. Write informative, lively, entertaining and most of all... content that will answer your users' questions.