Schlagwort: Test

  • Prime numbers: Using other number systems

    Basicaly our normal number system persists on a very basic sequence: F(n) = F(n-1) + 1 with a fix basis (Binary, Decimal, Hexadecimal) But it came to my mind that basicaly prime numbers does not match that criteria very well to identify the nature behind them. As many had tried a sequence in that number system can’t…

  • Auto – Kraftstoff und Energiekosten im Vergleich

    Vorab: Die Rechnung hier ist ein bisschen in Milchmädchenmanier gemacht und hat keinen Anspruch auf Vollständigkeit. Sie soll eher eine Tendenz liefern. Ich persönlich glaube das sich die Energiekosten alle annähern werden und dann auf einem gemeinsamen Niveau relativ konstant bleiben können. Wer die Rechnungen etwas besser gestallten kann, sei frei und hinterlasse einen comment……

  • ABAP — : Using Regex / Regular Expressions in a Pre-Netweaver Release

    Actually the new SAP Releases (starting with Basis Release 6.40) support regexs in ABAP in REPLACE and SEARCH directives. But as there are so many Pre-Netweaver Releases as <= 6.20 you may want to use a regular expression or you have the need to do so. (I for myself have to use it quite often,…