|
Based on a reply of mine I thought I would ask what your thoughts are on regarding displaying vs storing away?
When it comes to art and display worthy items I have always liked the idea of them not being stored away, that train set from my Dad, his first...
Started by Sly Cooper on
, 16 posts
by 11 people.
Answer Snippets (Read the full thread at hometalkentertainment):
Here today, worthless.
I realized long ago that everything is temporary.
And there's no reason to hide it away.
|
|
I have been watching the news regarding surveillance and wondered how easy passing New laws are without anyone agreeing with them.
Its funny how Rupert Murdoch quits as BSkyB chairman because of phone hacking scam and then new laws are proposed for (in...
Answer Snippets (Read the full thread at isohunt):
To hide, if you don't want someone you know you search for midget porn dont search for it, if you in the real world, chances are someone will see you, if you don't want to be seen the only safe option: : People on the internet seem to think....
|
|
Given a partition intended solely for storing music, video and so-on, is it possible to hide the lost+found directory?
Started by jldugger on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Create.
Otherwise, as others have suggested, use XFS or ReiserFS.
FSCK as a list of files to hide.
If the directory is currently empty, you are safe to just delete it.
System is damaged.
|
Ask your Facebook Friends
|
Hi,
I have a situation that users access remote MySQL server in C# application.
Basically,
A user using C# application on his/her desktop ->>>> connects to remote - [ REMOTE ]
How do I securely hide database connection detail?
I have few ideas...
Answer Snippets (Read the full thread at stackoverflow):
Either implement a service layer in front of the database or if direct connections are essential try and come up with a scheme that allows a unique databse... .
No matter what you do if the credentials end up in the application in cleartext you are vulnerable .
|
|
I've wondered for some time how some software hides secret keys in such a way that they can't be trivially discovered. Just a few examples:
DVD Player Software hides CSS keys Software with serial numbers/registration codes hides keys/hashes used to validate...
Started by TTar on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Ask yourself this: How well can I hide a key in software from someone with full access to protect it with this hidden secret....
Some use an algorithm you so far.
Some connect to an extrnal source hosted online.
That can be used to "hide" keys.
|
|
Gun Show Special, Crossroad of the West gunshow @ Del Mar Fairground (San Diego) this weekend.
Once again, mention Calguns special at the gun show, for each large safe kit purchase, you will receive an additional 20" LED strips.
Added more pictures on...
Started by gti_20ae on
, 39 posts
by 25 people.
Answer Snippets (Read the full thread at calguns):
Saw these at the show, bought the kit and got self-illuminated:
Down light at safe....
It's a good solution for me as my safe has no hole for and or internal power plug.
My safe is large so I may need additional light strips.
Right now.
|
|
I think it looks pretty neat, and I'd make some and hang them around there cage, but I'm not sure if it's safe for them or not.
How to Make a Dangling Guinea Pig Toy: 12 steps (with pictures)
Started by madelineelaine on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at guineapigcages):
I don't know....
I don't think my pigs would enjoy it beyond possibly chewing on it .
Even if they just chew on it, I don't think it would be good .
One of the threads could easily be pulled out and possibly swallowed .
This doesn't look like a good idea to me.
|
|
$('a.minimize').click(function() { $($(this).attr('href')).hide(); }); <div class="drag" id="2"> <a href="#content" class="minimize" style="display: none;">2</a></p> <div id="content">1<br />1<br />1<br />...
Answer Snippets (Read the full thread at stackoverflow):
You should have it like('href')).hide(); }); });
What your....
Try this instead:
$(this).attr('href', '');
.hide() is different.
It is used to set the visibility of DOM elements .
hide() is not the right function to use on an attribute.
|
|
Hi. On my home page I'm using next method to hide my email from spam bots:
<a href="admin [at] example.com" rel="nofollow" onclick="this.href='mailto:' + 'admin' + '@' + 'example.com'"> Contact me </a>
What do you think about it? Is it effective...
Started by abatishchev on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
You can try to hide characters using html entities in hexa (ex be read without javascript.....
There are plenty of them discussed here on SO.
See Making email addresses safe from bots on a webpage?
I like the way Facebook and others render.
|
|
I have a requirement to hide a process in Task Manager. It is for Intranet scenario. So, everything is legitimate. :)
Please feel free to share any code you have (preferably in C#) or any other techniques or any issues in going with this route.
Update...
Started by Gulzar on
, 12 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
If you simply need to disguise the process and not hide it completely, you can.
If you were hoping to hide a process from even serious problems).
The process list can be read at any privilege level .
|