In order to have encrypted passwords on local machine, I'm hesitating between Ipswitch WS FTP Pro and Wise FTP by Acebit. Wich one would you recommand ?
We have a Windows Client/(SQL-)Server application which is normally installed at the customer's premises.
We now need to provide a hosted solution, and browser-based isn't feasible in the short term.
We're considering hosting the database ourselves, and also hosting the client in a VM. We can set all this up easily enough, so we need to:
…
I'm having a horrible time with Unity 3D in Ubuntu 11.10 running in a VirtualBox VM in OS X. Such a hard time, in fact, that I'm about to give up and conclude that it simply isn't possible to use Ubuntu 3D in a configuration like this.
The problem with is that windows simply do not render. I've found that killing Nautilus makes the problem…
I'm having to handle several VPS/services and I always set passwords to be different and random.
What kind of storage do you suggest to keep these passwords safe and let me access them easily?
These passwords are used for services like databases, webserver user and so on that run customers' services, so it's really important to keep them…
I'm setting up a fileserver, and I want lots of clients to easily access it. Up to now I've always used SSHFS to share between different PCs, but since I'm setting up a single fileserver, I'm looking for other common alternatives.
Up to now I've seen:
AFS: It seems it has no security, traffic is unencrypted, so it would require an SSH…
Digia dévoile un nouveau concept d'interface homme-machine (IHM) en 3D
pour les automobiles implémentée avec Qt
Aux Qt Developer Days 2011 de Munich, Digia Qt Commercial a montré un nouveau concept d'interface homme-machine (IHM) en 3D pour les automobiles pour la prochaine version commerciale de Qt 4.8. Le concept sera utilisé comme…
We need to send a 2U server, 1U UPS and 1U firewall to a third-party. The thing is, it needs to be a secured case (locked unit) that has proper airflow and we can have power and networking cables coming out of the back.
We've googled far and wide and have only been able to find 'hard case' units that offer some level of security but…
I have an application that decodes data from a magnetic stripe reader. But, I'm having difficulty getting my calculated LRC check byte to match the one on the cards. If I were to grab 3 cards each with 3 tracks, I would guess the algorithm below would work on 4 of the 9 tracks in those cards.
The algorithm I'm using looks like this…
What's the best way in cakephp to extend the html-link function so that I can
tell it to output a secure(https) link?
Right now, I've added my own secure_link function to app_helpers that's basically a
copy of the link function but adding a https to the beginning.
But it seems like there should be a better way of overriding the…
This is a variation on a previous question as I am having tons of trouble finding answers in all my relentless online searches.
Am designing a website for an architecture firm. They want their clients to be able to upload files to them, through a link on their site, via ftp. They also want to have a sign in for their clients, and…
I'm very much stuck with the reasonable secure approach to implement 'Remember me' feature in a login system. Here's my approach so far, Please advice me if it makes sense and is reasonably secure:
Logging:
User provides email and password to login (both are valid).. Get the user_id from DB Table Users by comparing provided…
We have an interesting hosting environment that dictates all secure traffic must travel over a specific sub domain. E.g. http://secure.domain.com/my-page
I'd like to handle this switch using URL Rewrite, i.e. at server level, rather than application level.
My cases are:
https://secure.domain.com/page = NO CHANGE, remains…
Hi all.
I want use photos captured by 3D cameras in Silverlight 3 or 4.
I want use that photos like in maps.google.com. Is it possible to do with silverlight and if yes is there any book, tutorial, video or anything alse, from which I can learn how to use tham.
Thanks.
hi folks
do any one knows a project of csgl C# opengl picking example by mouse .
the thing is i want to put few 3d models in the scene and pick them by mouse .
than you already for your answer
I was wondering if there is any 3D scene graph toolkit available or at least in development for Android? I could not find anything, assuming that all existing solutions for Java won't run on the Android platform.
Been creating a 3D complete world in OpenGL. For now, it features navigation like Google Earth, making possible the zooming from outter space to meter like level.
My question is: How do you suggest I make this a fun and interesting game?
My initial tought was to have a kind of moon lander where the user simply navigated…
I am developing game editor.To detect mouse hit on 3D model I am using mouse picking concept.
But I want to give interactive arrows functionality like other game editor with actual arrows at the center of model in three direction.
How to achieve this..?
Hey everyone,
I'm working with Collada files and I need them to be a certain size. When instantiating them in pv3d you set the filename, materials, and scale. Scale works like a percentage, and there's no way to get the width, height, or depth of the DAE once in flash. I want to be able to specify the size of DAE in 3D…
Does anyone know if there is an official or unofficial API for Google 3D warehouse. I know of the iPhone app NaviCAD, which shows Collada models from Google Warehouse - it has search, most-viewed, most-recent functionality; so I guess it is using some sort of API to get that data. But I couldn't find any auch api after…
Hi All,
(Yesterday, I had a question about cross section. Sorry due to repeating the question. I could not use the "edit" property of the page since it was not available on the screen.)
Could one explain me how to have the points that are on the intersection curve of a 3d mesh object and a plane.
Regards
J.Jack
I'm using the 3d image carousel available at http://www.professorcloud.com/mainsite/carousel.htm .
It's great but I've hit a wall with regards to transparency support for IE6.
As the images are being manipulated by java after they are loaded, it's quite a headache. All the mainstream png fixes fail in one way or…
I'm trying to figure out if this is possible to execute on a dynamic page.
http://salesdemo.unicast.com/vla/asset/demo/604_150148/index.html
Basically, after all the page has been rendered, Flash needs to take the rendered page and apply 3D transformations to it, and at the end, restore the original rendered page.
…
I need to develop a geometry library in python, describing points, lines and planes in 3d space, and various geometry operations. Related to my previous question.
The main issue in the design is if these entities should have identity or not. I was wondering if there's a similar library out there (developed in…
I have a 3d array, a, of shape say a.shape = (10, 10, 10)
When slicing, the dimensions are squeezed automatically i.e.
a[:,:,5].shape = (10, 10)
I'd like to preserve the number of dimensions but also ensure that the dimension that was squeezed is the one that shows 1 i.e.
a[:,:,5].shape = (10, 10, 1)
I…
how to do the 3D Animation in java? what are the packages to be needed? i am very newbie about this topic. Sample Code, Tutorials and articles are more thankful. Tell me how i have to start please?
NOTE: its for Mobile Appication.