Tagged Questions

3
votes
2answers
109 views

Need help with “pack” for perl and php

Hello! I've the task to convert a crypt function someone made in perl into php code. Everything works okay except this: Perl: $wert = Encode::encode( "utf8", $wert ); $len=length $wert; $pad = …
0
votes
0answers
30 views

how to convert Solab.Iso8583.IsoMessage into binary stream?

I want convert whole message packet into binary.In java ISOMsg.pack() function is provided by api to do so.This function pack the whole message packet into bytes array with current packager.Is there …
1
vote
1answer
170 views

Wrong packing of JFrame using JPanel in borderlayout

Hello there. I am writing a simple application in Java that does some particle simulation on a bunch of sheep (don't ask). For this I want a window with a JPanel for graphics (which will be resizable …
0
votes
2answers
39 views

Does svnadmin pack work on non-upgraded 1.6 repos?

I've been attempting to run svnadmin pack on repos that were originally created with SVN 1.6. However, I see no output to suggest the command is doing anything. Is it the case that shard packing …
1
vote
2answers
106 views

How do I convert Perl’s pack ‘Nc*’ format to struct.pack for Python?

I'm trying to convert a Perl script to python, and it uses quite a few different packs. I've been able to figure out the lettering differences in the "templates" for each one, but I'm having an issue …
0
votes
1answer
158 views

Action Pack Subscription License Keys - Physical vs Virtual

I've noticed on my Action Pack Subscription there are new license keys for Windows Operating Systems that are labeled Physical and Virtual. There is no documentation on the site about what the …
0
votes
3answers
92 views

How to pack a tkinter widget underneath an existing widget that has been packed to the left side?

Hi all, I'm attempting to write a basic Tkinter GUI that has a Text widget at the top, then a Button widget left aligned under it, then another Text widget underneath the button. The problem I'm …
0
votes
1answer
117 views

Pack Notation in WPF

Hello, I have a question about pack notation. I'm trying to access a png image file within a XAML page from another resource assembly. Let's say the Resource Assembly (which is outside of the local …
1
vote
2answers
260 views

Can someone explain me the pack() function in PHP?

Hi, I would like to know more about the pack() function in PHP: http://fi.php.net/manual/en/function.pack.php I know it packs data into binary, but I'm not sure what all those v V n N c C mean and I …
2
votes
3answers
332 views

Converting grouped hex characters into a bitstring in Perl

I have some 256-character strings of hexadecimal characters which represent a sequence of bit flags, and I'm trying to convert them back into a bitstring so I can manipulate them with &, |, vec …
0
votes
1answer
184 views

Windows API to determine Service Pack version

We're working on a device driver for Vista. There's a known bug in SPO (that was fixed in SP1). We have a workaround that only works in SP0 (and destroys the behavior in SP1). Is there a Windows API …
2
votes
1answer
330 views

Bit packing in C

I'm trying to convert an RGB image to an ARGB image, basically just adding 255 in for the alpha channel. I was wondering if there is any pack method to do this without iteration? So to iterate over my …
0
votes
1answer
73 views

CMFCRebar on a dialog box…

Can we create a CMFCRebar on a dialog box? If yes, then how? I need to have a CMFCReBar drawn on a dialog box with a toolbar and and menubar.