Hi guys,
Can Anyone help me in encoding and decoding a string using base128 with a sample code.
Anyone's help will be much appreciated.
Thank you,
Monish.
I'm writing a Debugger in Eclipse. Normal, Stack Frames are still show in DebugView.
But when I double-click in another View(BreakPoint View, Variables View...) to full size this view , then I double-click again.
Now , Stack Frames aren't show
Who can help me this problem?
Or help me disable event double-click in tab View ?
Thanks
hi folks,
Good morning!
I would like to ask some help from you guys on how do i do this problem. I'm using asp.net and my problem is on getting the list of filename inside the folder. Is there a function on this? I tried this on console apps there's a function like GetFileName. Hope somebody could help me on this.
Thank you so much.
Regards,
Hi All
For Example You know foreach loop is heavy And if we use for loop is Better.
What Tools Can Help me to Write Code With Best Performance In C Sharp net,And Check My Code for this?
Please Help me
I am hoping someone here can help me with my problem.
I am trying to setup an IPSEC site-to-site VPN between two cisco ASA 5520's in GNS3 (both using 8.4.2). I have been unsuccesful in getting the tunnel up and it appears neither ASA is sending packets out,in regards to phase 1 and phase 2 (tested by using wireshark and seeing NO udp 500 packets). Doing show ipsec sa and such shows nothing.
CALIFORNIA(config)# show ipsec sa
There are no ipsec sas
FLA-ASA# show ipsec sa
There are no ipsec sas
I will attach both configurations in two different pastebin files as to keep this post a bit cleaner.
Essentially California side has 172.20.1.0/24 and Florida side has 10.10.10.0/24.
California ASA config:
http://pastebin.com/v0pngYzF
Florida ASA config:
http://pastebin.com/E2geybta
Please let me know if there is any other vital information that could help. I have gotten IPSEC tunnels to work using openSwan (linux) and cisco routers but cannot for the life of me get ASA IPSEC tunnels to work. The ASDM is out of the question I only use cli. Thanks for any useful help!
Hi,
Anyone can help me to write an algorithm for object pooling. I am very new in J2EE and i need object pooling for database connection. So please help out.
Thanks
*In eclipse plugin using actionSet Here blue icon for some code(using actionset) ,when i click on that it should prompt a window(some popup) which contains two or more link like web links, when i click 1st link it should perform the 1st action and window should disappear so on...Can anyone help me in this how to do that???
See the picture below for reference ..like this with ok button ok should perform the selected action plz help me to do this...??
I need to get previous 30 days from a specific date which is available from database(eg: 2010-05-23 12:36:29).I am try it by using
date('d', strtotime("-30 days"))
Which is getting the currect answer what i looking for but it is not help me to enter date from database.Please help me to solve the issue.
Hello,
I intend to remove a HID from my system programatically.
The HID is connected via a bluetooth.
Can you please help me on this.
I plan to use C# but any thing else that is better shall also help.
Thanks
How can i make an activity go to background without calling its finish() method and return to the Parent activity that started this .I tried so much but it really dint help.So if you guys could helpi would be very thankful.
Thanx n Regards,
HaKr
Hi... Anyone know how to do this:
When some user left my site by closing the browser or tab or going to other site I would like to do an action (show an alert) and if the user clicks on a link or button to other page of my own site I would like to do another action...
If I use unload event I can't differentiate between these two kind of behavior of the user... please help because I really need it.
Thanks for the help.
Hi,
I have an ActiveRecord model Group and a YAML table stored in config/users.yaml just like:
- {login: titi, password: 123456, group_id: 2}
- {login: toto, password: 987654, group_id: 7}
And I would like to link them by a sexy way. Can you help me?
Many thanks for any help!
Hi all, I need to able to access controller methods from a model using the Kohana V2.3 framework. At the moment I'm passing the controller object (by ref.) to the model on creation which works perfectly fine but I can't help think there is a more "cleaner" way - does anybody have any suggestions? Would Kohana V3 resolve this with its HMVC pattern?
This may help: http://www.ifc0nfig.com/accessing-the-calling-controller-in-a-model-within-kohana/
I have big element at the top of the webpage that sides down with jQuery when a button is clicked. However, if the first post on the blog is a flash video, it shows up on top of the menu. Z-index doesn't help in this instance. Any help would be greatly appreciated.Thanks.
As I understand it, Mach-O should be part of the Darwin open source packages. Could someone please help me locate the loader? I've no idea where it is and where to download that code from.
Any help would be greatly appreciated!
i want to put a newline into a txt file, i tried with many alternative with so many help from this forum but i am getting always unknown character always. Please help
for(int i=0;i<fileDet.size();i++)
{
qDebug()<<"Name directory"<
After watching the tier 1 video, where do I go to learn how to program in C#?
Is there an online video series?
Usually people say to "Read the Manual", but what is a manual these days? Do I just say "Help", "View Help" and start grokking?
ey i want to make a thing but i need some help.
ive got an index.php with codes. and i added "file" parameter to index.php. so i mean if "index.php?file=/folder/folder/picture.png" is set, download file. if "file=" not set do not do anything.
I get "file" parameter with $_REQUEST thingy. please help thanks..
hey i want to make a thing but i need some help.
ive got an index.php with codes. and i added "file" parameter to index.php. so i mean if "index.php?file=/folder/folder/picture.png" is set, go to file. if "file=" not set do not do anything.
I get "file" parameter with $_REQUEST thingy. please help thanks..
I'm having problem connecting to MS SQL Server (2012 Express) after accessing a database through IIS (web site). I can access the data through web site no problem, but I can't access the data from any other programs (i.e SSMS) until I reboot the SQL server. It seems that the connection stays open even if I close a browser.
Here is error message I'm getting
Unable to open the physical file "C:---------". Operating system error 32: "32(The process cannot access the file because it is being used by another process.)".
Unable to open the physical file "C:-------". Operating system error 32: "32(The process cannot access the file because it is being used by another process.)".
Cannot open user default database. Login failed.
Login failed for user 'Myserver\myname'. (.Net SqlClient Data Provider)
Server Name: MYPC\SQLEXPRESS
Error Number: 5120
Severity: 16
State: 101
Line Number: 65536
I follow the help link and it told me to move TCP before named pipes in the protocol order list. I tried it but it didn't help at all.
What is the proper settings on SQL server or IIS in order to release process after closing a browser. How do I avoid getting this error?
Thank you for your help
I'm trying to use regular expression to extract the comments in the heading of a file.
For example, the source code may look like:
//This is an example file.
//Please help me.
#include "test.h"
int main() //main function
{
...
}
What I want to extract from the code are the first two lines, i.e.
//This is an example file.
//Please help me.
Any idea?
Hello guYz plz help me out in making it possible to open the files by the adress provided in an array of strings.........
a way to open file is as given below...
ifstream infile;
infile.open("d:\aslam.txt");
but how can i open file providing an array of string as an adress of file.....
like this
infile.open(arr[i]); (but its not working)
plz help me.........
I have been doing ObjectiveC for iPhone for a few months now, and I get pretty much everything except for variable / object releasing. Are there any rules of thumbs that would help me understand when is the right time to release them?
Thanks for any help.
Can some one help me create a regular expression in C#.net to add target="_blank" to all tag links in my content? If the link already has a target set then replace it with "_blank". The purpose is to open all links in my content in a new window.
Appreciate your help
-dotnet rocks