search for: 08b

Displaying 4 results from an estimated 4 matches for "08b".

Did you mean: 08
2008 Jul 25
2
How to preserve the numeric format and digits ?
Instead of > m <- c(400000000, 50000000000) > paste("A", m, "B", sep="") [1] "A4e+08B" "A5e+10B" I want "A400000000" and "A50000000000"
2006 Apr 12
0
Netmask validator
...es record.errors.add(attr_name, configuration[:only_numbers]) unless value.tr(''.'', '''') =~ /^\d+$/ # Make binary string from octets binary = '''' value.split(''.'').each do |octet| binary << ''%08b'' % octet end # Test for octet values > 255 record.errors.add(attr_name, configuration[:range]) if binary.length > 32 # Test for valid netmask (contiguous binary string of 1''s) record.errors.add(attr_name, configuration[:invalid]) if binary.include? ...
2010 Jan 13
0
Bug#565048: xen-3: ftbfs with gcc-4.5
...ckage fails to build in a test rebuild on at least amd64 with gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4. For the compiler version used, see: http://lists.debian.org/debian-devel/2010/01/msg00230.html The full build log can be found at: http://people.debian.org/~lucas/logs/2010/01/08b/xen-3_3.4.2-2_lsid64b.buildlog The last lines of the build log are cwat the end of this report. The reason of the build failure is likely in the package (compiler or linker message found in the build log), if this turns out as a gcc bug, please reassign to the gcc-4.5 package. If the build ends wi...
2010 Jan 13
0
Bug#565047: xen-unstable: ftbfs with gcc-4.5
...ckage fails to build in a test rebuild on at least amd64 with gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4. For the compiler version used, see: http://lists.debian.org/debian-devel/2010/01/msg00230.html The full build log can be found at: http://people.debian.org/~lucas/logs/2010/01/08b/xen-unstable_3.3-unstable+hg17961-1_lsid64b.buildlog The last lines of the build log are cwat the end of this report. The reason of the build failure is likely in the package (compiler or linker message found in the build log), if this turns out as a gcc bug, please reassign to the gcc-4.5 package...